Notation and Convention


Deterministic quantities

Random quantities

Data

$\LaTeX$ Examples


$\\mathbf X \\sim \\mathcal N(\\boldsymbol \\mu, \\Sigma)$

$$ \mathbf X \sim \mathcal N(\boldsymbol \mu,\Sigma) $$

\\begin{align*}
y 
&= f(\\mathbf x) + W \\\\
&= \\theta_1 \\varphi_1(\\mathbf x) + \\cdots + 
   \\theta_n \\varphi_n(\\mathbf x) + W \\\\
&= \\sum_{i=1}^n \\theta_i \\varphi_i(\\mathbf x) + W
\\end{align*}

$$ \begin{align*} y &= f(\mathbf x) + W \\ &= \theta_1 \varphi_1(\mathbf x) + \cdots + \theta_n \varphi_n(\mathbf x)+W \\ &= \sum_{i=1}^n \theta_i \varphi_i(\mathbf x) + W\end{align*} $$

$$
A = 
\\begin{pmatrix}
1 & 2 & 3 \\\\
3 & 4 & 5 \\\\
8 & 9 & 10
\\end{pmatrix}
$$

$$ A = \begin{pmatrix} 1 & 2 & 3 \\ 3 & 4 & 5 \\ 8 & 9 & 10 \end{pmatrix} $$