Click or drag to resize

WeibullDistributionInitialize Method

Initializes the distribution with the specified 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 alpha,
	double lambda
)

Parameters

alpha  Double
The shape parameter.
lambda  Double
The scale parameter.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionalpha is not valid.
ArgumentOutOfRangeExceptionlambda is not valid.
See Also