Appendix G — Notation

Published

Last modified: 2024-05-16: 18:35:36 (PM)

Table G.1: Notation used in this book
symbol meaning LaTeX
\(\neg\) not \neg
\(\forall\) all \forall
\(\exists\) some \exists
\(\cup\) union, “or” \cup
\(\cap\) intersection, “and” \cap
\(\mid\) given, conditional on \mid, |
\(\sum\) sum \sum
\(\prod\) product \prod
\(\mu\) mean \mu
\(\mathbb{E}\) expectation \mathbb{E}
\('\) transpose or derivative1 '
\(⫫\) independent
\(\therefore\) therefore, thus \therefore
\(\eta\) linear component of a GLM eta

The percent sign “%” is just a shorthand for “\(\times \frac{1}{100}\)”. The word “percent” comes from the Latin “per centum”; “centum” means 100 in Latin, so “percent” means “per hundred” (c.f., https://en.wikipedia.org/wiki/Percentage)

So, contrary to what you may have learned previously, \(10\% = 0.1\) is a true and correct equality.

Proof. \[ \begin{aligned} 10\% &= 10 \times \frac{1}{100} \\ &= \frac{10}{100} \\ &= 0.1 \end{aligned} \]


  1. depending on whether it is applied to a matrix or a function ## The percent sign↩︎