Re: Indicator of the "difference" between two curves



On Mar 30, 3:09 pm, Ray Koopman <koop...@xxxxxx> wrote:
... you might consider tabling f over an appropriate interval,
with small enough spacing so that, as far as the regressions
are concerned, you could treat table-lookup-plus-interpolation
as differing only negligibly from exact calculation.

If you do decide to go this route, and if getting f', f", etc, once
you have f, is less work than getting f itself, then saving the low-
order derivatives in the table along with the function value, and
using them in the interpolation, will let you increase the table
spacing without sacrificing accuracy of interpolation.
.



Relevant Pages

  • Re: Resampling
    ... It's all interpolation. ... > doesn't matter where they are or what their spacing is. ... coefficient memory or sample computation than others. ... but it does make a difference on compute power what the SRC ...
    (comp.dsp)
  • Re: Question about precision
    ... >>I have code where I need to interpolate several instrument response ... >>functions to the same frequency grid and begin and end ... I could get data at a spacing of 0.135cm-1 or 0.0025cm-1 spacing. ... And, besides, the calculations themselves (interpolation and integration) are performed ...
    (comp.lang.fortran)