LognormalDistributionInverseRightProbability Method
Returns the point at which the right probability function attains the given value.
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
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
- Q Double
- The right cumulative probability, which must lie between 0 and 1.
DoubleThe value x for which
RightProbability(Double) equals Q.