Serving the Quantitative Finance Community

Search found 1 match

by jbremnant
January 20th, 2011, 1:47 pm
Forum: Technical Forum
Topic: ROLLING REGRESSION
Replies: 5
Views: 26046

ROLLING REGRESSION

<t>- make sure you have enough samples given the number of independent vars you have in your regression - your window size should be bigger the more X's you put in.- i usually sweep various window sizes to find the optimal one - yes, it's a form of overfitting- lastly, make sure your sweep window lo...