规范距离
小型独立正态分布pdf,cdf,icdf(分位数)和平均值截断
••• •
例子
import { icdf , cdf } from 'norm-dist'
import pdf from 'norm-dist/pdf.js' //same as normDist.pdf
var quartile = icdf ( 0.25 )
probability = pdf ( quartile ) ,
cummulative = cdf ( quartile ) // => 0.25
interQuartileAverage = cdf ( - quartile , quartile ) // => 0
为什么
通常将其合并到大型的单体库中。 很多时候,只需要这样做。
原料药
.pdf(number) => number z到概率
.cdf(number) =
1