Expected Value and covariance of matrix

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 6K views
tommyhakinen
Messages
34
Reaction score
0
I have a 2x1 matrix A. I would like to find out E[A] which is the mean of the matrix. How do I do this? what is the dimension of the resultant matrix? using this E[A], I am going to find the covariance of matrix A by this formula

cov(A) = E[(A - E[A])(A - E[A])[tex]^{T}[/tex])

could someone please enlighten me? thank you in advance.
 
Physics news on Phys.org
tommyhakinen said:
I have a 2x1 matrix A. I would like to find out E[A] which is the mean of the matrix. How do I do this? what is the dimension of the resultant matrix? using this E[A], I am going to find the covariance of matrix A by this formula

cov(A) = E[(A - E[A])(A - E[A])[tex]^{T}[/tex])

could someone please enlighten me? thank you in advance.


It depends on what you mean by the "mean of a matrix". I assume you are trying to find out what the elements of the matrix should be. Well if each element has a Gaussian distribution centered around 0, then the "average" vector should have all of its entries as 0. But this depends on your choice of distribution, mean for the element entries, and standard deviation.

Try to better define what you are saying