for computing the covariance of a vector matlab and other numerical codes return one value, but my question is that, how we could compute NxN covariance matrix of a Nx1 vector?
for example what is the covariance matrix of below vector?
A = [1,2,3]
Thanks in advance,