kotlin-numpy / org.jetbrains.numkt.statistics / quantile

quantile

fun <T : Number> quantile(a: KtNDArray<T>, q: Double): Double (source)

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> (source)