Interpolation

Interpolation

Introduction

  • If we are given a set of data points:
    X1234567
    Y282196961208750
  • We know the value of y when x is a whole number, i.e. 1, 2, 3
  • But when x is 1.5 we do not have a corresponding value for y.
  • Interpolation is the method of estimating the value of y for a given x when we don't have a data point for it.