UNPKG
norm-dist
Version:
latest (3.1.0)
3.1.0
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.0
normal distribution pdf, cdf, quantile
github.com/hville/norm-dist
hville/norm-dist
norm-dist
/
index.js
6 lines
(5 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
export
{
default
as
pdf}
from
'./pdf.js'
export
{
default
as
cdf}
from
'./cdf.js'
export
{
default
as
icdf}
from
'./icdf.js'
export
{
default
as
intE}
from
'./intE.js'
export
{
default
as
Z}
from
'./icdf-voutier.js'