File:Conditional expectation commutative diagram2.svg

Original file(SVG file, nominally 91 × 54 pixels, file size: 16 KB)

Captions

Captions

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).

Summary edit

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 edit

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.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current13:23, 29 April 2019Thumbnail for version as of 13:23, 29 April 201991 × 54 (16 KB)Crh23 (talk | contribs){{Information |description ={{en|1=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 <code>pdflatex</code> using <code>tikz-cd</code>. diag.tex: <pre>\documentclass{article} \usepackage{tikz-cd} \usepackage{amsmath} \pagestyle{empty} \begin{document} \...

Metadata