SampleLeftProbability Method
Gets the fraction of values equal to or less than the given value.
Namespace: Meta.Numerics.StatisticsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public double LeftProbability(
double value
)
Public Function LeftProbability (
value As Double
) As Double
public:
double LeftProbability(
double value
)
member LeftProbability :
value : float -> float
- value Double
- The reference value.
DoubleThe fraction of values in the sample that are less than or equal to the given reference value.