Guest User

Untitled

a guest
May 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. p1 = Histogram[averagen, {0, 20, 1}, "Probability",
  2. FrameLabel -> {"Number in Population n",
  3. "!(*SubscriptBox[(P), (N)])"}, Frame -> True,
  4. LabelStyle -> FontSize -> 16]
  5.  
  6. p2 = s = 2; a = 10; Plot[ 1/Sqrt[2 Pi s^2] E^-((x - a)^2/(2 s^2)), {x, 0, 20}]
Add Comment
Please, Sign In to add comment