Click or drag to resize

GeometricDistributionP Property

Gets and sets the probability of success. Must be greater than zero and less than or equal to one.

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

Property Value

Double
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if p is less than or equal to zero or p is greater than one.
See Also