I'd like to know how to make in mathmode this fat 'E' as a symbol for expected value?
\mathbf{E}
Perhaps you need
\mathbf{E}.
Does this solve?
\documentclass{article} \begin{document} \[ \mathbf{E}(\xi)=\int_Z\xi d\rho \] \end{document}
\mathbf{E}? – Henri Menke May 05 '15 at 08:52