1. Visualizing Exponential Convergence
Statistics InstructorBackground
An instructor wants to show students how a highly skewed exponential distribution yields a symmetric, bell-shaped sampling distribution.
Problem
Students struggle to conceptualize how sample means from a skewed population can become normally distributed.
How to use
Select the Exponential source distribution, set the sample size to 30, set the number of samples to 5000, and generate the visualization.
{
"distribution": "exponential",
"sampleSize": 30,
"reps": 5000,
"bins": 40,
"seed": 42,
"precision": 3
}Outcome
An interactive histogram showing sample means clustered symmetrically around the theoretical mean of 1.000, with a red normal curve overlay showing a tight fit.