-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Description
I'd like to request the addition of the inverse error function (erfinv) and the complement, erfcinv to the math package to go along with erf and erfc. The inverse error function comes up most commonly in statistics (quantile of the normal distribution being the prime example), though it makes frequent appearances elsewhere. It is not a function in cmath, but it is a function in the cuda math library (not to mention matlab, scipy and mathematica).