Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Given $y=f(x)+\epsilon$ where $x=(x_1,\dots,x_p)$, $f$ is highly non-linear and two different estimators:

  1. $\hat{y}=\hat{M}(x)$

  2. $\hat{y}=\hat M_1(x)+\hat M_2(x)$ where $M_1$ is a simple (biased) model and $M_2(x)=E[y-\hat M_1(x)|x]$.

Can you tell me when the second estimator (two-step modelling) will give better predictions ? If $f$ is highly non-linear, are $M_1$ and $M_2$ easier to estimate than $M$ ?

What about the bias/variance of the two estimators ? They have the same bias but what about the variance ?

Is there a link with additive modeling ?

share|improve this question
To clarify, is the $\hat{M}$ in the first equation the same as $\hat{M}_1$ in the second? Or is it a joint estimation of $M_1$ and $M_2$? Or... – jbowman Feb 26 '12 at 18:48
$M$ in the first equation can be a neural network with the best structure for the given data. $M_1$ is a biased model (for example, a non-optimal neural network for the given data) and $M_2$ models the remaining information not modeled by $M_1$. – Ben Feb 27 '12 at 7:35

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.