Distributions are mathematical tools used to describe how values are spread in various contexts. Two common types are the Gaussian (normal) distribution and the power law distribution. Let’s explore these using real-life examples to highlight their differences.
### **Gaussian Distribution Example**
**Example: Human Body Temperatures**
- **Distribution:** Human body temperatures generally follow a Gaussian distribution, clustered around a mean with small deviations.
- **Mean (ฮผ):** 98.6°F
- **Standard Deviation (ฯ):** ~0.7°F
**Characteristics:**
- Most body temperatures are close to the mean.
- Extreme values are rare but possible.
- About 68% of temperatures fall within 1 standard deviation (97.9°F to 99.3°F) of the mean, and approximately 95% fall within 2 standard deviations (97.2°F to 100.0°F).
**Implications:**
- The Gaussian distribution accurately models body temperatures, providing a clear picture of how temperatures vary around the average.
### **Power Law Distribution Example**
**Example: City Population Sizes**
- **Distribution:** City populations often follow a power law distribution, where a few cities have very large populations, and many cities have smaller populations.
- **Power Law Characteristic:** The probability of a city having a population greater than a value `x` decreases according to the formula `P(x) ∝ x^(-ฮฑ)`, where `ฮฑ` is a parameter that defines the distribution's skewness.
**Characteristics:**
- A small number of cities (e.g., New York, Tokyo) have very large populations.
- Most cities have smaller populations, with a large number of them.
- The distribution has a heavy tail, indicating more cities with very large populations than a Gaussian distribution would predict.
**Implications:**
- Power law distributions are better suited for modeling phenomena with extreme values and large variances.
- For city populations, the power law reveals significant disparities and helps understand the scale and inequality among city sizes.
### **Comparison:**
1. **Gaussian Distribution:**
- **Typical Behavior:** Produces a symmetrical bell curve with most values near the mean and fewer extreme values.
- **Real-Life Example:** Human body temperatures, where most values cluster around the average, and extreme deviations are less common but fall within predictable ranges.
2. **Power Law Distribution:**
- **Typical Behavior:** Features a heavy tail with a few extremely large values and many smaller ones.
- **Real-Life Example:** City populations, where a few large cities have significantly larger populations compared to the numerous smaller cities, highlighting a skewed distribution.
**Summary:**
- **Gaussian Distribution (Human Body Temperatures):** Provides a clear, symmetrical model of data centered around the mean, with well-defined probabilities for deviations.
- **Power Law Distribution (City Populations):** Captures a distribution with a heavy tail, indicating that extreme values are more prevalent than in a Gaussian model, illustrating inequality and scale effects.
Each distribution type serves different purposes and provides unique insights depending on the nature of the data.