To Projects

IT 223 -- Project 2

Part A: Analyzing a Univariate Dataset

Hints:

  1. To find outliers using Q1, Q3, and IQR:

  2. To find outliers using z-scores:

  3. To plot the dataset by observation number:

    1. Create the scatterplot of the datapoints (y-axis) vs. the observation number (x-axis), select Graphs >> Interactive >> Scatterplot. Drag the y-variable into the box with the vertical arrow through it. Drag the observation number variable into the box with the horizontal arrow though it. Click OK.

Part B: Random Number Simulations

For this section you only need to include the two normal plots in your output (not the detrended normal plots).

Part C: Probabilities for Normal Distribution