Normal Distribution Implementation in C#


Free C# normal distribution class. Instances are constructed with a given mean and variance. The probability density function (PDF) and cumulative distribution function (CDF) can be computed for a given x-value.


Similar Articles