May 2nd, 2005, 12:09 pm
QuoteOriginally posted by: pedro666Here's a question for you quants out there. Given a specific financial markets data set, in real time how do you choose your forecasting technique/method/model? Intuition, experience, mathematical rigour, or a combination of all three?mpsingh answer is a good starting point. You want to try first linear model for your timeseries. In general forecasting is more an art rather than a science. In a nutshell the following steps are common:1. Decompose your time series into: trend, cyclical (seasonal or low frequency component) and stationary timeseries. 2. Find a model for each component. Here your intuition about market structure or other economical wisdom might be usefull3. Split your data set into 2 parts, use part 1 to estimate the parameters and part 2 to do out of sample test.