josdejong/mathjs

implement inverse erf function

開放

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

 (3 則留言) (1 個反應) (0 位負責人)JavaScript (1,314 個分叉)batch import
featurehelp wanted

倉庫指標

星標
 (15,065 顆星)
PR 合併指標
 (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.

貢獻者指南