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

Special functions testing improvements, NormalCdfLn bugfix. #233

Merged
merged 33 commits into from
Apr 8, 2020

Conversation

msdmkats
Copy link
Contributor

@msdmkats msdmkats commented Apr 7, 2020

  • Moved arguments and expected result values for special function tests from inlined code to csv files.
  • Added a python script to compute expected result values for tested special functions in high precision.
  • Improved accuracy of NormalCdfLn for x < -8. Truncated series was too short, test used to pass, because the expected value itself was incorrect.

Dmitry Kats and others added 29 commits March 12, 2020 12:44
@msdmkats msdmkats requested a review from tminka April 7, 2020 15:06
@msdmkats msdmkats merged commit 520f5d2 into master Apr 8, 2020
@msdmkats msdmkats deleted the dmkats/tests branch April 8, 2020 15:13
tminka pushed a commit to kant2002/infer that referenced this pull request Aug 24, 2020
- Moved arguments and expected result values for special function tests from inlined code to csv files.
- Added a python script to compute expected result values for tested special functions in high precision.
- Improved accuracy of NormalCdfLn for `x < -8`. Truncated series was too short, test used to pass, because the expected value itself was incorrect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants