fun <T : Number> KtNDArray<T>.var(ddof: Int = 0): Double
Returns the variance of the array elements, along given axis.
fun <T : Number> KtNDArray<T>.var(vararg axis: Int, ddof: Int = 0): KtNDArray<Double>