Estimate the value between data
fitting과 달리 데이터를 함수에 맞춤
- Polynomial interpolation Weierstrass theorem:
In general a continuous function f(x)
in a finite interval x in [a, b] can be fitted by a polynomial P(x)
Find a polynomial approximation for f(x) from N paris of numbers {(x_i, f(x_i))} for i=0, 1, … N-1
Lagrange Interpolation
with Lagrange Polynomial,
(x_k를 빼는 경우는 없음 주의)
then,
and P(x) cross every (x_i, f(x_i)) points
Cubic-Spline3차원 보간법(부드럽게 각 점들을 이어줌)
4개의 조건을 이용해, a+bx+cx^2+dx^3의 4개의 미지수를 계산