meanD2

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

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