Click or drag to resize

BernoulliDistribution(Double) Constructor

Initializes a new instance of the BernoulliDistribution class with the specified probability, using a StandardGenerator as the underlying random number generator.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public BernoulliDistribution(
	double probability
)

Parameters

probability  Double
The success probability p in the range [0, 1].
See Also