Created
May 22, 2018 16:48
-
-
Save Ddedalus/80e6675fa0beb4c1a0eea08184a52854 to your computer and use it in GitHub Desktop.
Sets and probability theory operators - commands for LaTeX preamble
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % define basic sets: | |
| \newcommand{\R}{\mathbb{R}} % real numbers | |
| \newcommand{\N}{\mathbb{N}} % natural numbers | |
| \newcommand{\Z}{\mathbb{Z}} % integers etc. | |
| \newcommand{\bb}{\mathbb} % blackboard font | |
| %and probability operators | |
| \newcommand{\Pb}[1]{\mathbb{P}(#1)} | |
| \newcommand{\Ex}[1]{\mathbb{E}(#1)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment