Click or drag to resize

BernoulliDistributionSuccessProbability Property

Gets or sets the success probability of this instance.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public double SuccessProbability { get; set; }

Property Value

Type: Double
The success probability.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is less than 0 or greater than 1.
See Also