I require to write the Granger Causality formula in Latex for a project that I am undertaking. I do not, however, know how to produce the formula in math mode. Please can someone either point me towards a database of symbols and their corresponding Latex symbols or provide the Latex code for the formula itself. The formula, taken from https://en.wikipedia.org/wiki/Granger_causality is as follows:
Asked
Active
Viewed 221 times

\[ \mathbb{P}[Y(t+1) \in A \vert \mathcal{I}(t)] \neq \mathbb{P}[Y(t+1) \in \vert \mathcal{I}_{-X}(t)] \]to me (you should probably loadamsmathandamssymbfor that). I would recommend to pack some parts of this up in useful macros. I for example always have\newcommand*{\prob}{\mathbb{P}}, so I can type\prob(A). – moewe Apr 07 '19 at 14:23{\displaystyle \mathbb {P} [Y(t+1)\in A\mid {\mathcal {I}}(t)]\neq \mathbb {P} [Y(t+1)\in A\mid {\mathcal {I}}_{-X}(t)],}. A more proper LaTeX markup would be\mathbb {P} [Y(t+1)\in A\mid \mathcal {I}(t)]\neq \mathbb {P} [Y(t+1)\in A\mid \mathcal {I}_{-X}(t)](add the comma depending on the context). – egreg Apr 07 '19 at 14:26