NormalDist Constructor (Double, Double)ElecNetKit Documentation
Instantiates a new Normal Distribution.

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

public NormalDist(
	double Mean,
	double StdDev
)

Parameters

Mean
Type: OnlineSystem Double
The Mean (μ) of the distribution.
StdDev
Type: OnlineSystem Double
The Standard Deviation (σ) of the distribution.
See Also