Skip to content Skip to navigation

Connexions

You are here: Home » Content » Probability Distributions

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

      What are tags? tag icon

      Tags are descriptors added by lens makers to help label content, attaching a vocabulary that is meaningful in the context of the lens.

    • External bookmarks
  • E-mail the author
  • Rate this module (How does the rating system work?)

    Rating system

    Ratings

    Ratings allow you to judge the quality of modules. If other users have ranked the module then its average rating is displayed below. Ratings are calculated on a scale from one star (Poor) to five stars (Excellent).

    How to rate a module

    Hover over the star that corresponds to the rating you wish to assign. Click on the star to add your rating. Your rating should be based on the quality of the content. You must have an account and be logged in to rate content.

    (0 ratings)

Recently Viewed

This feature requires Javascript to be enabled.

Probability Distributions

Module by: Nick Kingsbury

Summary: This module introduces the concept in probability distributions, such as probability mass function(pmf), cumulative distribution function(cdf) and probability density function(pdf).

Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.

The distribution PXPX of a random variable XX is simply a probability measure which assigns probabilities to events on the real line. The distribution PXPX answers questions of the form:

What is the probability that XX lies in some subset FF of the real line?

In practice we summarize PXPX by its Probability Mass Function - pmf (for discrete variables only), Probability Density Function - pdf (mainly for continuous variables), or Cumulative Distribution Function - cdf (for either discrete or continuous variables).

Probability Mass Function (pmf)

Suppose the discrete random variable XX can take a set of MM real values x1xM x1 xM , then the pmf is defined as:

pXxi=PrX=xi=PXxi pX xi X xi PX xi (1)
where i=1MpXxi=1 i 1 M pX xi 1 . e.g. For a normal 6-sided die, M=6 M 6 and pXxi=16 pX xi 1 6 . For a pair of dice being thrown, M=11 M 11 and the pmf is as shown in (a) of Figure 1.

Figure 1: Examples of pmfs, cdfs and pdfs: (a) to (c) for a discrete process, the sum of two dice; (d) and (e) for a continuous process with a normal or Gaussian distribution, whose mean = 2 and variance = 3.
Figure 1 (figure1.png)

Cumulative Distribution Function (cdf)

The cdf can describe discrete, continuous or mixed distributions of XX and is defined as:

FXx=PrXx=PX-x FX x X x PX x (2)
For discrete XX:
FXx=i{pXxi|xix} FX x i pX xi xi x (3)
giving step-like cdfs as in the example of (b) of Figure 1.

Properties follow directly from the Axioms of Probability:

  1. 0FXx1 0 FX x 1
  2. FX-=0 FX 0 , FX=1 FX 1
  3. FXx FX x is non-decreasing as xx increases
  4. Prx1<Xx2=FXx2FXx1 x1 X x2 FX x2 FX x1
  5. PrX>x=1FXx X x 1 FX x
where there is no ambiguity we will often drop the subscript XX and refer to the cdf as Fx F x .

Probability Density Function (pdf)

The pdf of XX is defined as the derivative of the cdf:

fXx=ddxFXx fX x x FX x (4)
The pdf can also be interpreted in derivative form as δx0 δ x 0 :
fXxδx=Prx<Xx+δx=FXx+δxFXx fX x δ x x X x δ x FX x δ x FX x (5)
For a discrete random variable with pmf given by pXxi pX xi :
fXx=i=1MpXxiδxxi fX x i 1 M pX xi δ x xi (6)
An example of the pdf of the 2-dice discrete random process is shown in (c) of Figure 1. (Strictly the delta functions should extend vertically to infinity, but we show them only reaching the values of their areas, pXxi pX xi .)

The pdf and cdf of a continuous distribution (in this case the normal or Gaussian distribution) are shown in (d) and (e) of Figure 1.

Note:

The cdf is the integral of the pdf and should always go from zero to unity for a valid probability distribution.

Properties of pdfs:

  1. fXx0 fX x 0
  2. -fXxdx=1 x fX x 1
  3. FXx=-xfXαdα FX x α x fX α
  4. Prx1<Xx2=x1x2fXαdα x1 X x2 α x1 x2 fX α
As for the cdf, we will often drop the subscript XX and refer simply to fx f x when no confusion can arise.

Comments, questions, feedback, criticisms?

Send feedback