distributions
Advanced tools
Comparing version 1.0.0 to 1.1.0
var files = ['normal', 'uniform', 'studentt']; | ||
exports.Normal = require('./distributions/normal.js'); | ||
exports.Studentt = require('./distributions/studentt.js'); | ||
exports.Uniform = require('./distributions/uniform.js'); | ||
exports.Binomial = require('./distributions/binomial.js'); |
{ | ||
"name": "distributions", | ||
"description": "A collection of probability distribution functions", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "Andreas Madsen <amwebdk@gmail.com>", | ||
@@ -6,0 +6,0 @@ "main": "./distributions.js", |
@@ -1,2 +0,2 @@ | ||
#distributions | ||
# distributions | ||
@@ -70,2 +70,7 @@ > A collection of probability distribution functions | ||
##### `Binomial(properbility, size)` - The Binomial Distribution | ||
Create a binomial distribution, with a a given `properbility` of success and | ||
sample `size`. | ||
## Testing | ||
@@ -72,0 +77,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21394
14
615
103