mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 21:36:05 +00:00
Merge pull request #25952 from johannahaffner:patch-1
PiperOrigin-RevId: 716678666
This commit is contained in:
commit
a4a657bc43
@ -12894,7 +12894,7 @@ def cov(m: ArrayLike, y: ArrayLike | None = None, rowvar: bool = True,
|
||||
observation.
|
||||
|
||||
Returns:
|
||||
A covariance matrix of shape ``(M, M)``.
|
||||
A covariance matrix of shape ``(M, M)``, or a scalar with shape ``()`` if ``M = 1``.
|
||||
|
||||
See also:
|
||||
- :func:`jax.numpy.corrcoef`: compute the correlation coefficient, a normalized
|
||||
|
Loading…
x
Reference in New Issue
Block a user