[Tex/LaTex] How to make this expected value symbol?

symbols

I'd like to know how to make in mathmode this fat 'E' as a symbol for expected value?

Symbol that I'm looking for.

Best Answer

Perhaps you need

\mathbf{E}. 

Does this solve?

 \documentclass{article}  
 \begin{document}
 \[ \mathbf{E}(\xi)=\int_Z\xi d\rho \]
 \end{document}
Related Question