Very robust regression?

  • Thread starter skyraider
  • Start date
  • Tags
    Regression
  • #1
3
0
Hi,

I want to model a set of a few dozen points on the x-y plane where y can be anywhere from 0 to 100 and x increases by 1 for each point on the y-axis, ex:

(1, 26)
(2, 84)
(3, 2)
etc. . .

Is it possible to accurately model such a random array of points with an equation? Someone once suggested using an 'interpolating polynomial in the Lagrange form', but that does not appear to work well with such a random array of points.

If it can't be done with a known regression technique, here is my question:

Given the points (1, 26) (2, 84) (3, 2) (4, 100) (5, 50), could a function exist - any function of any category - which will hit each point?

Thanks.
 
  • #2
Given the points (1, 26) (2, 84) (3, 2) (4, 100) (5, 50), could a function exist - any function of any category - which will hit each point?

Thanks.

This final question is an easy one: The answer is yes. A fourth-order polynomial will hit each point exactly:
[tex]-27x^4 + 323\frac1 3x^3-1335x^2+2204\frac2 3x-1140[/tex]

You generally don't want to do that, however. For example, this particular polynomial rapidly goes negative as x goes below 1 or above 5. In other words, it has very little extrapolative capability. You will quickly start to lose even interpolative capability with the exact-fit polynomial as the number of points increases. You want to develop a fit to a less expressive model.

There is no magic one-form-fits-all method. People can still get advanced degrees in statistics, after all.
 
  • #3
If you tell us what you expect from this "model", we can suggest various methods that are suited to the task.
 
  • #4
As Crosson says, obviuosly you must be expecting something from this model besides hitting all the points. You already have all the points so you must be expecting something additional, but what is it?
 

Suggested for: Very robust regression?

Replies
1
Views
577
Replies
1
Views
1K
Replies
8
Views
1K
Replies
5
Views
2K
Replies
9
Views
2K
Replies
9
Views
997
Replies
3
Views
2K
Replies
1
Views
995
Replies
4
Views
1K
Back
Top