Click or drag to resize

BinomialDistributionP Property

Gets and sets the probability of success on each trial.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double P { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
InvalidArgumentException Thrown if set to a value less than 0, or greater than 1.
See Also