|   | GeneralizedBetaDistributionInnerInverseDistributionFunction Method  | 
        
         
              Gets the inverse of the cumulative distribution function (icdf) for
              this distribution evaluated at probability p. This function
              is also known as the Quantile function.
            
 
    Namespace: 
   Accord.Statistics.Distributions.Univariate
    Assembly:
   Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
 Syntax
Syntaxprotected internal override double InnerInverseDistributionFunction(
	double p
)
Protected Friend Overrides Function InnerInverseDistributionFunction ( 
	p As Double
) As Double
Parameters
- p
- Type: SystemDouble
 A probability value between 0 and 1.
Return Value
Type: 
DoubleA sample which could original the given probability 
              value when applied in the 
DistributionFunction(Double).
 See Also
See Also