This appendix provides a quick reference for mathematical notation used throughout the course. You do not need to memorise these — use this page as a lookup when you encounter unfamiliar symbols.
B.1 Basic notation
Symbol
Meaning
Example
\(x\)
A variable (lowercase)
Blood pressure measurement
\(X\)
A random variable (uppercase)
Blood pressure in the population
\(\bar{x}\)
Sample mean
Mean blood pressure in your study
\(\mu\)
Population mean
True mean blood pressure
\(s\) or \(\hat{\sigma}\)
Sample standard deviation
SD of blood pressures in your data
\(\sigma\)
Population standard deviation
True SD of blood pressures
\(n\)
Sample size
Number of patients
\(p\)
Probability or proportion
Prevalence of a disease
\(\hat{p}\)
Estimated proportion
Observed prevalence in your sample
B.2 Probability
Symbol
Meaning
\(P(A)\)
Probability of event A
\(P(A \mid B)\)
Probability of A given B (conditional probability)
Or in words: Posterior \(\propto\) Likelihood \(\times\) Prior
B.8 Model performance
Symbol
Meaning
TP, FP, TN, FN
True/false positives/negatives
Se = TP / (TP + FN)
Sensitivity (recall)
Sp = TN / (TN + FP)
Specificity
PPV = TP / (TP + FP)
Positive predictive value (precision)
NPV = TN / (TN + FN)
Negative predictive value
AUC
Area under the ROC curve
NB
Net benefit (from decision curve analysis)
B.9 Subscripts and superscripts
Notation
Meaning
\(x_i\)
Value for individual \(i\)
\(x_{ij}\)
Value of variable \(j\) for individual \(i\)
\(\hat{\theta}\)
Estimated value of \(\theta\)
\(\theta^*\)
Bootstrap replicate of \(\theta\)
\(x^2\)
\(x\) squared
\(\sqrt{x}\)
Square root of \(x\)
B.10 Greek letters commonly used in statistics
Letter
Name
Common use
\(\alpha\)
Alpha
Significance level, elastic net mixing
\(\beta\)
Beta
Regression coefficients, Type II error rate
\(\gamma\)
Gamma
Effect modifier, shape parameter
\(\delta\)
Delta
Difference, effect size
\(\epsilon\)
Epsilon
Error term, small quantity
\(\lambda\)
Lambda
Rate parameter, penalty parameter
\(\mu\)
Mu
Population mean
\(\pi\)
Pi
Proportion, prior
\(\sigma\)
Sigma
Standard deviation
\(\tau\)
Tau
Between-study variance (meta-analysis)
\(\chi^2\)
Chi-squared
Chi-squared test statistic
By Mark Khurana and Neil Scheidwasser
Reference
Khurana, M., & Scheidwasser, N. (2026). Advanced Statistics and Machine Learning for Health Research. https://mlhealthcourse.github.io/
BibTeX
@book{khurana2026statml,
title = {Advanced Statistics and Machine Learning for Health Research},
author = {Khurana, Mark and Scheidwasser, Neil},
year = {2026},
url = {https://mlhealthcourse.github.io/}
}