empirical Quantiles
fun empiricalQuantiles(n: Int, quantileFunction: InverseCDFIfc, type: EmpDistType = EmpDistType.Continuity1): DoubleArray
Computes the empirical quantiles based on the empirical probabilities for a data set of size n using the supplied quantileFunction inverse CDF. The type represents the continuity type as per the empiricalProbabilities() function.