josdejong/mathjs

implement inverse erf function

Open

#2,011 建立於 2020年10月28日

在 GitHub 查看
 (3 留言) (1 反應) (0 負責人)JavaScript (1,298 fork)batch import
featurehelp wanted

倉庫指標

Star
 (13,832 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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.

貢獻者指南