Click or drag to resize

GaussianDistributionSigma Property

Gets or sets the scale parameter of this instance.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public double Sigma { get; set; }

Property Value

Type: Double
The scale parameter.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is not positive.
See Also