out of sample definition

40.3k views Asked by At

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

2

There are 2 answers

0
Brian On

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.

0
pikachu On

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.