Computes the value corresponding to the given percentile.

Namespace: Meta.Numerics.Statistics.Distributions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public 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
Double
The percentile.

Return Value

The value.

See Also