New Reply

one question regarding to the simple regression

 
Share Thread Thread Tools
Jul3-12, 10:50 PM   #1
 

one question regarding to the simple regression


there are 3 variables. X,Y,Z.
Assuming
Y = a + b*X + errorTerm
Z = c + d*X + errorTerm,

Y = g + h*Z + errorTerm;

what can we say about the relationtion between h and (b,d)? under what
condition so we can have "h = b/d"?

thanks
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Jul3-12, 11:52 PM   #2
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
If h, b and d represent the actual parameter values then clearly you have:
Y = a + b*X + errorTermxy
Z = c + d*X + errorTermxz,

Y = g + h*(c + d*X + errorTermxy) + errorTermxz;
whence:
g = a - h*c
h = b/d
errorTermzy = h*errorTermxy + errorTermxz
But perhaps you mean b, d and h to be the estimated parameters. That gets more subtle.
 
Jul4-12, 03:34 AM   #3
 
Hey liujx80 and welcome to the forums.

Following on from haruspex's post above, are you trying to estimate them or do you know them already? If you are estimating them, do you have a specific distribution or analysis in mind? Do you have priors?
 
Jul4-12, 05:12 AM   #4
 

one question regarding to the simple regression


Thanks guys. The parameters are all estimated. I don't have distributions in mind. In general cases, can I use h=b/d using estimates? How wrong it could be? I had the same steps with haruspex's. However I'm not sure we then can say all assumptions are met. As you guys pointed out, it depends on estimations, which I have no clue .

Thanks
 
New Reply
Thread Tools


Similar Threads for: one question regarding to the simple regression
Thread Forum Replies
Stats: Simple Linear Regression Calculus & Beyond Homework 3
Simple Logistic Regression Set Theory, Logic, Probability, Statistics 0
Simple least squares regression problem. Am I doing anything wrongly? Precalculus Mathematics Homework 0
Simple least squares regression problem. Am I doing anything wrongly? Set Theory, Logic, Probability, Statistics 1
Simple Linear Regression Problem Set Theory, Logic, Probability, Statistics 2