meanD3

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

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