For the complete documentation index, see llms.txt. This page is also available as Markdown.

Central Limit Theorem

Irrespective of how the population data points are distributed, the plot of sample means will always look like a normal distribution.

For a normal distribution, we know that,

  • Mean, Median and Mode are equal

  • Data is symmetric about the mean

Using these properties we can draw inferences about the population as a whole.

Last updated