Click or drag to resize

StatisticsUpperQuartile Method

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