Normal Distribution Animated Tutorial
Source:R/tutorial_statistics.R
normal_distribution_tutorial.RdA comprehensive animated tutorial that builds intuition for the normal (Gaussian) distribution step by step:
Title card introducing the topic
Bell curve construction – axes appear, then the PDF is drawn
Mean and standard deviation – annotated on the curve
The 68-95-99.7 rule – successive shaded regions
Standard normal vs. general normal – side-by-side comparison
Cumulative distribution – CDF curve and probability lookup
Sampling demonstration – histogram of random samples converging
Summary card
Usage
normal_distribution_tutorial(
output = "normal_distribution_tutorial",
format = "gif",
quality = "low",
fps = 10,
open = FALSE
)