Discrete Random Variables

Properties

Probability Mass Function

  • Describes the distribution of a discrete random variable
  • for every
  • Properties

Cumulative Distribution Function

  • The culmination of the random values up to a point
  • for all

Discrete Expectation

  • If is a discrete random random variable and then
  • Note: is only well defined if
    • If is not a finite space, make sure the absolute expectation is finite

Distributions

Bernoulli

  • Bernoulli Experiment/Trial = an experiment with 2 possible outcomes (success/failure)
  • Define to be 1 on success and 0 on failure
  • Parameter is the probability of success
    • A random variable is Bernoulli if the only parameter needed is
  • Properties

Binomial

  • = number of total successes in independent Bernoulli trials
  • Properties

Geometric

  • = number of failures before a success in repeated Bernoulli trials
  • Properties
  • Memoryless Property
    • If there have been failures, the odds of having more failures is the same as starting fresh and having failures
    • Only type of discrete random variable with this property

Negative Binomial

  • = number of failures before success in repeated Bernoulli trials
  • Properties
  • Can be expressed as the sum of geometric random variables

Possion

  • Defined as the limit of the binomial distribution when
  • Parameter is (the mean)
  • Useful for modeling rare events
  • Properties
  • The variance and expected values being the same makes this less useful

Hypergeometric

  • Sampling with replacement
    • Bernoulli trials are sampling with replacement
  • items. type 1 and type 2. chosen
  • = number of type 1 items in the chosen
  • Properties
  • Binomial Approximation
    • As and ,
    • Hence, if is very large, it can be approximated by a binomial random variable with parameters and