Linear Model Problem



I am working on a linear model problem.

Here is the model:

Wi = a*Zi + b*Zi*Xi + Zi*Ei

Wi is the observed response. a and b are the regression
coefficients. Zi follows a Beta distribution with parameters alpha and
beta (they are both unknown). Xi is a predictor variable, and Ei is
the error with mean zero and variance sigma^2.

I need to estimate a, b, alpha, beta, and sigma^2 using method of
moments. I want formulas for them. I've never seen a linear model like
this before and have no idea how to tackle it. Any help or hints would
be greatly appreciated. Thanks in advance.

.



Relevant Pages

  • Re: Linear (?) Model Question
    ... Indicate how to find the least squares estimator ... of beta. ... It is not a linear model, as you say, because a linear model means linearity in the parameters. ...
    (sci.stat.math)
  • Re: interpretting F & t-vals from regression
    ... I fit a linear model in R and obtain an ANOVA table with the anova command. ... So I want to see what the coefficients are for one of my factors and whether ... For example, if the mean of one level is above zero and that of another is below zero, it is easy to see how differences from zero could be rejected, though a significant difference could exist. ...
    (sci.stat.consult)
  • Re: Linear Model Problem
    ... coefficients. ... Zi follows a Beta distribution with parameters alpha and ... beta. ...
    (sci.stat.math)
  • curve fit
    ... everyone,i am confused about one of problme of curve fit! ... When i read the help document, there is an example that i ... Linear model poly1: ... According the coefficients of the ...
    (comp.soft-sys.matlab)