Interpolation functions

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

    Interpolation functions

    Hi,

    I need to implement some interpolation methods in php, scuh as IDW and
    Kringing.

    Is anyone of you aware of a (small and simple) library, that has these
    algorithms incorporated or of someone, who has done this already?

    Thanks a lot, regards,
    georg
  • NC

    #2
    Re: Interpolation functions


    georg116 wrote:[color=blue]
    > Hi,
    >
    > I need to implement some interpolation methods in php, scuh as IDW and
    > Kringing.
    >
    > Is anyone of you aware of a (small and simple) library, that has these
    > algorithms incorporated or of someone, who has done this already?[/color]

    Highly unlikely. PHP has very little support for numerical methods...

    Cheers,
    NC

    Comment

    Working...