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 precision.
            
[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. - precision
 - Type: SystemDouble
The precision of the normal distribution. 
Return Value
Type: NormalDistributionA normal distribution.
Remarks
[ILNumerics Statistics Toolbox]
See Also