Analysis methods¶
In this section we provide a few notebooks illustrating concepts and data analysis methods presented in class. These notebooks are intended only to get you started, both with the coding and with the concepts; they are brief sketches, not careful explorations or production code.
Distributions: PDF, CDF, and the Central Limit Theorem¶
The sample mean and its distribution¶
Correlation and equivalent degrees of freedom¶
Linear regression and correlation¶
Regression notes is a short pdf about linear regression.