File:Conditional expectation commutative diagram2.svg

Summary

Description
English: An SVG remake of File:Conditional expectation commutative diagram.png.

A commutative diagram for en:conditional expectation. It isn't really commutative; instead it's commutative in an average sense (apparently that's what the dashed arrow indicates). This remake was made with pdflatex using tikz-cd.

diag.tex:

\documentclass{article}
\usepackage{tikz-cd}
\usepackage{amsmath}
\pagestyle{empty}

\begin{document}

\begin{tikzcd}
    & \mathbf{R}\\
    \Omega \arrow[ur, "X"] \arrow[r, "Y" below] & U \arrow[u, dashed, "{\operatorname{E}(X\mid Y)}" right]
\end{tikzcd}
\end{document}

To create the SVG, I ran

pdflatex diag
pdftocairo -svg diag.pdf diag.svg
inkscape -f diag.svg --export-area-drawing --export-plain-svg=diag.svg
The inkscape command isused to automatically crop the PDF.
Date
Source Own work based on: Conditional expectation commutative diagram.png by Dbenbenn
Author crh23

Licensing

w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-3.0#Conditional%20expectation%20commutative%20diagram2.svg Category:Probability theory Category:Commutative triangles Category:SVG commutative diagrams Category:Images with LaTeX source code
Category:CC-BY-SA-3.0 Category:Commutative triangles Category:Images with LaTeX source code Category:Probability theory Category:SVG commutative diagrams