ExcelFunctionsPercentile Method |
Returns the percentile of an array using Excel's quantile definition.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double Percentile(
double[] array,
double k
)
Parameters
- array Double
- The input data.
- k Double
- The percentile fraction in the range from 0 to 1.
Return Value
DoubleThe percentile value.
See Also