- #1
- 55
- 0
if X= (3, 5, 7) & Y = (2, 4, 1)
What is the 3x3 covariance matrix for X & Y?
What is the 3x3 covariance matrix for X & Y?
if X= (3, 5, 7) & Y = (2, 4, 1)
What is the 3x3 covariance matrix for X & Y?
The covariance between two jointly distributed real-valued random variables x and y with finite second moments is defined as-
1. cov(x,y)=E[(x-E[x])(y-E[y])]
The covariance between two jointly distributed real-valued random vectors x and y (with m and n dimensional respectively) with finite second moments is defined as
2. cov(x,y)=E[(x-E[x])(y-E[y])T]
What is the difference between #1 & #2?
Here is the link:In this context what do you mean by dimensional? X and Y are real valued. Do you mean the number of samples?
The covariance between two jointly distributed real-valued random variables x and y with finite second moments is defined as-
1. cov(x,y)=E[(x-E[x])(y-E[y])]
The covariance between two jointly distributed real-valued random vectors x and y (with m and n dimensional respectively) with finite second moments is defined as
2. cov(x,y)=E[(x-E[x])(y-E[y])T]
What is the difference between #1 & #2?