Specifying a covariance matrix

In summary, the problem is to find the 2x2 covariance matrix of a 2D Gaussian distribution given the variance in the directions of the first and second eigenvectors and the direction of the first eigenvector. To solve this, we can use the eigenvectors to diagonalize the matrix and obtain the covariance matrix.
  • #1
Lindley
7
0
I have a Gaussian distribution. I know the variance in the directions of the first and second eigenvectors (the directions of maximum and minimum radius of the corresponding ellipse at any fixed mahalnobis distance), and the direction of the first eigenvector.

Is there a simple closed form equation to derive the corresponding covariance matrix? It seems like there should be, since if H0 is the first eigenvector and H1 is the second, then

H0*P*H0^T = var0
H1*P*H1^T = var1

However, this is only two equations and there are 3 unknowns (Pxx, Pxy, and Pyy). Any help?
 
Physics news on Phys.org
  • #2
I don't 100% understand you formulation... however i read as following:
- the problem is 2D guassian distribution

you want to find the 2x2 covariance matrix,
[tex] P = \begin{pmatrix} P_{xx} & P_{xy} \\ P_{yx} & P_{yy} \end{pmatrix}[/tex]

which is a symmetric (Pxy = Pyx) positive semi-definite matrix, you know the eigenvalues, and an eigenvector of the matrix

in fact as it it symmetric, eigenvectors will be orthogonal, you know the direction and of both eigenvectors (call them v1, v2)

why not use the eigenvectors to create a matrix to diagonalise, call it V, then
[tex] V = [v_1, v_2] [/tx]
[tex] V^T P V = D[/tex]

where D is a diagonal matrix with eignevalues on the diagonal, then
[tex] P = V D V^T[/tex]
 

What is a covariance matrix?

A covariance matrix is a square matrix that contains the variances and covariances of a set of variables. It is used to describe the relationships between different variables and their variances.

How is a covariance matrix specified?

A covariance matrix is specified by filling in the variances along the diagonal and the covariances in the off-diagonal elements. It is typically denoted by Σ.

What is the purpose of specifying a covariance matrix?

Specifying a covariance matrix allows for the calculation of covariance, which is a measure of how two variables change together. It is useful in understanding the relationships between different variables and can be used in statistical analysis and modeling.

What are some important properties of a covariance matrix?

The main properties of a covariance matrix are that it is symmetric, positive semi-definite, and the diagonal elements are non-negative. Additionally, the sum of all elements in a covariance matrix is equal to the sum of its variances.

What are some common methods for estimating a covariance matrix?

Some common methods for estimating a covariance matrix include maximum likelihood estimation, shrinkage estimation, and factor models. These methods take into account sample size, number of variables, and assumptions about the underlying data to produce an accurate estimate of the covariance matrix.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
764
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
2K
  • Differential Equations
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
813
Replies
12
Views
947
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
4K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
8K
Back
Top