ILNumerics - Technical Application Development
Assembly: ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
Initializes a new instance of the StudentT class with a particular location, scale and degrees of
freedom. The distribution will
be initialized with the default random number generator.
[ILNumerics Statistics Toolbox]
Namespace: ILNumerics.Toolboxes.Distributions
Assembly: ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- location (Optional)
- Type: SystemDouble
The location (μ) of the distribution. - scale (Optional)
- Type: SystemDouble
The scale (σ) of the distribution. Range: σ > 0. - freedom (Optional)
- Type: SystemDouble
The degrees of freedom (ν) for the distribution. Range: ν > 0.
Remarks
[ILNumerics Statistics Toolbox]
See Also
Reference
SystemRandom