September 17th, 2007, 8:51 pm
QuoteOriginally posted by: jawabeanQuoteOriginally posted by: oengierthanks a lot. which beta does your "portfolio' beta " mean? historical estimated beta? or calculated by other methods?historical. get the daily return, adjust with dividends. then get the daily "market" from Fama's data library. compute annual beta. regress it on something like mean book-to market and stuff. predict your explanatory variables somehow, like IR models for treasury yields or autoregression on other stuff; predict beta using regression on explanatory variablesThis post by jawaben will work too. But I'll would be cautious about it. The final forecast in this case can be very uncertain.For instance, lets say you model Y (betas) as Y=f(X)+e1, where X is a vector (one explanatory variable) and e1 a normal error variable with zero mean and std given by the model's standard error.Now you forecast X with an autoregressive component where X(t+1)=f(X)+e2. With expectation operator we can see that E(X(t+1))=E(f(X)), which is the basic equation for forecasting an autoregressive model.The final forecast of the Beta (vector Y) will than be:Y(t+1)=f(X(t+1))+e1substituting:Y(t+1)=f(f(X)+e2)+e1Its possible to see that the forecast will have another stochastic component given by the standard error of the autoregressive model from the vector X. Once you have the standard error from both models (beta and autoregressive), you can use monte carlo by simulating those normal errors and getting the actual distribution of the forecast.Unless e2 has zero variance, which probably won't happen, the bounds of the forecast can be very high, which is natural considering both uncertainties about the models.