Difference between revisions of "Assignment 1 - 2011"
Kevin Dunn (talk | contribs) |
Kevin Dunn (talk | contribs) |
||
Line 7: | Line 7: | ||
| solutions_PDF = | | solutions_PDF = | ||
| solutions_text_alt = Assignment solutions | | solutions_text_alt = Assignment solutions | ||
| solutions_link = | | solutions_link = Assignment_1_-_2011_-_Solution | ||
| other_instructions = | | other_instructions = | ||
}} | }} |
Revision as of 11:34, 18 September 2018
Due date(s): | 12 January 2011 |
(PDF) | Assignment questions |
Link | [Assignment_1_-_2011_-_Solution Assignment solutions] |
<rst> <rst-options: 'toc' = False/> <rst-options: 'reset-figures' = False/>
.. note:: 600-level students must complete all questions; 400-level students may attempt the 600 level question for extra credit.
Question 1 [1.5]
=====
.. figure:: ../figures/visualization/kidnappings-question.png :scale: 25 :width: 450px :align: center
Click figure to enlarge
- . What type of plot is this?
- . Describe the phenomenon displayed.
- . Which plot type asks you to draw a cause and effect relationship?
- . Use rough values from the given plot to construct an approximate example of the plot you proposed in part 3.
- . What advantage is there to the plot given here, over the type in your answer to part 3.
Question 2 [1.5]
=====
Load the `room temperature <http://openmv.net/info/room-temperature>`_ dataset from the general `Datasets website <http://openmv.net>`_ into R, Python or MATLAB.
- . Plot the 4 trajectories, ``FrontLeft``, ``FrontRight``, ``BackLeft`` and ``BackRight`` on the same plot using the default settings in the software.
- . Comment on any features you observe in your plot.
- . Be specific and describe how sparklines of these same data would improve the message the data is showing.
Question 3 [1]
=====
Load the `six point board thickness <http://openmv.net/info/six-point-board-thickness>`_ dataset, available from datasets website.
- . Plot a boxplot of the first 100 rows of data to match the figure in the course notes (page 9 in the PDF version).
- . Explain why the thick center line in the box plot is not symmetrical with the outer edges of the box.
Question 4 [1]
===
Pie charts are widely criticized in the technical literature as being inappropriate - there is almost never a case where it is suitable - yet we see them in the media all the time. Next time you open a daily newspaper or magazine count how many times you see this type of plot.
Read the article by Stephen Few, `"Save the pies for dessert" <http://www.perceptualedge.com/articles/08-21-07.pdf>`_ and explain in your own words the shortcomings of the pie chart. Which is an appropriate alternative?
Question 5 [1]
================
Using the `Website traffic data set <http://openmv.net/info/website-traffic>`_:
- . Create a chart that shows the *variability* in website traffic for each day of the week.
- . Use the same data set to describe any time-based trends that are apparent.
Question 6 [1] (600 level)
===============
Copy a plot from any recently-graduated PhD student in your department. Include the plot in your assignment and comment on any shortcomings in the plot: how would you improve it and if necessary, reproduce your version of the improved plot.
Non-credit question
========
.. note:: *Question 1* from the course notes was a question from the 2010 midterm. Repeated below.
The data shown here are the number of visits to a university website for the 4C3/6C3 statistics course in 2010. There were 90 students in the course, however the site is also publicly available.
.. figure:: ../figures/visualization/course-website-visits.png :align: center :width: 750px
- . What are the names (type) of the 2 plots shown?
- . List any 2 interesting features in these data.
.. raw:: latex
\vspace{0.5cm} \hrule \begin{center}END\end{center}
</rst>