SortedArrayStatisticsPercentile(Double, 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 double Percentile(
double[] data,
int p
)
Parameters
- data Double
- Sample array, must be sorted ascendingly.
- p Int32
- Percentile selector, between 0 and 100 (inclusive).
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.Statistics.SortedArrayStatistics.Percentile(System.Double[],System.Int32)"]
See Also