Is it possible to extrapolate some values with the cubic spline method? From the R function pchip documentation: "pchip can be applied to points outside [min(xi), max(xi)], but the result does not make much sense outside this interval."
Hence, isn't the cubic spline meant for extrapolation? Is there a way to extrapolate without the linear extrapolation?