CS 4953 Experimentation in Computer Science Assignment 3: Spring 2003
Due Tuesday, March 4, 2003
These problems refer to the following data:
23, 33, 14, 15, 42, 28, 33, 45, 23, 34, 39, 21, 36, 23, 34, 36, 25, 9, 11, 19, 35, 24, 31, 29, 16, 23, 34, 24, 38, 15, 13, 35, 28
Show how you got your answers to each of the following.
If you wrote a program to do it, turn in the source code with an explanation
of what the program does.
- Find the number of data points.
- Find the mean.
- Find the standard deviation.
- Find the coefficient of variation.
- Find the mode(s).
- Find the 10th percentile.
- Find the 90th percentile.
- Find the median.
- Find the range.
- Find the semi-interquartile range (SIQR).
- Find a 90% confidence interval for the mean.
- Find a 99% confidence interval for the mean.
- Find the probability that the mean is less than 25.
- Redo all of the above using just the first 10 data points.