Click or drag to resize

PowerDistributionInitialize Method

Updates the helper variables that store intermediate results for generation of power-distributed random numbers.

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

Parameters

k  Double
The domain parameter k.
a  Double
The shape parameter a.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiona is not valid.
ArgumentOutOfRangeExceptionk is not valid.
See Also