Serving the Quantitative Finance Community

 
User avatar
maratikus
Topic Author
Posts: 0
Joined: January 2nd, 2008, 7:38 pm

eigenvalue question

February 26th, 2010, 3:47 pm

What's the smallest eigenvalue of correlation matrix with all non-diagonal elements equal to alpha, where alpha: -1<alpha<1?
 
User avatar
iuliny
Posts: 0
Joined: July 1st, 2008, 12:58 pm
Location: New York

eigenvalue question

February 26th, 2010, 4:44 pm

(1 - alpha) ?
 
User avatar
Traden4Alpha
Posts: 3300
Joined: September 20th, 2002, 8:30 pm

eigenvalue question

February 26th, 2010, 7:39 pm

Note: alpha has a lower-bounds that is higher than -1 and is an increasing function of the size of the matrix
 
User avatar
karakfa
Posts: 0
Joined: May 25th, 2002, 5:05 pm

eigenvalue question

February 26th, 2010, 8:45 pm

and at that lower bound the min eigenvalue will be zero.ps. by the way that lower bound for alpha is -1/(n-1) where n is the size of the matrix.
 
User avatar
wileysw
Posts: 7
Joined: December 9th, 2006, 6:13 pm

eigenvalue question

February 26th, 2010, 8:54 pm

if it's the smallest eigenvalues for all possible alpha, one could just use the fact that all eigenvalues of a semi-positive definite matrix are non-negative, so the minimum is zero (with either alpha=1 or -1/(N-1), where N is the matrix dimension)if you want the minimum for particular alpha and N, first consider when the determinant of the correlation matrix is zero, by arranging N unit vector in N dimensional space, and consider the special case that they degenerate into one single vector, or they form a regular (N-1)-dimensional polyhedron. so alpha = 1 or -1/(N-1), which also gives the possible range for alpha.(e.g., when N=3, either the end of these three vectors become one point or form a regular triangle in two dimension)now for the eigenvalue equation, it's simply replacing alpha with alpha/(1-lambda), thus lambda=1-alpha or 1+(N-1)*alpha. with the range given above, one gets the minimum is 1+(N-1)*alpha when -1/(N-1)<=alpha<=0, and 1-alpha when 0<=alpha<=1.----- ----- ----- ----- -----scooped... :P
Last edited by wileysw on February 25th, 2010, 11:00 pm, edited 1 time in total.
 
User avatar
maratikus
Topic Author
Posts: 0
Joined: January 2nd, 2008, 7:38 pm

eigenvalue question

February 26th, 2010, 10:09 pm

Quoteone gets the minimum is 1+(N-1)*alpha when -1/(N-1)<=alpha<=0, and 1-alpha when 0<=alpha<=1.That's correct!
 
User avatar
zerdna
Posts: 1
Joined: July 14th, 2002, 3:00 am

eigenvalue question

March 23rd, 2010, 12:50 am

Matrix has two eigenvalues: non degenerate lambda1= 1+(N-1)*a, and (n-1) fold degenerate lambda2=1-a. All properties of eigenvalues, including the above follow from this.