meanDN

abstract fun <T : Number> meanDN(a: MultiArray<T, DN>, axis: Int): NDArray<Double, D4>

Returns the arithmetic mean of the n-dimensional ndarray a elements along the given axis.