Standard Error of the Estimate

This section discusses how to compute the standard error of the estimate based on errors of prediction as well as how to compute the standard error of the estimate based on a sample.

Answers


  1. The standard error of the estimate is a measure of the accuracy of predictions. The regression line is the line that minimizes the sum of squared deviations of prediction (also called the sum of squares error), and the standard error of the estimate is the square root of the average squared deviation.

  2. The standard error of the estimate for a population = sqrt[(1-rho2)*SSY/N] = sqrt[(1-.52)*50/100] = .61

  3. The standard error of the estimate for a sample = sqrt[SSE/(N-2)] = sqrt[5.8/8] = .85

  4. The standard error of the estimate for a sample = sqrt[SSE/(N-2)]. SSE is the sum of the squared errors of prediction, so SSE = (-.2)2 + (.4)2 + (-.8)2 + (1.3)2 + (-.7)2 = 3.02; sqrt(3.02/3) = 1.0