27  Probability and Statistical Learning

This chapter separates four questions. A probability distribution describes how outcomes vary; an estimator maps observed data to a parameter or other quantity; a posterior approximation computes with uncertainty under a chosen probabilistic model; and a generalization result states conditions under which sample performance controls population performance. Confusing these objects leads, for example, to treating a density as a point probability or a confidence interval as a posterior probability.

The foundational path is random variables, distributions, maximum likelihood, and statistics. It develops densities and transformations, common probability laws, point estimation, sampling distributions, tests, and confidence intervals. Bayesian computation and concentration/generalization form an advanced path: the former approximates posterior integrals, while the latter derives tail and uniform-convergence bounds under explicit assumptions. The final section uses naive Bayes to combine a likelihood, a conditional- independence factorization, parameter estimation, prediction, and uncertainty analysis in one classifier.

Resources and Further Reading

The following references cover random variables and distributions, maximum-likelihood and MAP estimation, Bayesian inference, estimators, and hypothesis testing.

Books

Courses and video lectures

Tutorials and notes