CovΒΆ

Estimates the covariance matrix of the variables given by the input matrix.

Abstract Signature:

Cov(input: Tensor, correction: int = 1)

PyTorch

API: torch.cov
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.cov
Strategy: Direct Mapping

NumPy

API: numpy.cov
Strategy: Direct Mapping

TensorFlow

API: tf.math.reduce_variance
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.cov
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.cov
Strategy: Direct Mapping