To Lecture Notes

ISP 121 -- 4/21/08

 

Descriptive Statistics

 

Review Questions

  1. Given the sorted list

    compute the quartiles Q0, Q1, Q2, Q3, Q4.

    Note that Q0 = minimum, Q2 = median and Q4 = maximum.
    Ans: Q0 = 1, Q1 = 6, Q2 = 8, Q3 = 11, Q4 = 19.

  2. Which Excel functions do you use to compute the quartiles of a sorted list?
    Ans: Use =QUARTILE(A1:A9, x) if A1:A9 is the list and x is the desired quartile.

 

Outliers

 

Histograms

 

Standard Deviation

 

Measurement Error

 

Activity 5