One question regarding to the simple regression

  • Thread starter Thread starter liujx80
  • Start date Start date
  • Tags Tags
    Regression
AI Thread Summary
The discussion revolves around the relationship between the parameters h, b, and d in a regression context involving three variables: X, Y, and Z. It establishes that if Y is expressed as a function of X and Z, then under certain conditions, h can equal b/d. The conversation highlights the complexity of estimating these parameters, suggesting that the validity of h = b/d depends on the assumptions and estimation methods used. Participants emphasize the importance of understanding whether the parameters are known or estimated, as this affects the reliability of the relationship. Ultimately, the accuracy of using h = b/d with estimated parameters remains uncertain without clear assumptions.
liujx80
Messages
2
Reaction score
0
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
 
Physics news on Phys.org
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.
 
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?
 
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
 
Back
Top