vault backup: 2026-01-12 11:18:59
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user