are there any "Piecewise Cubic Hermite Interpolating Polynomial" in python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jitasi

    #1

    are there any "Piecewise Cubic Hermite Interpolating Polynomial" in python

    Hi all

    I want to use the matlab function "pchip" in python.
    I have checked the scipy, but there is only spline Interpolating.
    Are there any pchip Interpolating in python?

    Thanks
    Steven

  • Terry Reedy

    #2
    Re: are there any "Piecew ise Cubic Hermite Interpolating Polynomial&quot ;inpython


    "jitasi" <steven.ge@gmai l.comwrote in message
    news:1172960724 .090104.187690@ z35g2000cwz.goo glegroups.com.. .
    | Hi all
    |
    | I want to use the matlab function "pchip" in python.
    | I have checked the scipy, but there is only spline Interpolating.
    | Are there any pchip Interpolating in python?

    Putting p.. c.. h.. i.. p... Python into Google gives 165 results. Have
    you checked any?




    Comment

    Working...