Guest User

Untitled

a guest
Dec 15th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. begin{figure}[H]
  2. centering
  3. begin{tikzpicture}
  4. begin{axis}[
  5. scale only axis,
  6. axis x line=middle,
  7. axis y line=middle,
  8. inner axis line style={=>},
  9. width=15cm,height=6cm,
  10. ymin=0,ymax=0.45,
  11. xmin=-3.5,xmax=3.5,
  12. axis line style = thick,
  13. xtick={-3,-2,-1,1,2,3},
  14. ytick={0.1,0.2,0.3,0.4},
  15. every axis x label/.style={at={(current axis.right of
  16. origin)},anchor=west},
  17. every axis y label/.style={at={(current axis.north)},above=0.5mm},
  18. xlabel={$x$},
  19. ylabel={$f(x)$}
  20. ]
  21. addplot[fill=blue!25,draw=none,domain=1.63:3.5] {gauss(0,1)}
  22. closedcycle;]
  23. addplot [domain=-3.5:3.5,samples=500,red,thick] {gauss(0,1)};
  24. node[below] at (1.63,0) {Large textcolor{black}{$mu_{3}$}};
  25. end{axis}
  26. end{tikzpicture}
  27. caption{Graph der Dichtefunktion $f_X(x)$ mit $Xsimmathcal{N}
  28. (0,1)$}%
  29. end{figure}
Add Comment
Please, Sign In to add comment