فهرست منبع

fixed mistake

Martin Thoma 11 سال پیش
والد
کامیت
93d0324279
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. BIN
      tikz/lda-gauss-1/lda-gauss-1.png
  2. 3 3
      tikz/lda-gauss-1/lda-gauss-1.tex

BIN
tikz/lda-gauss-1/lda-gauss-1.png


+ 3 - 3
tikz/lda-gauss-1/lda-gauss-1.tex

@@ -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$}