SampleLeftProbability Method |
Gets the fraction of values equal to or less than the given value.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public double LeftProbability(
double value
)
Public Function LeftProbability (
value As Double
) As Double
public:
double LeftProbability(
double value
)
member LeftProbability :
value : float -> float
Parameters
- value
- Type: SystemDouble
The reference value.
Return Value
Type:
DoubleThe fraction of values in the sample that are less than or equal to the given reference value.
See Also