Skip to content

Commit

Permalink
Merge pull request #25952 from johannahaffner:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 716678666
  • Loading branch information
Google-ML-Automation committed Jan 17, 2025
2 parents a527aba + df6140e commit a4a657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/_src/numpy/lax_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4a657b

Please sign in to comment.