...

/

Problems with Discrete Probability Distributions

Problems with Discrete Probability Distributions

In this lesson, we will discuss some of the issues with discrete probability distributions.

Some Issues with Discrete Probability Distributions

So… we have good news and bad news.

The good news is:

  • We’ve described an interface for discrete probability distributions and implemented several distributions.
  • We’ve shown how projecting a distribution is logically equivalent to the LINQ Select operator.
  • We’ve shown how conditional probabilities of the form P(BA
...