Click or drag to resize

StatisticsLowerQuartile Method

Overload List
 NameDescription
Public Extension MethodLowerQuartile(IEnumerableDouble) Estimates the first quartile value from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8).
Public Extension MethodLowerQuartile(IEnumerableNullableDouble) Estimates the first quartile value from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8).
Public Extension MethodLowerQuartile(IEnumerableSingle) Estimates the first quartile value from the provided samples. Approximately median-unbiased regardless of the sample distribution (R8).
Top
See Also