ExcelFunctionsQuartile Method |
Returns the specified quartile 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 Quartile(
double[] array,
int quant
)
Parameters
- array Double
- The input data.
- quant Int32
- The quartile selector, from 0 to 4.
Return Value
DoubleThe requested quartile value.
See Also