SortedArrayStatisticsPercentile(Single, Int32) Method |
Estimates the p-Percentile value from the sorted data array (ascending).
If a non-integer Percentile is needed, use Quantile instead.
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 Percentile(
float[] data,
int p
)
Parameters
- data Single
- Sample array, must be sorted ascendingly.
- p Int32
- Percentile selector, between 0 and 100 (inclusive).
Return Value
Single[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.SortedArrayStatistics.Percentile(System.Single[],System.Int32)"]
See Also