12

Can anyone explain the difference between “in-sample” and “out-of-sample” forecasts?

IKavanagh
  • 6,089
  • 11
  • 42
  • 47
Amber
  • 257
  • 1
  • 5
  • 10

2 Answers2

11

It is statistics speak which in most cases means "using past data to make forecasts of the future". "In sample" refers to the data that you have, and "out of sample" to the data you don't have but want to forecast or estimate.

Brian
  • 111
  • 3
7

The data points used to build the model constitute in sample data where as all the new data points not belonging to the training sample constitute out of sample data.

pikachu
  • 602
  • 8
  • 17