-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Milestone
Description
This ticket should accomplish:
- implement inverse error function
erfinv
(Doctest fix for: Sage can't make sense of a Maxima result #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 currenterror_fcn()
is only numerical. - put it all in a separate file
functions/error.py
with central documentation
Component: symbolics
Author: Ralf Stephan
Branch/Commit: 1eac4d8
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/21819