PowerDistributionInitialize Method |
Updates the helper variables that store intermediate results for generation of power-distributed random
numbers.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void Initialize(
double k,
double a
)
Parameters
- k Double
- The domain parameter k.
- a Double
- The shape parameter a.
Exceptions
See Also