Skip to content

Ch6: Continuous Random Variables ​

  • For continous random variables we generally have P(x)=0
  • For continous variables we need another kind of model, where we find probabilities for x being in an interval. this is a probability density function or pdf

probability density function

non-negative function f, such that P(a≤x≤b)=∫abf(x)dx

pdf

  • In this definition probabilities are areas: the probability that x takes the values between a and b is equal to the area below the graph.
  • Open or Close interval does not affect the probability.

Properties

  • f(x)≥0
  • ∫−∞+inftyf(x)dx=1

If a function has these two conditions then it is a pdf

E(X)=∫−∞+∞x⋅f(x)dxvar(X)=E(X−μ)2E(g(X))=∫g(x)f(x)dx

Distribution Function ​

Distribution Function

The function F defined by F(x)=P(X≤x) with x∈R, is the cumulative distribution function cdf of the random variable X

Properties

For any distribution function:

  • F is non decreasing.
    • if x2>x1,thenF(x2)≥F(x1)
  • limx→∞F(x)=1
  • limx→−∞F(x)=0
  • F is continuous from the right
    • limh→0+F(x+h)=F(x)

Properties

  • P(a\lX≤b)=F(b)−F(a)
  • P(X>x)=1−F(x)
  • P(X<x)=limh→0+F(x−h)=F(x)
  • P(X=x)=F(x)−P(X<x)

INFO

A random variable X is continuous if the distribution function F of X is a continous function.

Properties of Continous distributions

  • P(X=x)=0
  • P(X∈[a,b])=∫abf(x)dx=F(b)−F(a) closed interval equals open interval
  • F(x)=∫−∞xf(u)du
  • f(x)=ddxF(x)
  • If the density function f(x) of X is symetric about x = c, then E(X) = c.

Uniform distribution ​