Quant Memo
Statistics/●●●●

Underfit, balanced, or overfit: pick the best

You are picking among three models of increasing complexity. Expected test error is squared bias+variance+irreducible noise\text{squared bias} + \text{variance} + \text{irreducible noise}, and the noise is 2 for all three:

  • Simple model: squared bias 16, variance 1
  • Medium model: squared bias 4, variance 3
  • Complex model: squared bias 0, variance 9

Which model has the lowest expected test error, and what is it?

Your answer

More Statistics questions