Hermite interpolation (Wikipedia)
Created on 2020-09-05T22:41:16+00:00
Hermite interpolation requires
$ n(m+1)
data points, where
- n: the number of data points used for interpolation
- m: the number of derivatives available at each data point
The degree of a hermite polynomial is at most n(m+1)-1.