ILNumerics - Technical Application Development
Assembly: ILNumerics.Toolboxes.Statistics (in ILNumerics.Toolboxes.Statistics.dll) Version: 5.5.0.0 (5.5.7503.3146)
a normal distribution.
Constructs a normal distribution from a mean and standard deviation.
[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
- Type: SystemDouble
The mean (μ) of the normal distribution. - stddev
- Type: SystemDouble
The standard deviation (σ) of the normal distribution. Range: σ ≥ 0.
Return Value
Type: NormalDistributiona normal distribution.
Remarks
[ILNumerics Statistics Toolbox]
See Also