Skip to content

dy/normal-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Normal distribution pdf

normal-pdf

Get normal distribution density value at a point.

Usage

npm install normal-pdf

normal(x, μ = 0, σ² = 1)

Returns density value for the x with gaussian parameters mean μ and variance σ². If parameters are omitted, it will use standard zero mean and unit variance.

License

MIT.

About

Get gaussian density at a point

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published