mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
fixed mistake
This commit is contained in:
parent
656b242ad2
commit
93d0324279
2 changed files with 3 additions and 3 deletions
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 25 KiB |
|
@ -76,17 +76,17 @@ every axis label/.append style={font=\sffamily\footnotesize},
|
|||
samples at={70},
|
||||
mark=*,
|
||||
mark options={scale=1, fill=red!90!black}] {gauss(80,100)}
|
||||
node[pin={95:\large$f_I(x_0) = 70$}] {};
|
||||
node[pin={95:\large$f_I(70)$}] {};
|
||||
\addplot+[plotB,
|
||||
samples at={70},
|
||||
mark=*,
|
||||
mark options={scale=1, fill=cyan!50!black}] {gauss(40,100)}
|
||||
node[pin={10:\large$f_{II}(x_0) = 70$}] {};
|
||||
node[pin={10:\large$f_{II}(70)$}] {};
|
||||
\coordinate (a) at (axis cs:70,0.024);
|
||||
\draw[black,thick](a |- current plot begin) -- (a);
|
||||
|
||||
% Add labels
|
||||
\node[plotA,above] at (axis cs:100,0.03){\Large $\mathcal{N}(80, 100)$};
|
||||
\node[plotA,above] at (axis cs:102,0.03){\Large $\mathcal{N}(80, 100)$};
|
||||
\node[plotB,above] at (axis cs:20,0.03){\Large $\mathcal{N}(40, 100)$};
|
||||
% \addlegendentry{$\mu=80,\enskip \sigma^2 = 100$}
|
||||
% \addlegendentry{$\mu=40,\enskip \sigma^2 = 100$}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue