Business Statistics: Summary Measures

Measures of Central Location

  • Central location describes how numerical data cluster around a middle value.

  • Arithmetic Mean: The primary measure of central location calculated by dividing the sum of observations by the count.

    • Sample Mean: xˉ=xin\bar{x} = \frac{\sum x_i}{n}

    • Population Mean: μ=xiN\mu = \frac{\sum x_i}{N}

    • Sensitive to extreme values or outliers.

  • Median: The middle value when observations are sorted in ascending order. Robust to outliers.

    • Odd sample size: Exact middle observation.

    • Even sample size: Average of the two middle observations.

  • Mode: The observation that occurs most frequently.

    • Can be unimodal, bimodal, multimodal, or have no mode.

    • Sole meaningful central measure for categorical data.

  • Weighted Mean: Account for observations with varying degrees of importance.

    • xˉw=(wixi)\bar{x}_w = \sum (w_i x_i), where wi=1\sum w_i = 1

  • Skewness and Central Measures:

    • Symmetric: Mean=Median=Mode\text{Mean} = \text{Median} = \text{Mode}

    • Positively Skewed (Right-tailed): Mean>Median\text{Mean} > \text{Median}

    • Negatively Skewed (Left-tailed): Mean<Median\text{Mean} < \text{Median}

Percentiles and Boxplots

  • Percentiles: Divide data into 100 equal parts. The pthp^{\text{th}} percentile has approximately p%p\% of observations below it and (100p)%(100 - p)\% above it.

  • Quartiles:

    • First Quartile (Q1Q_1): 25th percentile

    • Second Quartile (Q2Q_2): 50th percentile (Median)

    • Third Quartile (Q3Q_3): 75th percentile

  • Interquartile Range (IQR): The range of the middle 50%50\% of data.

    • IQR=Q3Q1\text{IQR} = Q_3 - Q_1

  • Five-Number Summary: Minimum, Q1Q_1, Median (Q2Q_2), Q3Q_3, and Maximum.

  • Boxplot Structure:

Diagram of boxplot components showing minimum, Q1, median, Q3, maximum, whiskers, and outlier bounds
  • Box spans from Q1Q_1 to Q3Q_3 with a line at the median.

  • Whiskers extend to the minimum and maximum values within 1.5×IQR1.5 \times \text{IQR} from the box edges.

  • Outliers: Values located further than 1.5×IQR1.5 \times \text{IQR} from Q1Q_1 or Q3Q_3.

Measures of Dispersion

  • Measures of dispersion evaluate the variability or spread of data.

  • Range: Difference between the maximum and minimum values.

    • Range=MaxMin\text{Range} = \text{Max} - \text{Min}

  • Mean Absolute Deviation (MAD): Average of absolute deviations from the mean.

    • Sample MAD: MAD=xixˉn\text{MAD} = \frac{\sum |x_i - \bar{x}|}{n}

    • Population MAD: MAD=xiμN\text{MAD} = \frac{\sum |x_i - \mu|}{N}

  • Variance: Average of squared deviations from the mean.

    • Sample Variance: s2=(xixˉ)2n1s^2 = \frac{\sum (x_i - \bar{x})^2}{n - 1}

    • Population Variance: σ2=(xiμ)2N\sigma^2 = \frac{\sum (x_i - \mu)^2}{N}

  • Standard Deviation: Positive square root of variance, returning units to the original scale.

    • Sample Standard Deviation: s=s2s = \sqrt{s^2}

    • Population Standard Deviation: σ=σ2\sigma = \sqrt{\sigma^2}

  • Coefficient of Variation (CV): Unitless measure of relative risk/variability per unit of mean.

    • Sample CV: CV=sxˉ\text{CV} = \frac{s}{\bar{x}}

    • Population CV: CV=σμ\text{CV} = \frac{\sigma}{\mu}

Mean-Variance Analysis and the Sharpe Ratio

  • Mean-Variance Analysis: Measures financial asset performance by evaluating reward (mean return) against risk (variance or standard deviation).

  • Sharpe Ratio: Measures excess return per unit of risk relative to a risk-free rate (RfR_f).

    • Sharpe Ratio=xˉRfs\text{Sharpe Ratio} = \frac{\bar{x} - R_f}{s}

    • Higher values indicate superior risk-adjusted return performance.

Analysis of Relative Location

  • Chebyshev's Theorem: For any dataset and k>1k > 1, the proportion of values within kk standard deviations of the mean is at least 11k21 - \frac{1}{k^2}.

    • k=2k = 2: At least 75%75\% of data lie within xˉ±2s\bar{x} \pm 2s

    • k=3k = 3: At least 89%89\% of data lie within xˉ±3s\bar{x} \pm 3s

  • Empirical Rule: Applies to symmetric, bell-shaped distributions.

Bell curve illustrating empirical rule percentages across standard deviation intervals
  • Approximately 68%68\% of observations lie within xˉ±1s\bar{x} \pm 1s

  • Approximately 95%95\% of observations lie within xˉ±2s\bar{x} \pm 2s

  • Almost 100%100\% (roughly 99.7%99.7\%) of observations lie within xˉ±3s\bar{x} \pm 3s

    • z-Score: Standardized measure of relative position, representing distance from the mean in standard deviation units.

  • Sample z-score: z=xxˉsz = \frac{x - \bar{x}}{s}

  • Population z-score: z=xμσz = \frac{x - \mu}{\sigma}

  • Values with z>3|z| > 3 in bell-shaped distributions indicate potential outliers.

Measures of Association

  • Covariance: Quantifies the direction of a linear relationship between two variables.

    • Sample Covariance: sxy=(xixˉ)(yiyˉ)n1s_{xy} = \frac{\sum (x_i - \bar{x})(y_i - \bar{y})}{n - 1}

    • Population Covariance: σxy=(xiμx)(yiμy)N\sigma_{xy} = \frac{\sum (x_i - \mu_x)(y_i - \mu_y)}{N}

    • Sensitive to measurement units; cannot indicate relationship strength.

  • Correlation Coefficient: Unit-free measure of both direction and strength of a linear relationship (1r1-1 \le r \le 1).

    • Sample Correlation: rxy=sxysxsyr_{xy} = \frac{s_{xy}}{s_x s_y}

    • Population Correlation: ρxy=σxyσxσy\rho_{xy} = \frac{\sigma_{xy}}{\sigma_x \sigma_y}

    • r=1r = 1: Perfect positive linear relationship

    • r=0r = 0: No linear relationship

    • r=1r = -1: Perfect negative linear relationship

Geometric Mean and Growth Rates

  • Geometric Mean Return: Multiplicative average used for compounding multiperiod investment returns.

    • GR=(((1+R1)×(1+R2)××(1+Rn)))1n1G_R = \left(((1 + R_1) \times (1 + R_2) \times \dots \times (1 + R_n))\right)^{\frac{1}{n}} - 1

  • Compound Average Growth Rate: Multiplicative average growth rate across nn time periods or observations.

    • Using rates: Gg=(((1+g1)×(1+g2)××(1+gn)))1n1G_g = \left(((1 + g_1) \times (1 + g_2) \times \dots \times (1 + g_n))\right)^{\frac{1}{n}} - 1

    • Using end values (xnx_n) and start values (x1x_1): Gg=(xnx1)1n11G_g = \left(\frac{x_n}{x_1}\right)^{\frac{1}{n - 1}} - 1