Re: A problem in fitting curve



damn, I missed that x(i+1)-x(i) is not constant. well, then divide d(i)
by it.

makc.the.gr...@xxxxxxxxx wrote:
matt271829-news@xxxxxxxxxxx wrote:
Yu Bo wrote:
There are n samples: (x1,y1),...,(xn,yn), which are supposed to
fit a curve y=f(x,a). a is a parameter to calculate.

However, there are several noise samples which deviate from other
samples.

How can I reduce the negative impact of noise samples during the
fitting curve process and obtain an optimal value of parameter a?

Erm... ignore the noise samples? (How do you know which are noise?)

How do you know which are noise:

calculate d(i) := |2*|y(i)| - |y(i-1)| - |y(i+1)| |, sort samples by d,
and throw out top N, where N is determined by max |d(j) - d(j+1)| over
sorted list.

.



Relevant Pages

  • Re: A problem in fitting curve
    ... fit a curve y=f. ... there are several noise samples which deviate from other ... fitting curve process and obtain an optimal value of parameter a? ...
    (sci.math)
  • Re: A problem in fitting curve
    ... fit a curve y=f. ... there are several noise samples which deviate from other ... fitting curve process and obtain an optimal value of parameter a? ...
    (sci.math)
  • A problem in fitting curve
    ... fit a curve y=f. ... there are several noise samples which deviate from other ... fitting curve process and obtain an optimal value of parameter a? ...
    (sci.math)
  • Re: A problem in fitting curve
    ... fit a curve y=f. ... there are several noise samples which deviate from other ... fitting curve process and obtain an optimal value of parameter a? ...
    (sci.math)