Wednesday, May 16, 2012

Write normal (gaussian) distribution in LaTeX

To imply that a random variable v is distributed according to the normal distribution with mean m and covariance sigma^2 write

\usepackage{amssymb}

$v \sim \mathcal{N} (m,\sigma^2)$

note that the package amssymb is needed in order to use \mathcal

No comments:

Post a Comment