This commit is contained in:
ericzhang
2013-05-16 17:25:17 +08:00
parent 443f776bb5
commit 3cb58d6bad
+52
View File
@@ -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);