Thursday, July 21, 2016

time series - Estimating correlation using EWMA


I am using an EWMA model to evaluate the correlation between yearly time series.


I know Riskmetrics uses λ=0.94 for daily data and λ=0.97 for monthly data.


Is there a value suggested for yearly data? If not, how can it be estimated?



Answer



The λ value used in the original paper is arbitrary, but you can estimate that by assuming (in the simplest case) 2 assets and running the following model:



σ212,t+1 = λσ212,t1+(1λ)r1,tr2,t;


given r1,t and r2,t respectively as the returns for the asset 1 and 2 and σ212,t the volatility at time t.


Solving by λ as unique unknown variable, you can find the λ estimation.


To compute the correlation forecast, replace σ212,t+1 in:


ρt+1 = σ212,t+1σ1,t+1σ2,t+1;


where ρt+1 is the forecast of the correlation 1 period ahead.


Here the reference of the original paper by JP Morgan; I suggest you to read the paper an estimate λ again, since its value depends on the volatility of returns and it changes over time.


The authors used a 20-day returns period to estimate asset volatility and returns and the choice of such time period, again, was arbitrary.


Hope this helps.


No comments:

Post a Comment

technique - How credible is wikipedia?

I understand that this question relates more to wikipedia than it does writing but... If I was going to use wikipedia for a source for a res...