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