trepunktsinterpolasjon
Trepunktsinterpolasjon, also known as three-point interpolation, is a method used to estimate an unknown value between two known data points, assuming a linear relationship between them. Given three points (x0, y0), (x1, y1), and (x2, y2), where x1 is between x0 and x2, and we want to find the value y at a specific x that lies between x0 and x1, trepunktsinterpolasjon uses the two points (x0, y0) and (x1, y1) to define a line.
The underlying principle is that if we assume a straight line connects (x0, y0) and (x1, y1),
This method is a simple form of interpolation and is particularly useful when the underlying data is