CS 700 Assignment 2

Consider the two data sets - normal.txt and not-normal.txt. For each data set, do the following exercises:
  1. Find the mean and variance of the sample data
  2. Find the median, first, second, and third quartile of the sample data
  3. Plot the sample data using a histogram
  4. Draw the quantile plot for the sample data
  5. Compare the distribution of the sample data against the theoretical normal distribution using a Q-Q plot

Note: You can use a program such as Microsoft Excel/OpenOffice Calc/Matlab/Mathematica/etc. for doing these exercises, or you can do them without the help of any program.