Click or drag to resize

BetaDistribution(Double, Double) 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
)

Parameters

pa  Double
The first shape parameter.
pb  Double
The second shape parameter.
See Also