BinomialDistributionInitialize Method |
Initializes this instance with the specified distribution parameters.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected 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