Lecture 22
Qi Wang, Department of Statistics
Oct 15, 2018
In order to find probabilities of continuous random variables, we can no longer use a PMF, because the probabilities are no longer at points, they are over regions. Instead we have a Probability Density Function, or PDF, $f_X(x)$, which looks more like a traditional function over a region. If you are given a PDF, the probability can be calculated as: $$P(X \le a) = \int_{-\infty}^{a} f_X(x) dx$$
If $f_X(x)$ is a probability density function(PDF), then
Let $f_X(x) = 0.25 x$ for $1 \le x \le 3$ and $0$ otherwise
The cumulative distribution function F(x) for a continuous random variable X is defined for every number x by $$F_X(x) = P(X \le x) = \int_{-\infty}^{x} f_X(t) dt$$ For each x, $F_(x)$ is the area under the density curve to the left of x.
X is a continuous random variable with PDF $f_X(x)$
X is a continuous random variable with PDF $f_X(x)$ and CDF $F_X(x)$
Let X represent the diameter in inches of a circular disk cut by a machine. Let $f_X(x) = c(4x - x^2)$ for $1 \le x \le 4$ and $0$ otherwise.
Suppose that a continuous random variable, X, has the probability density function (PDF) given below: \[ f_X(x)=\left\{ \begin{array}{ll} \frac{3}{2}x, 0 \le x \le 1\\ \frac{1}{4}, 5 \le x \le 6\\ 0, otherwise \end{array} \right. \]