Tag
#out-of-sample
2 articles
-
In-Sample vs Out-of-Sample Testing: The Minimum Honest Backtest Check
In-sample data is where a strategy is built and tuned. Out-of-sample data is held back and used once to judge it. Splitting the two is the least you can do to avoid fooling yourself.
Read article -
Walk-Forward Analysis Explained: Rolling Re-Estimation as a Stricter Test
Walk-forward analysis fits a strategy on a past window, applies it to the next unseen window, then rolls forward and repeats. It is a harder test than a single out-of-sample split.
Read article