0

Given F(x) = P(X <= x) for a discrete random variable which of the following is generally true

$P(a <= X <= b) = F(b) - F(a), P(a < X < b) = F(b) - F(a), P(a <= X < b) = F(b) - F(a), P(a < X <= b) = F(b) - F(a)$

1 Answers1

0

Since the variable is discrete, it is generally correct the following: $$P(a<x\leq b)=F(b)-F(a)$$

ABC
  • 874