Click or drag to resize

RandomNumberGeneratorGaussian Method (Double, Double)

Draws a sample point from a Gaussian distribution having the specified parameters.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public double Gaussian(
	double mu,
	double sigma
)

Parameters

mu
Type: SystemDouble
The location parameter.
sigma
Type: SystemDouble
The scale parameter.

Return Value

Type: Double
A sample point drawn from the specified Gaussian distribution.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionsigma is not positive.
See Also