Pearson's Correlation Coefficient
Pearson's correlation coefficient (r) measures the strength and direction of the linear association between two continuous variables. r ranges from β1 (perfect negative linear relationship) through 0 (no linear relationship) to +1 (perfect positive linear relationship). Formula: r = [Ξ£(xα΅’ β xΜ)(yα΅’ β Θ³)] / [(nβ1) Γ s_x Γ s_y]. Interpretation: r = 0.1β0.3 (weak), 0.3β0.5 (moderate), 0.5β0.7 (strong), 0.7β0.9 (very strong), 0.9β1.0 (near perfect). These thresholds vary by field β in psychology, r = 0.3 is substantial; in physics calibration, r = 0.99 might be considered weak. rΒ² (coefficient of determination): the proportion of variance in Y explained by X. r = 0.7 β rΒ² = 0.49 β 49% of the variance in Y is accounted for by X. Key limitations of Pearson's r: (1) measures only linear associations β r can be near zero even when a strong nonlinear relationship exists. Always inspect a scatter plot. (2) r is sensitive to outliers β a single extreme point can dramatically change r. (3) r does not imply causation. (4) Restriction of range: if data are collected only from a narrow range of X values, r will underestimate the true association. Testing Hβ: Ο = 0 (no correlation in population): t = rβ(nβ2) / β(1βrΒ²), with df = n β 2.