-
-
Notifications
You must be signed in to change notification settings - Fork 490
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #21819: Rewrite error functions and documentation
This ticket should accomplish: * implement inverse error function `erfinv` (#11349) * implement imaginary error function `erfi`. * People need to manipulate statistical distribution functions as in https://ask.sagemath.org/question/35407/use-cumulative-distribution- functions/. To provide the means a symbolical version of `erfc` is necessary. The current `error_fcn()` is only numerical. * put it all in a separate file `functions/error.py` with central documentation http://dlmf.nist.gov/7 URL: https://trac.sagemath.org/21819 Reported by: rws Ticket author(s): Ralf Stephan Reviewer(s): Travis Scrimshaw
- Loading branch information
Showing
8 changed files
with
563 additions
and
257 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
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
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.