Linear Interpolation

Estimating a value between two known values by assuming a straight line. Used in GPA scale conversion.

y = y_1 + \frac{(x - x_1)(y_2 - y_1)}{x_2 - x_1}

Equivalents

jp
線形補間
kr
선형 보간

Related Formulas