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