gaussian-distribution
Install
$ npm install gaussian-pdf
Test
let pdf = // -> -1.12565465
API pdf([mu = 0, sigma = 1])
The function receive the mu and sigma params to normal distribution, default values are mu = 0 and sigma = 1.
$ npm install gaussian-pdf
let pdf = // -> -1.12565465
The function receive the mu and sigma params to normal distribution, default values are mu = 0 and sigma = 1.
npm i gaussian-pdf
1
0.0.2
MIT