Covariance matrix of input.
Parameters
inputTensorShape
(N,) (single-variable degenerate case) or (N, M)
— N variables observed at M time points.correctionint= 1Bessel correction; the divisor is
max(1, M - correction).
Default 1 (unbiased sample covariance); pass 0 for the
biased population covariance.Returns
TensorShape (N, N). Entry =
.
See Also
corrcoef—normalised counterpart (Pearson correlation).