Learning about linear regression, I was teached that when a linear regression is calculated for a set of points, I can only make predictions with this linear model on the interval setted by the first and last points.
However, if a non-linear (or linear) model is adjusted and we are looking for forecasting points after the last one, what is happening in difference of the first example? Or the first assumption is wrong?