April 14th, 2007, 4:27 am
QuoteOriginally posted by: GuestHello,I am implementing the C.I.R. model of interest rate with Heston's stochasic volatility. So far I was able to find long-run mean mju and reverting "strength" kappa for both rate and volatility, but I still have no clue how to get the "volatility of volatility" parameter xi and correlation between volatility and rate stochastic terms rho.. Any suggestions?More precisely, the Model dr(t) = kappa1*(mju1-r(t))*dt + sqroot(r(t)*s(t))dW(t) - rate processds(t) = kappa2*(mju2-s(t))*dt+xi*sqroot(s(t))dV(t) - volatility processdr(t)ds(t) = rho*dtHow can I find the covariation matrix of the system from the historical data? With stochastic vol. the covariation changes over time..Thank you in advance!1) Broadly, the parameters will "fall into your lap" when you fit the model to observable option prices. I suppose that's not what you mean.2) <<Covariation changes over time>> Then you should measure it with respect to a certain "tenor." That is, use the covariance from 1-month returns for a 1-month expiry, and so on...