I am trying to get the covariance matrix of a centered dataset using the formula
Sigma = (A.T @ A)/(n-1)
but I keep getting a syntax error for the @ symbol. Is there another way to multiply the two?
I am trying to get the covariance matrix of a centered dataset using the formula
Sigma = (A.T @ A)/(n-1)
but I keep getting a syntax error for the @ symbol. Is there another way to multiply the two?