June 22nd, 2011, 5:37 pm
You want to use the Fama-MacBeth method. I'm unclear from your description about which of your matrices holds your "factor exposures", but the procedure is to estimate a series of weighted cross-sectional regressions of the returns on the standardized factor exposures, one time period at a time. The coefficients are then returns to 'factor portfolios'. Loop over time, running a cross-sectional regression in each time period, collect the coefficients in a TxK matrix (where K is the number of factors you're working with), and then analyze the significance of the estimated coefficients. See Grinold & Khan pp72-75, and chapter 12, "Information Analysis" for more specific discussion of this. Not sure how you would do this efficiently in Excel, and I haven't used eViews in over a decade. Preferably, you need something like Matlab or R with good numerical capabilities and with which you can do some basic programming.
Last edited by
Skip on June 21st, 2011, 10:00 pm, edited 1 time in total.