meanD4

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

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