Click or drag to resize

BinomialDistributionInitialize Method

Initializes this instance with the specified distribution parameters.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected void Initialize(
	double pp,
	int nn
)

Parameters

pp  Double
The success probability p in the range [0, 1].
nn  Int32
The number of trials n (must be greater than or equal to 0).
See Also