NormalDist Constructor (IEnumerable Double )ElecNetKit Documentation
Instantiates a new Normal Distribution. Fits a Normal Distribution based on an array of data.

Namespace: ElecNetKit.Util
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public NormalDist(
	IEnumerable<double> data
)

Parameters

data
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
The data to fit the Normal Distribution to.
See Also