-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fully replace cephes special functions with new implementation
We can compute the p-values using the cdf for a Student's T distribution with location 0 and scale 1.0. This lets us replace the `stdtr` function that was originally ported from the cephes library with an implementation adapted from the statrs library, that is well documented and doesn't trigger clippy's many_single_char_names lint.
- Loading branch information
Showing
3 changed files
with
151 additions
and
392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.