ParetoDistributionInverseRightProbability Method |
Returns the point at which the right probability function attains the given value.
Namespace:
Meta.Numerics.Statistics.Distributions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public override double InverseRightProbability(
double Q
)
Public Overrides Function InverseRightProbability (
Q As Double
) As Double
public:
virtual double InverseRightProbability(
double Q
) override
abstract InverseRightProbability :
Q : float -> float
override InverseRightProbability :
Q : float -> float
Parameters
- Q
- Type: SystemDouble
The right cumulative probability, which must lie between 0 and 1.
Return Value
Type:
DoubleThe value x for which
RightProbability(Double) equals Q.
See Also