Continuous Distributions
Numerics.NET provides classes that implement the most common probability distributions. The classes that implement continuous probability distributions reside in the Extreme.Statistics.Distributions namespace.
Continuous distribution classes provide three major features: access to the moments (mean, variance, etc.), access to the various distribution functions (PDF, CDF), and the ability to generate random samples from the distribution.
- Continuous Distributions
- The Beta Distribution
- The Cauchy Distribution
- The Chi Square distribution
- The Erlang Distribution
- The Exponential Distribution
- The F Distribution
- The Gamma Distribution
- The Generalized Pareto Distribution
- The Gumbel Distribution
- The Laplace Distribution
- The Logistic Distribution
- Log-Logistic Distribution
- The Lognormal Distribution
- The Non-central Beta Distribution
- The Non-central Chi Square Distribution
- The Non-central F Distribution
- The Non-central Student t distribution
- The Normal Distribution
- The Pareto Distribution
- The Rayleigh Distribution
- Student's t Distribution
- The Transformed Beta Distribution
- The Transformed Gamma Distribution
- The Triangular Distribution
- The Continuous Uniform Distribution
- The Weibull Distribution