What is the CDF for X?

What is the CDF for X?

The cumulative distribution function (CDF) of a random variable X is denoted by F(x), and is defined as F(x) = Pr(X ≤ x). In other words, the cumulative distribution function for a random variable at x gives the probability that the random variable X is less than or equal to that number x.

Does CDF always add to 1?

Any cumulative distribution function is always bounded below by 0, and bounded above by 1, because it does not make sense to have a probability that goes below 0 or above 1. It also has to increase, or at least not decrease as the input x grows, because we are adding up the probabilities for each outcome.

What is pdf vs CDF?

The probability density function (PDF) describes the likelihood of possible values of fill weight. The CDF provides the cumulative probability for each x-value. The CDF for fill weights at any specific point is equal to the shaded area under the PDF curve to the left of that point.

How to find the CDF of an X?

Suppose we want to find the cdf of X. The cdf is F X ( t) = P ( X ≤ t). For t = 1, P ( X ≤ 1) = P ( X = 1) = f ( 1) = 5 − 1 10 = 4 10. For t = 2, P ( X ≤ 2) = P ( X = 1 or X = 2) = P ( X = 1) + P ( X = 2) = 5 − 1 10 + 5 − 2 10 = 4 + 3 10 = 7 10 For t = 3, P ( X ≤ 3) = 5 − 1 10 + 5 − 2 10 + 5 − 3 10 = 4 + 3 + 1 10 = 9 10.

What is the range of the CDF function?

The cdf, F X ( t), ranges from 0 to 1. This makes sense since F X ( t) is a probability. If X is a discrete random variable whose minimum value is a, then F X ( a) = P ( X ≤ a) = P ( X = a) = f X ( a). If c is less than a, then F X ( c) = 0. If the maximum value of X is b, then F X ( b) = 1.

Is the CDF important for discrete random variables?

It does not mean that the cdf is not important for discrete random variables. They are just not always used since there are tables and software that help us to find these probabilities for common distributions.

When to discuss the CDF in Section 2.4?

The cdf is not discussed in detail until section 2.4 but I feel that introducing it earlier is better. The notation sometimes confuses students. The notation F X ( t) means that F is the cdf for the random variable X but it is a function of t.