Correlation formula is: r = Σ((x-μx)*(y-μy)) / sqrt(Σ(x-μx)² * Σ(y-μy)²)
Intro to Statistics
These thoughts were extracted from Udacity online course and cover topics such as: Visualizing relationships in data, Probability, Estimation, Outliers and Normal Distribution, Inference and Regression.