loading toolβ¦
The LaTeX command for probability E (πΌ) is \mathbb{E} β expected value.
\mathbb{E}Write \mathbb{E} inside math mode β that is, between $β¦$ for inline math or in a \[ β¦ \] / equation block for display math. This symbol needs the amssymb package, so add \usepackage{amssymb} to your preamble.
Prefer to see it live? Paste it into the LaTeX preview and it renders as you type β no compiler, no signup.
\mathbb{P}\operatorname{Var}\operatorname{Cov}\operatorname{Cor}\mathbb{1}\mathcal{N}\perp\!\!\!\perp\xrightarrow{d}\xrightarrow{p}\xrightarrow{a.s.}\overset{\text{iid}}{\sim}Search all 380+ LaTeX symbols β
Use \mathbb{E} in math mode after adding \usepackage{amssymb} to your preamble. For example, $\mathbb{E}$.
It comes from the amssymb package β add \usepackage{amssymb} to your preamble.