vault backup: 2026-01-12 11:18:59

This commit is contained in:
2026-01-12 11:18:59 -05:00
parent 76479bcedd
commit f811d9ac91
42 changed files with 169 additions and 119 deletions
+4 -4
View File
@@ -33,17 +33,17 @@ tags:
legend cell align=left,
ytick=\empty,
]
% Normal PDF: (1/(sigma*sqrt(2*pi))) * exp(-(x-mu)^2/(2*sigma^2))
\addplot[thick]
{ (1/(1.8*sqrt(2*pi))) * exp(-((x-0.8)^2)/(2*1.8^2)) };
\addlegendentry{$\mu=0,\ \sigma=1.8$}
\addplot[thick, dashed]
{ (1/(0.8*sqrt(2*pi))) * exp(-((x-0.8)^2)/(2*0.8^2)) };
\addlegendentry{$\mu=0,\ \sigma=0.8$}
\end{axis}
\end{tikzpicture}
\end{document}