Click or drag to resize

WeibullDistributionInverseRightProbability 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
)

Parameters

Q
Type: SystemDouble
The right cumulative probability, which must lie between 0 and 1.

Return Value

Type: Double
The value x for which RightProbability(Double) equals Q.
See Also