Interpolation
Hi
Is there any kind of interpolation like spline, nearest
neighbor(weighted) that can be used for interpolating a nonuniform data
?
Suppose x = [1 2 4 5 6 8 9 10 12....]
and y=f(x) = [0 -2 4 -3 5 -6....]
and i want to find yy corresponding to xx = [1.8 5.8 9.8..]
How should I proceed? And can somebody please tell me equations used in
spline as applied to this example!!
Thanks
Rose
.
Relevant Pages
- Re: Confusion about splitting classes to allow sharing of resources
... I have a working Spline ... >> Along with the splines for x and y, the Curve class also has one ... >> Adding new interpolation variables in subclasses of Curve will then ... instantiate the relevant Nodes and add them to the R5 ... (comp.object) - Re: Confusion about splitting classes to allow sharing of resources
... Then the Spline would ... actual interpolation to the algorithm de jour one set of points at a time. ... regeneration behavior since it is the only one that uses the data. ... (comp.object) - Re: Confusion about splitting classes to allow sharing of resources
... > both the algorithm and the data. ... Then the Spline would ... > between spline flavors are the interpolation algorithm, ... It's the responsibility of this 'somebody' I am still a bit confused ... (comp.object) - Re: Numerical integration at arbitrary x
... >> unknown positions using a high order local interpolation. ... >> with the grid halved and applied tio the spline in order to get the ... >> you also could use a nonequidistant fft for smoothing, ... depending on the integration order you end up selecting. ... (sci.math.num-analysis) - Re: Interpolation
... >Is there any kind of interpolation like spline, nearest ... >neighborthat can be used for interpolating a nonuniform data ... (sci.math.research) |
|