Interpolation in general is a way to determine intermediate values from a set of coordinates. Linear interpolation would be to fit a single linear function to the entire set of coordinates. Piecewise...
Advantages over what? For what? Generally linear interpolation is done because one infers that the relationship between points is linear and/or it is the the easiest kind of interpolation. In the...