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
| Class | Description | |
|---|---|---|
| ChiDistribution | 
            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]  | |
| ChiSquareDistribution | 
            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]  | |
| HypergeometricDistribution | 
            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]  | |
| LogNormalDistribution | 
            Continuous Univariate Log-Normal distribution.
            For details about this distribution, see
            Wikipedia - Log-Normal distribution.
             [ILNumerics Statistics Toolbox]  | |
| NormalDistribution | 
            Normal distribution.
            For details about this distribution, see
            Wikipedia - Normal distribution.
             [ILNumerics Statistics Toolbox]  | |
| StudentDistribution | 
            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]  |