NormalDist MembersElecNetKit Documentation

The NormalDist type exposes the following members.
Constructors

  NameDescription
Public methodNormalDist 
Instantiates a new Normal Distribution, with Mean = 0 and Std Dev = 1.
Public methodNormalDist(IEnumerable Double )
Instantiates a new Normal Distribution. Fits a Normal Distribution based on an array of data.
Public methodNormalDist(Double, Double)
Instantiates a new Normal Distribution.
Back to Top
Methods

  NameDescription
Public methodGetNextValue
Obtains the next random value from the distribution with the given μ and σ.
Public methodStatic memberGetZ
Generates a random value for the N(0,1) distribution.
Public methodToString
Converts to String.
(Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyMean
The Mean of the normally distributed data (μ).
Public propertyStdDev
The Standard Deviation of the normally distributed data (σ).
Public propertyVariance
The variance of the normally distributed data (σ²).
Back to Top
See Also