Re: Linear regression with functional heteroscedasticity



On Tue, 10 Jul 2007 12:26:47 -0700, mikko.kauppila@xxxxxxxxx wrote:

Hello fellows,

The basic homoscedastic linear regression problem is as follows:

Y | X ~ N(g(X), v)

where g(x) = kx + b is the regression function. Here the parameters
(k,b,v) can be estimated quite easily.

Now, suppose we modify the problem a little by introducing functional
heteroscedasticity, i.e.:

Y | X ~ N(g(X), f(X))

where g(x) = kx + b is the regression function and f(x) = wx + v is
the
variance function, assumed linear in x for simplicity.

Is it possible to estimate all parameters (k,b,w,v) with a closed
form solution if the variance function f is simple enough (e.g. linear
as above)?
Or can anyone suggest pointers in the literature? I worked out the
gradient
of the log-likelihood function on paper, but I have no idea how to
find
the zeros of the gradient as it looks quite non-linear.

Thanks for your time fellows,
- Mikko

While not a closed-form solution, there is an easy way to do this.
First, estimate g(x) by least squares. Then regress the squared
residuals on x to estimate the f(x). If my memory is correct, this
gives consistent estimate of both g(x) and f(x). I believe if you use
estimated f(x) to correct for heteroskedasticity, you then get an
efficient estimate of g(x).

-Dick Startz
.



Relevant Pages

  • Re: Line fitting
    ... This is known as a linear least squares ... spline is a "free knot" problem, ... linear regression modeling works. ...
    (comp.soft-sys.matlab)
  • Re: partial least squares
    ... show a linear regression type fit, although I am not so sure what ... algorithms Labview uses to generate the fit stats in some of its Linear ... algebra VIs (ie. Partial Least Squares, SIMPLS, or regular least ...
    (comp.lang.labview)
  • Re: linear fit for the same x-value
    ... 100x2 dataset that I need to linear fit (linear ... Then you are not looking for a linear regression ... Total least squares is usually used here. ...
    (comp.soft-sys.matlab)
  • Re: interaction terms in regression model
    ... approach to regression than that in some other disciplines. ... centering constants you use (I'm assuming a two-variable model here... ... two linear and one interaction between those) the "significance" of the ... The "failure to center" ...
    (sci.stat.edu)
  • Re: Regression analysis -- how-to?
    ... > were it not for the fact that, the last time I asked an algorithm ... Do you want to learn about regression? ... > (linear, quadratic, logarithmic, exponential, power and inverse) and at ... > least two types of linear correlation coefficient (rank and product ...
    (comp.lang.pascal.delphi.misc)