Statistical Thinking in Python Ii: Welcome To The Course!
Statistical Thinking in Python Ii: Welcome To The Course!
Welcome
to the course!
Statistical Thinking in Python II
!
ta
Compute confidence intervals
da
Perform linear regressions
al
re
Test hypotheses
ith
w
Statistical Thinking in Python II
Statistical Thinking in Python II
Geospiza fortis
Geospiza scandens
Let's start
thinking statistically!
STATISTICAL THINKING IN PYTHON II
Optimal parameters
Statistical Thinking in Python II
Optimal parameters
statsmodels
hacker stats
with numpy
Lets practice!
STATISTICAL THINKING IN PYTHON II
Linear regression
by least squares
Statistical Thinking in Python II
slope
intercept
Residuals
residual
Least squares
In [2]: slope
Out[2]: 4.0370717009465555e-05
In [3]: intercept
Out[3]: 40.113911968641744
STATISTICAL THINKING IN PYTHON II
Lets practice!
STATISTICAL THINKING IN PYTHON II
The importance of
EDA: Anscombe's
quartet
Statistical Thinking in Python II
Anscombe's quartet
Anscombe's quartet
Anscombe's quartet
Anscombe's quartet
Anscombe's quartet
Anscombe's quartet
Anscombe's quartet
Anscombe's quartet
Anscombe's quartet
Lets practice!