1
0
mirror of https://github.com/ROCm/jax.git synced 2025-04-19 21:36:05 +00:00

Merge pull request from johannahaffner:patch-1

PiperOrigin-RevId: 716678666
This commit is contained in:
jax authors 2025-01-17 08:26:16 -08:00
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