jax-js
System
Light
Dark
Search…
Preparing search index...
@jax-js/jax
numpy
cov
Function cov
cov
(
x
:
ArrayLike
,
y
?:
ArrayLike
|
null
,
__namedParameters
?:
{
rowvar
?:
boolean
}
,
)
:
Array
Estimate the sample covariance of a set of variables.
Parameters
x
:
ArrayLike
y
:
ArrayLike
|
null
= null
__namedParameters
:
{
rowvar
?:
boolean
}
= {}
Returns
Array
jax-js
Loading...
Estimate the sample covariance of a set of variables.