|
Re: Nearest-neighbor interpolation and steepest-descent method [message #88561 is a reply to message #88535] |
Mon, 12 May 2014 13:41  |
Russell Ryan
Messages: 122 Registered: May 2012
|
Senior Member |
|
|
Nearest neighbor interpolation? yes. The IDL function griddata does this as an option.
steepest descent method? Which one, there are at least two things called this. If you're looking for something to find the minimum of a function, then I think you should look at powell or amoeba (both are native to IDL). While neither are strictly what you're asking for, they're pretty good. And for what it's worth, I've always been discouraged from using a strict steepest descent method, because it can have loads of problems with certain types of functions. Well, for that matter, I think you should also look at tnmin.pro, which is truncated newton and is implemented by Craig Markwardt. If you have analytic derivatives, then you can also try dfpmin.pro (native to idl).
If you want the steepest descent method of approximating integrals, then I can't help you.
Good luck,
R
On Friday, May 9, 2014 5:07:44 AM UTC-4, g.na...@gmail.com wrote:
> Hi
>
>
>
> Does anyone know if there is available a function to perform Nearest-neighbor interpolation?
>
> Also a function that performs steepest-descent method?
>
>
>
>
>
> With Thanks
>
> G.
|
|
|