josdejong/mathjs

implement inverse erf function

Open

#2 011 ouverte le 28 oct. 2020

Voir sur GitHub
 (3 commentaires) (1 réaction) (0 assignés)JavaScript (1 298 forks)batch import
featurehelp wanted

Métriques du dépôt

Stars
 (13 832 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur