The Extreme.Statistics.Distributions namespace contains classes that represent statistical probability distributions.

Syntax

Visual Basic (Declaration)
Namespace Extreme.Statistics.Distributions
C#
namespace Extreme.Statistics.Distributions
C++
namespace Extreme.Statistics.Distributions

Classes

IconTypeDescription
public classBernoulliDistribution
Represents the Bernoulli distribution.
public classBetaDistribution
Represents the Beta distribution.
public classBinomialDistribution
Represents the binomial distribution.
public classCauchyDistribution
Represents the Cauchy distribution.
public classChiSquareDistribution
Represents a chi-squared distribution.
public classContinuousDistribution
Represents a continuous probability distribution.
public classContinuousUniformDistribution
Represents a continuous uniform distribution over an interval.
public classDiscreteDistribution
Represents a discrete probability distribution.
public classDiscreteUniformDistribution
Represents a discrete uniform distribution over an interval.
public classDistribution
Represents a statistical distribution.
public classErlangDistribution
Represents an Erlang distribution.
public classExponentialDistribution
Represents an exponential distribution.
public classFDistribution
Represents the F distribution.
public classGammaDistribution
Represents the Gamma distribution.
public classGeometricDistribution
Represents the geometric distribution.
public classGumbelDistribution
Represents the Gumbel distribution.
public classHypergeometricDistribution
Represents a hypergeometric distribution.
public classLaplaceDistribution
Represents a Laplace distribution.
public classLogisticDistribution
Represents the logistic distribution..
public classLognormalDistribution
Represents the Log Normal distribution.
public classNegativeBinomialDistribution
Represents the negative binomial distribution.
public classNormalDistribution
Represents a normal distribution.
public classParetoDistribution
Represents the Pareto distribution.
public classPoissonDistribution
Represents a Poisson distribution.
public classRayleighDistribution
Represents the Rayleigh distribution.
public classStudentTDistribution
Represents the Student t distribution.
public classTriangularDistribution
Represents the triangular distribution.
public classWeibullDistribution
Represents the Weibull distribution.

Enumerations

IconTypeDescription
public enumerationEstimationMethod
Represents the possible methods for estimating the parameters of a distribution.