jax-js
System
Light
Dark
Search…
Preparing search index...
@jax-js/jax
numpy
mean
Function mean
mean
(
a
:
ArrayLike
,
axis
?:
null
|
number
|
number
[]
,
opts
?:
{
keepdims
?:
boolean
}
,
)
:
Array
Compute the average of the array elements along the specified axis.
Parameters
a
:
ArrayLike
axis
:
null
|
number
|
number
[]
= null
Optional
opts
:
{
keepdims
?:
boolean
}
Returns
Array
jax-js
Loading...
Compute the average of the array elements along the specified axis.