Statistical Measures: Variance, Covariance, and Causal Inference
Classified in Mathematics
Written on in
English with a size of 77.91 KB
Statistical Measures and Causal Inference Concepts
Measures of Dispersion and Relationship
Variance
Variance: Estimates how far a set of numbers (random) are spread out from their mean value.
Covariance
Covariance: The relationship between two variables.
- Cov = 0: Unsure of the relationship.
- Cov > 0: Suggests Y will be above average when X is above average.
- Cov < 0: Suggests Y will be below average when X is above average.
The formula for variance is often expressed as: $\mathbb{E}[X^2] - (\mathbb{E}[X])^2$ (where $\mathbb{E}$ is the Expected Value).
The formula for covariance between two variables $X$ and $Y$ is: $\mathbb{E}[(X - \mathbb{E}[X])(Y - \mathbb{E}[Y])]$
Pearson's Correlation Coefficient
Standardizes covariance between -1 and 1:
Pearson’s
... Continue reading "Statistical Measures: Variance, Covariance, and Causal Inference" »
