Skip to content

liorzoue/js-normal-inverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

normal.inverse.js

Get z value from normal standard distribution

Lower tail quantile for standard normal distribution function.

This function returns an approximation of the inverse cumulative standard normal distribution function. I.e., given P, it returns an approximation to the X satisfying P = Pr{Z <= X} where Z is a random variable from the standard normal distribution.

The algorithm uses a minimax approximation by rational functions and the result has a relative error whose absolute value is less than 1.15e-9.

Q: What about copyright? A: You can use the algorithm for whatever purpose you want, but please show common courtesy and give credit where credit is due.

If you have any reclamation about this file (ie: normal.inverse.js file), please contact me.

About

Get z value from normal standard distribution

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors