Click or drag to resize

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
)

Parameters

value
Type: SystemDouble
The reference value.

Return Value

Type: Double
The fraction of values in the sample that are less than or equal to the given reference value.
See Also