Concept Flow - Correlation analysis
Start with two numeric vectors
Calculate means of each vector
Calculate deviations from means
Multiply deviations element-wise
Sum multiplied deviations
Calculate standard deviations
Divide sum by product of std devs and n-1
End
Correlation analysis calculates a number showing how two sets of numbers move together, step-by-step computing means, deviations, and combining them into a coefficient.