The attached source code is a C# normal distribution class. The probability density function (PDF) and cumulative distribution function (CDF) can be computed for a given x-value.
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.
Kotlin for Beginners