- interpolation on data point
- The derivative inside the interval does not change sign (hermit specific), but this constraints are enforced internally
why does not "pchip" requires derivative values as input
8 次查看(过去 30 天)
显示 更早的评论
In my understanding, Piecewise Cubic Hermite polynomials requires both values and derivative values at each point.

Matlab "pchip", https://www.mathworks.com/help/matlab/ref/pchip.html, is exactly Piecewise Cubic Hermite polynomials, but does not require derivatives.
So why no derivatives values are needed as inputs for "pchip"
0 个评论
回答(1 个)
Bruno Luong
2023-10-20
编辑:Bruno Luong
2023-10-20
Since the derivatives are computed internally as with general polynomial picewise functions.
It satisfies :
If user imposes the derivarive at the break points then it might not be able to satifsfy the second condition.
4 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!