Click or drag to resize
SortedArrayStatisticsLowerQuartile Method
Estimates the first quartile value from the sorted data array (ascending). Approximately median-unbiased regardless of the sample distribution (R8).

Namespace:  MathNet.Numerics.Statistics
Assembly:  MathNet.Numerics (in MathNet.Numerics.dll) Version: 3.7
Syntax
C#
public static double LowerQuartile(
	double[] data
)

Parameters

data
Type: SystemDouble
Sample array, must be sorted ascendingly.

Return Value

Type: Double

[Missing <returns> documentation for "M:MathNet.Numerics.Statistics.SortedArrayStatistics.LowerQuartile(System.Double[])"]

See Also