Click or drag to resize

PowerDistribution(Double, Double, Generator) Constructor

Initializes a new instance of the PowerDistribution class with domain parameter k and shape parameter a using the specified random number generator.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PowerDistribution(
	double k,
	double a,
	Generator generator
)

Parameters

k  Double
The domain parameter k.
a  Double
The shape parameter a.
generator  Generator
The random number generator.
See Also