Difference between revisions of "Selection"

From Sean_Carver
Jump to: navigation, search
(What is Model Selection?)
Line 6: Line 6:
  
 
[[Image:DataBestLine.jpg|center|thumb|300px|Fitting a line to nearly linear data.  Click for full size image]]
 
[[Image:DataBestLine.jpg|center|thumb|300px|Fitting a line to nearly linear data.  Click for full size image]]
 
In this case, a line fits well.  In the following example a parabola fits better than a line, but we can still ask, what's the best line?  The best line is shown:
 
  
 
[[Image:DataBestParab.jpg|center|thumb|300px|Fitting a line to nearly parabolic data.  Click for full size image]]
 
[[Image:DataBestParab.jpg|center|thumb|300px|Fitting a line to nearly parabolic data.  Click for full size image]]

Revision as of 15:25, 22 April 2009

First, the homework from Lab W.

What is Model Selection?

Today's topic is model selection. What is model selection? To answer this question let's contrast model selection with parameter estimation. Recall that the Optimization Lab fit lines to data. For the Optimization lab we were doing parameter estimation, trying to estimate the parameters m,b, in the formula for a line y = m*x + b. Recall the examples from the Optimization Lab: we fit a line to nearly linear data and another line to nearly parabolic data.

Fitting a line to nearly linear data. Click for full size image
Fitting a line to nearly parabolic data. Click for full size image