kotlin-numpy / org.jetbrains.numkt.core / var

var

fun <T : Number> KtNDArray<T>.var(ddof: Int = 0): Double (source)

Returns the variance of the array elements, along given axis.

fun <T : Number> KtNDArray<T>.var(vararg axis: Int, ddof: Int = 0): KtNDArray<Double> (source)