Statistics is the inverse of probability: given the observed data, what is the underlying generating process? It provides the tools to summarize high-dimensional observations into interpretable "moments" and validates the reliability of empirical claims.
Any distribution can be characterized by its moments—expected values of powers of the random variable.
To describe the "shape" of data beyond its center and spread, we use standardized moments.
Positive skew indicates a long tail to the right (e.g., income distribution).- Kurtosis (\text{Kurt}): Measures the "tailedness" or extremity of outliers.
High kurtosis (Leptokurtic) indicates "fat tails," implying a higher frequency of extreme "Black Swan" events compared to a Normal distribution.
Statistics can be elegantly understood by treating data as vectors in a high-dimensional space (\mathbb{R}^n).
The arithmetic mean\bar{x}is the scalarcthat minimizes the Euclidean distance to the data vector\mathbf{x} = [x_1, \dots, x_n]^T.
Geometrically, the mean is the projection of the data vector onto the "ones vector"\mathbf{1} = [1, 1, \dots, 1]^T.
Consider two centered data vectors\mathbf{u}and\mathbf{v}(where the mean has been subtracted from each component). The Pearson Correlation Coefficient\rhois exactly the cosine of the angle\thetabetween these two vectors in\mathbb{R}^n:
-\rho = 1 \implies \theta = 0^\circ(Vectors are parallel).-\rho = 0 \implies \theta = 90^\circ(Vectors are orthogonal/independent). -\rho = -1 \implies \theta = 180^\circ(Vectors are perfectly anti-parallel).
When we lack a specific distribution model (like the Normal distribution), we rely on foundational inequalities to bound probabilities.
For any distribution with finite mean\muand variance\sigma^2, and anyk > 0:
Significance: This provides a "guaranteed" upper bound on outliers. For example, no more than 1/4 (25%) of any data set can be more than 2 standard deviations away from the mean, regardless of the distribution's shape.
| Distribution | Skewness (\gamma_1) | Kurtosis (Excess) |
|---|---|---|
| Normal | 0 | 0 |
| Exponential | 2 | 6 |
| Uniform | 0 | -1.2 |
| Laplace | 0 | 3 |
In manufacturing, "Six Sigma" refers to a process where the mean is at least 6 standard deviations away from the nearest specification limit. Statistically, this results in only 3.4 defects per million opportunities. This requires rigorous monitoring of the process variance (\sigma) to ensure the "geometric spread" of production results does not bleed into the failure zones.
Financial "Beta" is a descriptive statistic measuring a stock's sensitivity to the market. But more importantly, the Kurtosis of market returns is the primary focus of risk managers. Because market returns are "fat-tailed" (Kurtosis > 0), simple Gaussian models of risk (like the original Black-Scholes) consistently underestimate the probability of market crashes.