Confidence Interval Estimation in Investment Analytics
Why Estimation Matters in Business
Context: Week 4 focus on Confidence Interval Estimation within the framework of "Statistics for Investors," using the case study of TechVenture’s portfolio.
The Business Problem: TechVenture manages 50 portfolio companies with internal revenue data, but Limited Partners (LPs) require the average revenue of all Australian tech startups.
The Reality: Thousands of startups exist across Australia, making the surveying of the entire population impossible due to high costs and time constraints.
The Sample: The portfolio of 50 companies is the only available dataset.
Key Question: Can the true population mean () be estimated from a sample of ?
Statistical Inference and Point Estimates
Definition of Statistical Inference: The process of drawing conclusions about a population based on data from a sample.
Components of Inference:
Population: All Australian tech startups; characterized by unknown revenues for thousands of companies and an unknown mean ().
Sample: TechVenture's 50 portfolio companies; characterized by known revenues and a measured sample mean ().
Point Estimates:
Best Guess: The calculated sample mean () of serves as the point estimate for the population mean ().
Limitations:
The population mean () is almost certainly not exactly .
A different sample of 50 startups would produce a different .
Point estimates provide no sense of uncertainty.
Confidence Intervals (CI)
Definition: An interval estimate identifies a range of values that acknowledges uncertainty, providing a defensible range instead of false precision.
Comparison of Approaches:
Point Estimate: "The mean is ."
Interval Estimate: "We're 95% confident the mean is between and ."
Benefits of Interval Estimates:
Honesty: Explicitly acknowledges that samples do not provide perfect population info.
Precision Indicator: A wider interval indicates more uncertainty; a narrower interval indicates higher precision.
Decision Support: Helps verify if the mean exceeds specific thresholds (e.g., if the CI is , one can be confident the mean is over ).
Sample Size Influence: Larger samples lead to narrower intervals and more confident estimates.
Sampling Distribution and the Central Limit Theorem (CLT)
Sampling Distribution Thought Experiment:
Draw a random sample of 50 startups from the population.
Calculate the sample mean ().
Repeat this process 10,000 times.
The resulting distribution of these 10,000 sample means is the "Sampling Distribution of the Mean."
Central Limit Theorem (CLT) Core Idea: For sufficiently large samples (), the sampling distribution of is approximately normal, regardless of the distribution of the underlying population.
Properties of the Sampling Distribution:
Mean: Equal to the population mean ().
Standard Deviation: Equal to , also known as the Standard Error ().
Application to TechVenture:
Sample size () exceeds the threshold.
Therefore, follows an approximately normal distribution, even though individual startup revenues are right-skewed.
Standard Error (SE)
Definition: The Standard Error is the standard deviation of the sampling distribution, measuring how much sample means typically vary from the true population mean.
Formula: (Since population is rarely known, the sample standard deviation is substituted).
TechVenture Calculation:
Given: Sample standard deviation () = ; Sample size () = .
Formula Implementation: SE = \frac{\34,196.46}{\sqrt{50}} = \frac{\34,196.46}{7.071} .
Result: .
Interpretation: If many samples of 50 startups were taken, the sample means would typically vary by approximately from the true population mean.
Takeaway: Larger results in a smaller , leading to more precise estimates and narrower confidence intervals.
Confidence Interval Formula and Critical Values
General Form: .
Full Breakdown: .
Determining the Critical Value: Based on the Confidence Level and Distribution Type.
-distribution: Used when population standard deviation () is known (Standard normal fixed shape).
-distribution: Used when is unknown (the realistic case). Shape depends on Degrees of Freedom (). It has "fatter tails" to account for extra uncertainty about .
Common Critical Values (z):
90% Confidence:
95% Confidence:
99% Confidence:
Excel Implementation for TechVenture (, ):
-distribution (95% CI):
=NORM.S.INV(0.975) \rightarrow 1.96.-distribution (95% CI):
=T.INV(0.975, 49) \rightarrow 2.01or=T.INV.2T(0.05, 49) \rightarrow 2.01.Logic for 0.975: 95% confidence implies 5% in the tails, split as 2.5% per side. The critical value is pinpointed where 97.5% of the distribution lies to the left.
Interpretation of Confidence Levels
Definition of "95% Confident": If the sampling process were repeated many times and a 95% CI was calculated each time, approximately 95% of those resulting intervals would contain the true population mean ().
Common Misconception: It does NOT mean there is a 95% chance that falls in one specific interval. The population mean is fixed; the interval is the variable that changes from sample to sample.
Determinants of Interval Width
Wider Intervals (Lower Precision/Higher Uncertainty):
Higher confidence level (e.g., 99% vs 95%).
Smaller sample size ().
Higher variability in data (larger sample standard deviation ).
Narrower Intervals (Higher Precision):
Lower confidence level (e.g., 90% vs 95%).
Larger sample size () — the easiest lever to control.
Lower variability in data (smaller ).
The Trade-off: Maximum confidence and maximum precision cannot coexist; it is a fundamental design choice.
TechVenture Application Data
Inputs: , , .
90% CI:
Lower Bound:
Upper Bound:
Width:
95% CI:
Lower Bound:
Upper Bound:
Width:
99% CI:
Lower Bound:
Upper Bound:
Width:
Observation: The 99% CI is nearly wider than the 90% CI.
Key Discussion Questions for TechVenture:
What is the interval estimate for average startup revenue?
Can we be 90% confident the true mean is above ?
Can we be 90% confident the true mean is above ?
How does increasing sharpen the interval?