fun <T : Number> quantile(a: KtNDArray<T>, q: Double): Double
Compute the q-th quantile of the data along the specified axis.
fun <T : Number> quantile(a: KtNDArray<T>, q: Double, axis: Int): KtNDArray<Double>