Click or drag to resize

BernoulliDistributionProbability Property

Gets or sets the parameter p which is used for generation of Bernoulli-distributed random numbers.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double Probability { get; set; }

Property Value

Double
Remarks
Call IsValidProbability(Double) to determine whether a value is valid and therefore assignable.
See Also