Overload List
Name | Description | |
---|---|---|
![]() | NormalDist |
Instantiates a new Normal Distribution, with Mean = 0 and Std Dev = 1.
|
![]() | NormalDist(IEnumerable Double ) |
Instantiates a new Normal Distribution. Fits a Normal Distribution based on an array of data.
|
![]() | NormalDist(Double, Double) |
Instantiates a new Normal Distribution.
|
See Also