Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use STL function for cumulative normal distribution #36

Open
wtraylor opened this issue May 11, 2021 · 0 comments
Open

Use STL function for cumulative normal distribution #36

wtraylor opened this issue May 11, 2021 · 0 comments
Labels
refactoring Restructuring or rewriting of code

Comments

@wtraylor
Copy link
Owner

Use STL erfc() (in <cmath.h>) function in GetStarvationIlliusOConnor2000::cumulative_normal_distribution() and cover it with a unit test.

I had copied the function cumulative_normal_distribution() from Adrian Pachzelt’s code. License is unclear, and functionality not unit-tested.

@wtraylor wtraylor added the refactoring Restructuring or rewriting of code label May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Restructuring or rewriting of code
Projects
None yet
Development

No branches or pull requests

1 participant