• Fixed Value
    • Objective: Compute the probability that the observed value of will be at most
  • Example Scenario
    • Let = number of beds occupied in a hospital’s emergency room at a certain time of day
    • Probability mass function (pmf) of is given by
x01234
p(x).20.25.30.15.10

Then the probability that at most two beds are occupied is

  • Probability Conditions
    • if and only if
  • Smallest Possible Value of
    • Since 0 is the smallest possible value:
    • For any negative number :
  • Largest Possible Value of
    • Since 4 is the largest possible value:
      • And so on
    • Very importantly,
P(X < 2) &= p(0) + p(1) = 0.45 < 0.75 \\ &= P(X \leq 2). \end{align}
  • Probability Comparison
      • This holds whenever is a possible value of
    • Reason: includes the probability mass at , while does not
  • Well-Defined Probability
    • is a well-defined and computable probability for any number

cumulative distribution function (cdf)

  • Cumulative Distribution Function (CDF)
    • Definition of for a discrete random variable with probability mass function (pmf) :

F(x) = P(X \leq x) = \sum_{y : y \leq x} p(y) \tag{3.3}

  • Interpretation
    • For any number :
      • is the probability that the observed value of will be at most

EX 3.13 flash drives

For a discrete rv, the then the probability of having to examine at graph of will have a jump at every possible value of and will be flat between possible values. Such a graph is called a step function.

EX 3.14 (EX 3.12 continued)

In examples thus far, the cdf has been derived from the pmf. This process can be reversed to obtain the pmf from the cdf whenever the latter function is available. For example, consider again the rv of EX 3.7 number of computers in use (the number of computers being used in a lab); possible values are . Then

More generally, the probability that falls in a specified interval is easily obtained from the cdf. For example,

Notice that This is because the value 2 is included in , so we do not want to subtract out its probability. However, because is not in the interval .

Proposition

For any two numbers and with , where "" represents the largest possible value that is strictly less than . In particular, if the only possible values are integers and if and are integers, then

Taking yields in this case.

The reason for subtracting rather than is that we want to include gives . This proposition will be used extensively when computing binomial and Poisson probabilities in Sections 3.4 and 3.6.