GeometricDistributionInverseLeftProbability Method |
Computes the value corresponding to the given percentile.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.0.5.0 (4.0.5.0)
Syntaxpublic override int InverseLeftProbability(
double P
)
Public Overrides Function InverseLeftProbability (
P As Double
) As Integer
public:
virtual int InverseLeftProbability(
double P
) override
abstract InverseLeftProbability :
P : float -> int
override InverseLeftProbability :
P : float -> int
Parameters
- P
- Type: SystemDouble
The percentile.
Return Value
Type:
Int32The value.
See Also