mirror of
https://github.com/wassname/random.js.git
synced 2026-09-09 11:32:35 +08:00
readme
This commit is contained in:
@@ -18,3 +18,55 @@ Random number generator of statistical distributions.
|
||||
|
||||
# Probability Distribution Functions
|
||||
## Continuous Distributions
|
||||
|
||||
arcsine(min, max);
|
||||
|
||||
beta(v, w, min, max);
|
||||
|
||||
cauchy(a, b);
|
||||
|
||||
chiSquare(df);
|
||||
|
||||
consine(min, max);
|
||||
|
||||
doubleLog(min, max);
|
||||
|
||||
erlang(b, c);
|
||||
|
||||
exponential(a, b);
|
||||
|
||||
extremeValue(a, b);
|
||||
|
||||
fRatio(v, w);
|
||||
|
||||
gamma(a, b, c);
|
||||
|
||||
laplace(a, b);
|
||||
|
||||
logarithmic(min, max);
|
||||
|
||||
logistic(a, b);
|
||||
|
||||
lognormal(a, mu, sigma);
|
||||
|
||||
normal(mu, sigma);
|
||||
|
||||
parabolic(min, max);
|
||||
|
||||
pareto(c);
|
||||
|
||||
pearson5(b, c);
|
||||
|
||||
pearson6(b, v, w);
|
||||
|
||||
power(c);
|
||||
|
||||
rayleigh(a, b);
|
||||
|
||||
studentT(df);
|
||||
|
||||
triangular(min, max, c);
|
||||
|
||||
uniform(min, max);
|
||||
|
||||
weibull(a, b, c);
|
||||
|
||||
Reference in New Issue
Block a user