Click or drag to resize

BetaDistributionInitialize Method

Initializes the parameters for the beta distribution.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void Initialize(
	double pa,
	double pb
)

Parameters

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