Class NormalDist
Inheritance
System.Object
NormalDist
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SOHDomain.Common
Assembly: SOHDomain.dll
Syntax
public static class NormalDist
Methods
| Improve this Doc View SourceNormalDistRandom(Double, Double)
Normal distribution calculation (Box-Muller transform) for given parameters.
Declaration
public static double NormalDistRandom(double mean, double standardDeviation)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | mean | |
| System.Double | standardDeviation |
Returns
| Type | Description |
|---|---|
| System.Double | A normal distribution result for given params. |