Click or drag to resize

GaussianDistribution Constructor

Initializes a new instance of the GaussianDistribution class having the specified parameters.

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

Parameters

mu
Type: SystemDouble
The location parameter.
sigma
Type: SystemDouble
The scale parameter.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionsigma is not positive.
See Also