Extrapolation and linear splines

569 Views Asked by At

Can you use a linear spline for extrapolation? Say you have data (6,1.04),(7,1.71),(9,3.28),(10,4.08); and you wanted to evaluate at x=17. I thought that extrapolating using linear splines was a bad idea--is that true?