ILNumerics Ultimate VS

ILNumerics.Toolboxes.Distributions Namespace

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Selection of common distributions. The collection includes chi-, student- and log-normal distributions among others. This collection is still growing.
Classes

  ClassDescription
Public classChiDistribution
Continuous Univariate Chi distribution. This distribution is a continuous probability distribution. The distribution usually arises when a k-dimensional vector's orthogonal components are independent and each follow a standard normal distribution. The length of the vector will then have a chi distribution. Wikipedia - Chi distribution.

[ILNumerics Statistics Toolbox]

Public classChiSquareDistribution
Continuous Univariate Chi-Squared distribution. This distribution is a sum of the squares of k independent standard normal random variables. Wikipedia - ChiSquare distribution.

[ILNumerics Statistics Toolbox]

Public classHypergeometricDistribution
Discrete Univariate Hypergeometric distribution. This distribution is a discrete probability distribution that describes the number of successes in a sequence of n draws from a finite population without replacement, just as the binomial distribution describes the number of successes for draws with replacement Wikipedia - Hypergeometric distribution.

[ILNumerics Statistics Toolbox]

Public classLogNormalDistribution
Continuous Univariate Log-Normal distribution. For details about this distribution, see Wikipedia - Log-Normal distribution.

[ILNumerics Statistics Toolbox]

Public classNormalDistribution
Normal distribution. For details about this distribution, see Wikipedia - Normal distribution.

[ILNumerics Statistics Toolbox]

Public classStudentDistribution
Continuous Univariate Student's T-distribution. Implements the univariate Student t-distribution. For details about this distribution, see Wikipedia - Student's t-distribution.

[ILNumerics Statistics Toolbox]