Can someone differentiate interpolation from extrapolation?
Wolfie
2006-06-26 03:28:14 UTC
Can someone differentiate interpolation from extrapolation?
Three answers:
Mesa P
2006-06-26 03:40:37 UTC
The best I can do is give you an example from image processing.
A bitmap image is row upon row of dots in a grid. Each dot is called a pixel.
If I am making an image smaller, I am interpolating it. Each square grouping of 4 pixels are averaged and the average color is used to fill the area that was previously taken by the 4 pixels.
If I am making an image larger. I am extrapolating on the known data. Each single pixel is divided into 4 and their colors are "guessed" by examining the colors of the surrounding pixels.
Where interpolation is absolutely accurate, a reduction of the available data, extrapolation involves considering data that wasn't part of the original equation.
goodbye
2006-06-26 10:34:37 UTC
interpolation is constructing new data points from a discrete set of known data points. extrapolation is constructing new data points from outside a discrete set of know data points.
2006-06-26 10:32:16 UTC
Interpretation - in between
Extrapolation - extension beyond.
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.