Expand description
Wrappers for all the individual distributions.
Modules§
- bernoulli
- Bernoulli Distribution Module containing functions to the Bernoulli Distribution.
- beta
- Beta Distribution Module containing functions to the Beta Distribution.
- binomial
- Binomial Distribution Module containing functions to the Binomial Distribution.
- cauchy
- Cauchy Distribution Module containing functions to the Cauchy Distribution.
- chi
- Chi Distribution Module containing functions to the Chi Distribution.
- chi_
squared - ChiSquared Distribution Module containing functions to the Chi-squared Distribution.
- dirac
- Dirac Distribution Module containing functions to the Dirac Distribution.
- erlang
- Erlang Distribution Module containing functions to the Erlang Distribution.
- exp
- Exponential Distribution Module containing functions to the Exponential Distribution.
- fisher_
snedecor - Fisher-Snedcor (aka F) Distribution Module containing functions to the Fisher-Snedecor (aka F) Distribution.
- gamma
- Gamma Distribution Module containing functions to the Gamma Distribution.
- geometric
- Geometric Distribution Module containing functions to the Geometric Distribution.
- gumbel
- Gumbel Distribution Module containing functions to the Gumbel Distribution.
- hypergeometric
- Hypergeometric Distribution Module containing functions to the Hypergeometric Distribution.
- inverse_
gamma - Inverse Gamma Distribution Module containing functions to the Inverse Gamma Distribution.
- laplace
- Laplace Distribution Module containing functions to the Laplace Distribution.
- log_
normal - LogNormal Distribution Module containing functions to the log Normal Distribution.
- negative_
binomial - Negative Binomial Distribution Module containing functions to the Negative Binomial Distribution.
- normal
- Normal (aka Gaussian) Distribution Module containing functions to the Normal Distribution.
- pareto
- Pareto Distribution Module containing functions to the Pareto Distribution.
- poisson
- Poisson Distribution Module containing functions to the Poisson Distribution.
- students_
t - Student’s T Distribution Module containing functions to the Student’s T Distribution.
- triangular
- Triangular Distribution Module containing functions to the Triangular Distribution.
- uniform
- Uniform Distribution Module containing functions to the Uniform Distribution.
- weibull
- Weibull Distribution Module containing functions to the Weibull Distribution.
Functions§
- register
- Register the functions for all the supported distributions.