SampleInverseLeftProbability Method

Gets the sample value corresponding to a given percentile score.

Definition

Namespace: Meta.Numerics.Statistics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public double InverseLeftProbability(
	double P
)

Parameters

P  Double
The percentile, which must lie between zero and one.

Return Value

Double
The corresponding value.

Exceptions

ArgumentOutOfRangeExceptionP lies outside [0,1].
InsufficientDataExceptionCount is less than two.

See Also