josdejong/mathjs

implement inverse erf function

Aberta

#2.011 aberto em 28 de out. de 2020

 (3 comentários) (1 reação) (0 responsável)JavaScript (1.314 forks)batch import
featurehelp wanted

Métricas do repositório

Stars
 (15.065 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador