gaussian-pdf
v0.0.2
Published
get a gaussian normal distribution from a uniform distribution
Downloads
6
Maintainers
Readme
gaussian-distribution
Install
$ npm install gaussian-pdf
Test
let pdf = require('gaussian-pdf')
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.