필터 지우기
필터 지우기

why does not "pchip" requires derivative values as input

조회 수: 3 (최근 30일)
Xinwei Li
Xinwei Li 2023년 10월 20일
편집: Bruno Luong 2023년 10월 20일
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"

답변 (1개)

Bruno Luong
Bruno Luong 2023년 10월 20일
편집: Bruno Luong 2023년 10월 20일
Since the derivatives are computed internally as with general polynomial picewise functions.
It satisfies :
  • interpolation on data point
  • The derivative inside the interval does not change sign (hermit specific), but this constraints are enforced internally
If user imposes the derivarive at the break points then it might not be able to satifsfy the second condition.
  댓글 수: 4
Xinwei Li
Xinwei Li 2023년 10월 20일
Hi Bruno,
Many thanks for your help. Now I get the idea of internally calculated derivatives, which is by imposing monotonicity.
Bruno Luong
Bruno Luong 2023년 10월 20일
편집: Bruno Luong 2023년 10월 20일
"... which is by imposing monotonicity. "
Exactly

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Polynomials에 대해 자세히 알아보기

태그

제품


릴리스

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by