josdejong/mathjs

implement inverse erf function

Offen

#2.011 geöffnet am 28.10.2020

 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)JavaScript (1.314 Forks)batch import
featurehelp wanted

Repository-Metriken

Stars
 (15.065 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Thanks for the implementation of erf function here #678 . because of this I'm able to write gaussian distribution function as follows (1 - erf((m - x ) / (Math.sqrt(2) * sd))) / 2

It is good to have an inverse erf function so something like this image quantile function of gaussian distribution can be implemented.

Contributor Guide