Thread Closed

Very robust regression?

 
Share Thread
Mar2-07, 09:37 AM   #1
 
Cool

Very robust regression?


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.
PhysOrg.com mathematics news on PhysOrg.com

>> Pendulum swings back on 350-year-old mathematical mystery
>> Bayesian statistics theorem holds its own - but use with caution
>> Math technique de-clutters cancer-cell data, revealing tumor evolution, treatment leads
Mar2-07, 10:34 AM   #2
D H
 
Mentor
Quote by skyraider View Post
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.
Mar2-07, 08:07 PM   #3
 
If you tell us what you expect from this "model", we can suggest various methods that are suited to the task.
Mar2-07, 09:29 PM   #4
 
Recognitions:
Science Advisor Science Advisor

Very robust regression?


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?
Thread Closed

Similar discussions for: Very robust regression?
Thread Forum Replies
Regression with SPSS Engineering, Comp Sci, & Technology Homework 0
cox regression help Introductory Physics Homework 3
Looking for Book on Regression Set Theory, Logic, Probability, Statistics 1
Build a robust Windows boot disk for free with BartPE Computing & Technology 0