multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.api.stat
/
Statistics
/
meanD2
mean
D2
common
abstract
fun
<
T
:
Number
>
meanD2
(
a
:
MultiArray
<
T
,
D2
>
,
axis
:
Int
)
:
NDArray
<
Double
,
D1
>
Content copied to clipboard
Returns the arithmetic mean of the two-dimensional ndarray
a
elements along the given
axis
.