Stats Key concepts

Probability

Probability assigns numbers between and to events. For events and ,

Conditional probability is

which leads to Bayes’ rule:

Random variables

A random variable is a numerical outcome of a random process. Discrete variables use probability mass functions; continuous variables use probability densities, where probabilities are integrals/areas.

Expectation and variance

The expectation is the long-run average value. The variance

measures spread. Standard deviation is the square root of variance.

Samples and estimators

A sample is finite data from a population or process. An estimator is a rule that turns data into a parameter estimate, such as for a mean. Bias, variance, and consistency describe estimator quality.

Likelihood

For parameter and observed data , the likelihood treats the data as fixed and asks which parameter values make them plausible. Maximum likelihood estimation chooses the with largest likelihood.

Inference

Confidence intervals, hypothesis tests, and Bayesian posteriors are different ways to quantify uncertainty. Normal distribution approximations are common, but checking assumptions matters.