SortedArrayStatisticsLowerQuartile(Single) Method |
Estimates the first quartile value from the sorted data array (ascending).
Approximately median-unbiased regardless of the sample distribution (R8).
Namespace: Altaxo.Calc.StatisticsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static float LowerQuartile(
float[] data
)
Parameters
- data Single
- Sample array, must be sorted ascendingly.
Return Value
Single[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.SortedArrayStatistics.LowerQuartile(System.Single[])"]
See Also