in reply to (zdog) Re: (2) Estimating continuous functions
in thread Estimating continuous functions
Playing around with the weighting should let you achieve an acceptable trade-off between one point dominating and distant points having too much of an impact. The choice is going to be empirical however, there isn't a "best answer" to this problem.
Furthermore if you know anything about what your underlying function looks like, you would probably do a lot better to use more traditional estimation techniques. In particular if you can get samples on some kind of useful grid, one of the usual curve-fitting algorithms will be easy to calculate and should give excellent results. Two standard kinds of often-used curve-fitting algorithms are polynomial (eg cubic splines) and wavelets.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(zdog) Re: (4) Estimating continuous functions
by zdog (Priest) on Mar 30, 2004 at 07:39 UTC | |
by Itatsumaki (Friar) on Mar 30, 2004 at 09:01 UTC | |
by tilly (Archbishop) on Mar 30, 2004 at 17:17 UTC |