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 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.svgThe inkscape command isused to automatically crop the PDF. |
Date | |
Source | Own work based on: Conditional expectation commutative diagram.png by Dbenbenn |
Author | crh23 |
Licensing
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.