Random vector mean and covariance

Click For Summary
SUMMARY

The discussion focuses on calculating the covariance of a linear combination of random vectors, specifically the random vector Y = [Y_1, Y_2, ..., Y_m] with mean u and covariance matrix ∑. The expression for Z is defined as Z = N_1 * Y_1 + N_2 * Y_2 + ... + N_m * Y_m, where N_i are constants. The covariance of Z is derived using the formula E[(Y - E[Y])(Y - E[Y])'] = E[YY'] - E[Y]E[Y]', leading to the conclusion that the covariance of Z can be expressed in terms of the covariance of Y and the constants N_i.

PREREQUISITES
  • Understanding of random vectors and their properties
  • Knowledge of covariance and expectation in probability theory
  • Familiarity with linear combinations of random variables
  • Basic proficiency in matrix operations and notation
NEXT STEPS
  • Study the properties of covariance matrices in multivariate statistics
  • Learn about the law of total expectation and its application to random vectors
  • Explore the derivation of covariance for linear combinations of random variables
  • Investigate the implications of the Central Limit Theorem on random vector distributions
USEFUL FOR

Students and professionals in statistics, data science, and machine learning who are working with random vectors and need to understand covariance calculations for linear combinations of random variables.

cutesteph
Messages
62
Reaction score
0

Homework Statement



Random vector Y = [Y_1 Y_2 Y_3 …. Y_m]' where ' = transpose mean = u and and ∑ = covariance

Z = N_1 * Y_1 + N_2 * Y_2 + …. + N_m*Y_m all N are numbers Find the covariance of Z E[ (Y- E[Y] )(Y - E[Y] ) ] = E[YY'] -E[Y]E[Y]'= [N_1 N_2 .. N_m] [∑ - u^2 ….∑ -u^2] ' This seems incorrect.
 
Physics news on Phys.org
If you want the covariance of Z why do you look at the covariance of Y?

Think about this: your Z can be written as

[tex] Z = \begin{pmatrix} N_1 & N_2 & \cdots & N_m \end{pmatrix} %<br /> \begin{pmatrix} Y_1 \\ Y_2 \\ \vdots \\ Y_m \end{pmatrix}[/tex]

so you should be able to use properties of expectations for random vectors to simplify your work.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K