gaussian-pdf

0.0.2 • Public • Published

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.

Package Sidebar

Install

npm i gaussian-pdf

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • cereceres