Table of Contents

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 double

The 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

std double

The standard deviation of the Gaussian

seed int

The random seed used in the Gaussian

Returns

double

A random number in the gaussian