In Probability Theory, a Probability Distribution is a Function that maps a Sample Space to a Probability Space.

Sampling with Replacement

aka Binomial Distribution

  • Of a sample drawn from a finite population, drawing objects with replacement from the set of typed objects, containing a objects of type 1 and b objects of type 2, and get exactly of type 1

Sampling without Replacement

aka Hypergeometric Distribution

  • Of a sample drawn from a finite population, drawing objects without replacement from the set of typed objects, containing a objects of type 1 and b objects of type 2, and get exactly of type 1