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 Normal class with a particular mean and standard deviation. 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
- mean (Optional)
- Type: SystemDouble
The mean of the normal distribution. - stddev (Optional)
- Type: SystemDouble
The standard deviation of the normal distribution. Range: σ ≥ 0.
Remarks
[ILNumerics Statistics Toolbox]
See Also
Reference
SystemRandom