Deployed 2536c93 with MkDocs version: 1.6.1

This commit is contained in:
2026-05-03 11:47:30 +08:00
commit 1ff86b66fc
418 changed files with 617336 additions and 0 deletions
+69
View File
@@ -0,0 +1,69 @@
<svg width="600" height="220" xmlns="http://www.w3.org/2000/svg">
<defs>
<marker id="rv-arr" markerWidth="8" markerHeight="6" refX="8" refY="3" orient="auto">
<path d="M0,0 L8,3 L0,6" fill="#9b59b6"/>
</marker>
</defs>
<!-- Outcomes box -->
<rect x="20" y="30" width="150" height="160" rx="10" fill="#f0f0f0" stroke="#333" stroke-width="1.5"/>
<text x="95" y="22" fill="#333" font-size="13" font-weight="bold" text-anchor="middle">Outcomes</text>
<!-- Coin outcomes -->
<circle cx="65" cy="70" r="18" fill="#f39c12" opacity="0.3" stroke="#f39c12" stroke-width="1.5"/>
<text x="65" y="75" fill="#333" font-size="12" text-anchor="middle">H</text>
<circle cx="125" cy="70" r="18" fill="#f39c12" opacity="0.3" stroke="#f39c12" stroke-width="1.5"/>
<text x="125" y="75" fill="#333" font-size="12" text-anchor="middle">T</text>
<!-- Die outcomes -->
<rect x="42" y="105" width="28" height="28" rx="4" fill="#3498db" opacity="0.2" stroke="#3498db" stroke-width="1.2"/>
<text x="56" y="124" fill="#333" font-size="12" text-anchor="middle">1</text>
<rect x="78" y="105" width="28" height="28" rx="4" fill="#3498db" opacity="0.2" stroke="#3498db" stroke-width="1.2"/>
<text x="92" y="124" fill="#333" font-size="12" text-anchor="middle">2</text>
<rect x="114" y="105" width="28" height="28" rx="4" fill="#3498db" opacity="0.2" stroke="#3498db" stroke-width="1.2"/>
<text x="128" y="124" fill="#333" font-size="12" text-anchor="middle">3</text>
<rect x="60" y="145" width="28" height="28" rx="4" fill="#3498db" opacity="0.2" stroke="#3498db" stroke-width="1.2"/>
<text x="74" y="164" fill="#333" font-size="12" text-anchor="middle">4</text>
<rect x="96" y="145" width="28" height="28" rx="4" fill="#3498db" opacity="0.2" stroke="#3498db" stroke-width="1.2"/>
<text x="110" y="164" fill="#333" font-size="12" text-anchor="middle">5</text>
<rect x="132" y="145" width="28" height="28" rx="4" fill="#3498db" opacity="0.2" stroke="#3498db" stroke-width="1.2"/>
<text x="146" y="164" fill="#333" font-size="12" text-anchor="middle">6</text>
<!-- Arrow: X mapping -->
<text x="270" y="75" fill="#9b59b6" font-size="16" font-weight="bold" text-anchor="middle">X</text>
<line x1="190" y1="90" x2="340" y2="90" stroke="#9b59b6" stroke-width="2" marker-end="url(#rv-arr)"/>
<text x="265" y="108" fill="#9b59b6" font-size="11" text-anchor="middle">random variable</text>
<!-- Number line -->
<line x1="370" y1="90" x2="580" y2="90" stroke="#333" stroke-width="1.5"/>
<!-- Tick marks and values -->
<line x1="385" y1="85" x2="385" y2="95" stroke="#333" stroke-width="1.5"/>
<text x="385" y="115" fill="#333" font-size="11" text-anchor="middle">0</text>
<line x1="420" y1="85" x2="420" y2="95" stroke="#333" stroke-width="1.5"/>
<text x="420" y="115" fill="#333" font-size="11" text-anchor="middle">1</text>
<line x1="455" y1="85" x2="455" y2="95" stroke="#333" stroke-width="1.5"/>
<text x="455" y="115" fill="#333" font-size="11" text-anchor="middle">2</text>
<line x1="490" y1="85" x2="490" y2="95" stroke="#333" stroke-width="1.5"/>
<text x="490" y="115" fill="#333" font-size="11" text-anchor="middle">3</text>
<line x1="525" y1="85" x2="525" y2="95" stroke="#333" stroke-width="1.5"/>
<text x="525" y="115" fill="#333" font-size="11" text-anchor="middle">4</text>
<line x1="560" y1="85" x2="560" y2="95" stroke="#333" stroke-width="1.5"/>
<text x="560" y="115" fill="#333" font-size="11" text-anchor="middle">5</text>
<!-- Mapping labels -->
<text x="420" y="145" fill="#f39c12" font-size="10" text-anchor="middle">H→1</text>
<text x="385" y="145" fill="#f39c12" font-size="10" text-anchor="middle">T→0</text>
<text x="420" y="170" fill="#3498db" font-size="10" text-anchor="middle">⚀→1</text>
<text x="455" y="170" fill="#3498db" font-size="10" text-anchor="middle">⚁→2</text>
<text x="490" y="170" fill="#3498db" font-size="10" text-anchor="middle">⚂→3</text>
<!-- Number line label -->
<text x="475" y="60" fill="#333" font-size="13" font-weight="bold" text-anchor="middle">Real Numbers</text>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB