This document discusses spline interpolation techniques for estimating values between data points. It covers linear, quadratic, and cubic spline interpolation. Linear splines connect data points with straight lines. Quadratic splines use second order polynomials between points, requiring the function and first derivative to be continuous at knots. Cubic splines employ third order polynomials between points, with the function, first and second derivatives required to be continuous at knots. Examples are provided to demonstrate fitting data with each type of spline and evaluating the resulting functions.