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
)
Public Function InverseLeftProbability (
P As Double
) As Double
public:
double InverseLeftProbability(
double P
)
member InverseLeftProbability :
P : float -> float
Parameters
- P
- Type: SystemDouble
The percentile, which must lie between zero and one.
Return Value
Type:
DoubleThe corresponding value.
Exceptions See Also