Click or drag to resize

NormalDistributionInitialize Method

Initializes this instance with the specified distribution parameters.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void Initialize(
	double mu,
	double sigma
)

Parameters

mu  Double
Mean value.
sigma  Double
Standard deviation (must be positive).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionmu is not finite, or sigma is not positive.
See Also