2

When comparing each individually generated model's $C_p$ to the number of parameters, which number of parameters is the comparison to? Each individual model or the overall number of parameters?

Scortchi - Reinstate Monica
  • 27,560
  • 8
  • 81
  • 248
Harrison
  • 21
  • 1
  • Here's an example using R: http://stats.stackexchange.com/questions/8918/is-there-a-way-to-optimize-regression-according-to-a-specific-criterion/8932#8932 – bill_080 Dec 05 '12 at 02:58

1 Answers1

1

You compare it to the number of parameters in each individual model. The idea is that for good models, Mallow's $C_p$ is close to the number of parameters, while for poor models it will be much higher. When looking at a large number of models $C_p$ is sometimes plotted against $p$, and then the line $C_p=p$ is drawn in to help with the comparison.

Edit: For an example:
this graph(http://ars.els-cdn.com/content/image/1-s2.0-S0013935106002398-gr1.jpg)
Though they've plotted the line $C_p=p+1$ rather than $C_p=p$.

gung - Reinstate Monica
  • 132,789
  • 81
  • 357
  • 650
Jonathan Christensen
  • 3,989
  • 19
  • 25