Home > Extreme Optimization Statistics Library for .NET > Reference >
The Extreme.Statistics.Distributions namespace contains classes that represent statistical probability distributions.
| Class | Description |
|---|---|
| BernoulliDistribution | Represents the Bernoulli distribution. |
| BetaDistribution | Represents the Beta distribution. |
| BinomialDistribution | Represents the binomial distribution. |
| CauchyDistribution | Represents the Cauchy distribution. |
| ChiSquareDistribution | Represents a chi-squared distribution. |
| ContinuousDistribution | Represents a continuous probability distribution. |
| ContinuousUniformDistribution | Represents a continuous uniform distribution over an interval. |
| DiscreteDistribution | Represents a discrete probability distribution. |
| DiscreteUniformDistribution | Represents a discrete uniform distribution over an interval. |
| Distribution | Represents a statistical distribution. |
| ErlangDistribution | Represents an Erlang distribution. |
| ExponentialDistribution | Represents an exponential distribution. |
| FDistribution | Represents the F distribution. |
| GammaDistribution | Represents the Gamma distribution. |
| GeometricDistribution | Represents the geometric distribution. |
| GumbelDistribution | Represents the Gumbel distribution. |
| HypergeometricDistribution | Represents a hypergeometric distribution. |
| LaplaceDistribution | Represents a Laplace distribution. |
| LogisticDistribution | Represents the logistic distribution.. |
| LognormalDistribution | Represents the Log Normal distribution. |
| NegativeBinomialDistribution | Represents the negative binomial distribution. |
| NormalDistribution | Represents a normal distribution. |
| ParetoDistribution | Represents the Pareto distribution. |
| PoissonDistribution | Represents a Poisson distribution. |
| RayleighDistribution | Represents the Rayleigh distribution. |
| StudentTDistribution | Represents the Student t distribution. |
| TriangularDistribution | Represents the triangular distribution. |
| WeibullDistribution | Represents the Weibull distribution. |
| Enumeration | Description |
|---|---|
| EstimationMethod | Represents the possible methods for estimating the parameters of a distribution. |