Instantiates a new Normal Distribution. Fits a Normal Distribution based on an array of data.
Namespace: ElecNetKit.UtilAssembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax
public NormalDist( IEnumerable<double> data )
Parameters
- data
- Type:
System.Collections.Generic IEnumerable
Double
The data to fit the Normal Distribution to.
See Also