csfieldguide/chapters/content/en/glossary/interpolation.md
# Interpolation
Estimating values *between* some given values assuming they follow a trend.
For example, if a sequence of 5 numbers starts with 3 and finishes with 11, we might assume the trend is linear and interpolate the values 5, 7, 9 in between.