ExcelFunctionsPercentRank Method |
Returns the rank of a value within an array as a percentile.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double PercentRank(
double[] array,
double x
)
Parameters
- array Double
- The input data.
- x Double
- The value to rank.
Return Value
DoubleThe percentile rank of
x within
array.
See Also