Click or drag to resize

LaplaceDistributionInitialize 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 alpha
)

Parameters

mu  Double
Location parameter.
alpha  Double
Scale parameter (must be positive).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionalpha is out of range, or mu is not finite.
See Also