September 2015
Beginner to intermediate
608 pages
13h 43m
English
In this chapter, we've learned about how to determine whether two or more variables share a linear relationship. We've seen how to express the strength of their correlation with r and how well a linear model explains the variance with R2 and
. We've also performed hypothesis tests and calculated confidence intervals to infer the range of the true population parameter for correlation,
.
Having established a correlation between variables, we were able to build a predictive model using ordinary least squares regression and simple Clojure functions. ...
Read now
Unlock full access