Click or drag to resize

BetaDistribution(Double, Double, RandomGenerator) Constructor

Initializes a new instance of the BetaDistribution class.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BetaDistribution(
	double pa,
	double pb,
	RandomGenerator ran
)

Parameters

pa  Double
The first shape parameter.
pb  Double
The second shape parameter.
ran  RandomGenerator
The random number generator to use.
See Also