By Sept 30:

  1. Didn’t It Rain – Leesburg Weather Data set (maybe I didn’t require this to be turned in? Or if might be mixed with your London data).

    • did you parse the data, process it somehow and make a plot that supports a conclusion of either a trend or no visible trend?
  2. London Weather Data set data.

    • Same as Leesburg, also did you present your findings intelligently?
  3. Bayes’ Theorem notebook (html)

    • Calculate the bayes probabilities as methods and plot graphs for fixed incidence and fixed accuracy. Interpret the results
  4. linear regression notebook, (html version)

    • Complete all the cells in the notebook with proper formulas. Produce logical graphs. Be able to explain the results. (same goes for 5,6 below)
  5. Linear Regression on London Weather (see above)
  6. Linear Regression on your own data (may be same notebook as 5.)
  7. Matrices notebook(pdf)

    • Complete all cells in the notebook. No assertions fail. Graphs and conclusions are clear and correct.
  8. Gaussian Elimination notebook(pdf)

    • Complete all cells in the notebook. No assertions fail. Graphs and conclusions are clear and correct. Error analysis is correct and justifiable conclusions are drawn.
  9. ** Strassen Multiplication (opt)
  10. ** Gaussian Biography (opt)
  11. ** Matrix inversion (opt)

  12. Running Time Analysis (html)

    • Looking for data analysis, correct use of Pandas filters, and figuring out the right way to analyze this somewhat difficult data.