Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 360 Bytes

File metadata and controls

12 lines (9 loc) · 360 Bytes

Problem Set 4 - from MITx 6.00.2x

OOP: Inferential Stat, Regression and Hypothesis testing

Dependencies:

Numpy, Pylab, re

Description

This model takes weather data from major U.S. cities and fits a regression line to test if the climate is indeed warming up.

Notes:

ps4_working.py is the main program to run. All other files are helper code.