Message Boards Message Boards

Word problems with discrete distributions with applications for coins, dice

POSTED BY: Peter Burbery
3 Replies
Posted 1 year ago

Very nice post. I love the plots and special characters typesetting, as well as the neat 1-line examples of how to solve some probability problems. Your posts always blow me away, keep up the good work Peter!

POSTED BY: Chase Marangu
Overlay[
 Table[
  DiscretePlot[
   PDF[
    PascalDistribution[
     100,
     probab/100
     ],
    x
    ],
   {x, 100, 137},
   ImageSize -> 1000
   ],
  {probab, 75, 95, 5}
  ]
 ]
h[x_] = (RandomReal[{-1, 0}] x - RandomReal[{0, 1}])/(x^2 - 7); Plot[
 h[x], {x, -7, 7}]
DiscretePlot[
 Table[
   PDF[
    BinomialDistribution[100, p],
    k],
   {p, Range[10]/10}
   ] // Evaluate,
 {k, 100},
 PlotRange -> All,
 PlotMarkers -> Automatic,
 ExtentSize -> 1/2
 ]

Binomial Distribution

Pascal Distribution

h

Dear Peter, we noticed your interesting plots and special type characters.

Please let us know if you need any help to make them more appealing or behave better on cloud, and please feel free to create more posts if you have ideas to share.

POSTED BY: Dean Gladish

enter image description here -- you have earned Featured Contributor Badge enter image description here Your exceptional post has been selected for our editorial column Staff Picks http://wolfr.am/StaffPicks and Your Profile is now distinguished by a Featured Contributor Badge and is displayed on the Featured Contributor Board. Thank you!

POSTED BY: Moderation Team
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract