  | GeometricDistributionInverseCDF Method | 
            Returns the inverse cumulative distribution function evaluated at the given value.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic override double InverseCDF(
	double p
)
Public Overrides Function InverseCDF ( 
	p As Double
) As Double
public:
virtual double InverseCDF(
	double p
) override
abstract InverseCDF : 
        p : float -> float 
override InverseCDF : 
        p : float -> float Parameters
- p  Double
 - A probability between 0 and 1.
 
Return Value
Double
            The 
x for the cumulative distribution function corresponding to the given
            probability.
            
Exceptions
See Also