correlation is to measure and describe the STRENGTH and DIRECTION of the relationship between two variables.
z score = (raw data - Mean) / standard deviation
mean is population mean
Pearson's R ( correlation)
r = Sum(Zx * Zy) /(n - 1)
Zx : z score of x
Zy: z score of y