Skip to main content
Statistics LibreTexts

5.1: Introduction

  • Page ID
    6488
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    CHAPTER OBJECTIVES

    By the end of this chapter, the student should be able to:

    • Recognize and understand continuous probability density functions in general.
    • Recognize the uniform probability distribution and apply it appropriately.
    • Recognize the exponential probability distribution and apply it appropriately.

    Continuous random variables have many applications. Baseball batting averages, IQ scores, the length of time a long distance telephone call lasts, the amount of money a person carries, the length of time a computer chip lasts, and SAT scores are just a few. The field of reliability depends on a variety of continuous random variables.

    The values of discrete and continuous random variables can be ambiguous. For example, if \(X\) is equal to the number of miles (to the nearest mile) you drive to work, then \(X\) is a discrete random variable. You count the miles. If \(X\) is the distance you drive to work, then you measure values of \(X\) and \(X\) is a continuous random variable. For a second example, if \(X\) is equal to the number of books in a backpack, then \(X\) is a discrete random variable. If \(X\) is the weight of a book, then \(X\) is a continuous random variable because weights are measured. How the random variable is defined is very important.

    The image shows radish plants of various heights sprouting out of dirt.
    Figure \(\PageIndex{1}\): The heights of these radish plants are continuous random variables. (Credit: Rev Stan)

    Properties of Continuous Probability Distributions

    The graph of a continuous probability distribution is a curve. Probability is represented by area under the curve. The curve is called the probability density function (abbreviated as pdf). We use the symbol \(f(x)\) to represent the curve. \(f(x)\) is the function that corresponds to the graph; we use the density function \(f(x)\) to draw the graph of the probability distribution. Area under the curve is given by a different function called the cumulative distribution function(abbreviated as cdf). The cumulative distribution function is used to evaluate probability as area.

    • The outcomes are measured, not counted.
    • The entire area under the curve and above the x-axis is equal to one.
    • Probability is found for intervals of \(x\) values rather than for individual \(x\) values.
    • \(P(c < x < d)\) is the probability that the random variable \(X\) is in the interval between the values \(c\) and \(d\). \(P(c < x < d)\) is the area under the curve, above the x-axis, to the right of \(c\) and the left of \(d\).
    • \(P(x = c) = 0\) The probability that \(x\) takes on any single individual value is zero. The area below the curve, above the x-axis, and between \(x = c\) and \(x = c\) has no width, and therefore no area (area = 0). Since the probability is equal to the area, the probability is also zero.
    • \(P(c < x < d)\) is the same as \(P(c \leq x \leq d)\) because probability is equal to area.

    We will find the area that represents probability by using geometry, formulas, technology, or probability tables. In general, calculus is needed to find the area under the curve for many probability density functions. When we use formulas to find the area in this textbook, the formulas were found by using the techniques of integral calculus. However, because most students taking this course have not studied calculus, we will not be using calculus in this textbook. There are many continuous probability distributions. When using a continuous probability distribution to model probability, the distribution used is selected to model and fit the particular situation in the best way.

    In this chapter and the next, we will study the uniform distribution, the exponential distribution, and the normal distribution. The following graphs illustrate these distributions.

    fig-ch05_01_01.jpg
    Figure \(\PageIndex{2}\): The graph shows a Uniform Distribution with the area between \(x = 3\) and \(x = 6\) shaded to represent the probability that the value of the random variable \(X\) is in the interval between three and six.
    fig-ch05_01_02.jpg
    Figure \(\PageIndex{3}\): The graph shows an Exponential Distribution with the area between \(x = 2\) and \(x = 4\) shaded to represent the probability that the value of the random variable \(X\) is in the interval between two and four.
    fig-ch05_01_03.jpg
    Figure \(\PageIndex{4}\): The graph shows the Standard Normal Distribution with the area between \(x = 1\) and \(x = 2\) shaded to represent the probability that the value of the random variable \(X\) is in the interval between one and two.

    Glossary

    Uniform Distribution
    a continuous random variable (RV) that has equally likely outcomes over the domain, \(a < x < b\); it is often referred as the rectangular distribution because the graph of the pdf has the form of a rectangle. Notation: \(X \sim U(a,b)\). The mean is \(\mu = \frac{a+b}{2}\) and the standard deviation is \(\sigma = \sqrt{\frac{(b-a)^{2}}{12}}\). The probability density function is \(f(x) = \frac{1}{b-a}\) for \(a < x < b\) or \(a \leq x \leq b\). The cumulative distribution is \(P(X \leq x) = \frac{x-a}{b-a}\).
    Exponential Distribution
    a continuous random variable (RV) that appears when we are interested in the intervals of time between some random events, for example, the length of time between emergency arrivals at a hospital; the notation is \(X \sim \text{Exp}(m)\). The mean is \(\mu = \frac{1}{m}\) and the standard deviation is \(\sigma = \frac{1}{m}\). The probability density function is \(f(x) = me^{-mx}\), \(x \geq 0\) and the cumulative distribution function is \(P(X \leq x) = 1 − e^{mx}\).

    This page titled 5.1: Introduction is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by OpenStax via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.