Studentize

What Studentize is

Studentize is a method of adjusting the standard errors of an estimator for greater accuracy. It is named after William Sealy Gosset, who developed the method in 1908.

Studentize consists of several steps:

  1. Calculate the sample mean and sample standard deviation of the data set.
  2. Calculate the difference between each observation and the sample mean.
  3. Divide each difference by the sample standard deviation. This will give you the standardized scores.
  4. Take the square root of the sample size and divide each standardized score by it. This will give you the studentized scores.
  5. Calculate the studentized residuals for each observation by subtracting the predicted value from the observed value, and then dividing by the estimated standard error of the prediction.
  6. Compare the studentized residuals to a standard normal distribution to identify outliers.

Examples

  1. Studentize can be used to compare the performance of different students in a class. By measuring the mean and standard deviation of each student’s test scores, the instructor can determine which students are excelling and which are struggling.

  2. Studentize can also be used to measure the overall performance of a class. By collecting data on the class’s average test score, the instructor can determine how the class is doing as a whole.

  3. Studentize can also be used to identify outliers in a class. By collecting data on the class’s highest and lowest test scores, the instructor can determine which students may need additional help.

Related Topics