Statistics Tutorials

Probability, hypothesis testing, regression, distributions — the math behind data science.

Start Learning
18Chapters
2h 56mtotal reading
Beginner to Advanced
Chapter 1

Introduction to Statistics

What statistics is, why it matters, the difference between descriptive and inferential statistics, and how data underpins every business decision.

7 min read|
StatisticsIntroductionDescriptive Statistics
Chapter 2

Data Types & Measurement Scales

Nominal, ordinal, interval, and ratio scales — understand the four levels of measurement and how they determine which statistical methods are valid.

9 min read|
StatisticsData TypesMeasurement Scales
Chapter 3

Data Collection & Sampling Methods

How data gets collected — surveys, experiments, observation — and the key sampling methods that determine whether your conclusions are valid.

10 min read|
StatisticsSamplingData Collection
Chapter 4

Descriptive Statistics — Mean, Median & Mode

Summarise the centre of a distribution — arithmetic mean, weighted mean, median, mode, and when to use each measure of central tendency.

9 min read|
StatisticsDescriptive StatisticsMean
Chapter 5

Measures of Spread — Variance, SD & IQR

Understand how scattered data is around its centre — range, variance, standard deviation, IQR, and the coefficient of variation.

10 min read|
StatisticsVarianceStandard Deviation
Chapter 6

Data Visualisation for Statistics

Choose the right chart for statistical data — histograms, box plots, scatter plots, QQ plots, and interpreting distribution shape.

10 min read|
StatisticsData VisualisationHistogram
Chapter 7

Probability Fundamentals

The language of uncertainty — sample spaces, events, probability rules, addition rule, multiplication rule, and combinatorics basics.

10 min read|
StatisticsProbabilitySample Space
Chapter 8

Conditional Probability & Bayes' Theorem

How new information updates probability — conditional probability, independence, the law of total probability, and Bayes' theorem with real examples.

9 min read|
StatisticsConditional ProbabilityBayes Theorem
Chapter 9

Probability Distributions — Binomial & Poisson

Model counting problems with discrete probability distributions — the Binomial distribution for success/failure trials and the Poisson distribution for rare events.

10 min read|
StatisticsProbability DistributionsBinomial
Chapter 10

The Normal Distribution & Z-Scores

The bell curve in depth — properties, Z-scores, the empirical rule, and using the standard normal table to solve probability problems.

9 min read|
StatisticsNormal DistributionZ-Score
Chapter 11

Sampling Distributions & the Central Limit Theorem

Why averages follow the normal distribution — the sampling distribution of the mean, the Central Limit Theorem, and the standard error.

9 min read|
StatisticsCentral Limit TheoremSampling Distribution
Chapter 12

Confidence Intervals

Build a range of plausible values for a population parameter — constructing, interpreting, and understanding confidence intervals for means and proportions.

10 min read|
StatisticsConfidence IntervalsMargin of Error
Chapter 13

Hypothesis Testing — Concepts & p-Values

The formal framework for making data-driven decisions — null and alternative hypotheses, Type I and II errors, p-values, and significance levels.

11 min read|
StatisticsHypothesis Testingp-Value
Chapter 14

t-Tests — One-Sample, Two-Sample & Paired

Compare means with the t-test — one-sample t-test, independent two-sample t-test, paired t-test, and checking assumptions.

10 min read|
Statisticst-TestOne-Sample
Chapter 15

Chi-Square Tests

Test categorical data — goodness-of-fit to a distribution and independence between two categorical variables using the chi-square statistic.

9 min read|
StatisticsChi-SquareGoodness of Fit
Chapter 16

ANOVA — Analysis of Variance

Compare means across three or more groups — one-way ANOVA, the F-statistic, ANOVA table, post-hoc tests, and effect size (η²).

10 min read|
StatisticsANOVAF-Test
Chapter 17

Correlation — Pearson, Spearman & Causation

Quantify the linear relationship between two variables — Pearson r, Spearman ρ, interpreting r², and why correlation does not imply causation.

11 min read|
StatisticsCorrelationPearson
Chapter 18

Linear Regression & Model Evaluation

Model relationships and make predictions — simple linear regression, OLS estimation, interpreting coefficients, R-squared, residuals, and model assumptions.

13 min read|
StatisticsLinear RegressionOLS