Click or drag to resize

SampleInverseLeftProbability Method

Gets the sample value corresponding to a given percentile score.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public double InverseLeftProbability(
	double P
)

Parameters

P
Type: SystemDouble
The percentile, which must lie between zero and one.

Return Value

Type: Double
The corresponding value.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionP lies outside [0,1].
InsufficientDataExceptionCount is less than two.
See Also