July 22nd, 2009, 12:11 pm
Hi phildrew,You need to find a function that predicts the conditional mean vector and volatility matrix of the multivariate interest series that you have. CCC-GARCH models are widely used, but I would recomend the paper by Audrino and Trojani (2004). But you like PCA, so I will try help. With PCA, however, you are just extracting components that express the variance of the multivariate series. If you want to use these components to predict the future, then you will need to use a multiple output regression methodolgy to predict, one step ahead, for example, these components. Neural Networks, for instance, can be use to model multiple outputs.Your concerns, a) non-normal behavior, agree, but you can use ICA insted of PCA. Nonetheless, Audrino and Trojani methodolgy may help you, since they use a nonparemetric estimation technique. b) auto and cross-correlations, agree, Audrino and Trojani methodolgy may help you.Hope this helps!