Class StatisticsLibrary
- Namespace
- NominalSystems.Maths
- Assembly
- NominalSystems.Maths.dll
[Nominal] This function library contains statistical functions used in the Nominal Systems software.
public static class StatisticsLibrary
- Inheritance
-
StatisticsLibrary
Methods
RandomGaussian(double)
Calculates a random number from a Gaussian distribution.
public static double RandomGaussian(double std)
Parameters
std
doubleThe standard deviation of the Gaussian
Returns
- double
A random number in the gaussian
RandomGaussianSeed(double, int)
Calculates a random number from a Gaussian distribution with a seed.
public static double RandomGaussianSeed(double std, int seed)
Parameters
Returns
- double
A random number in the gaussian