Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Transforms in Probability Theory: Moment Generating Functions and Inverse Transforms - Pro, Study notes of Electrical and Electronics Engineering

A lecture note from rice university's ece department, covering the topic of transforms in probability theory. The lecture, given by dr. Farinaz koushanfar, introduces the concept of moment generating functions, their properties, and the inversion property. The document also includes examples of finding transforms for various random variables, such as poisson, exponential, normal, and linear functions. The lecture also covers the inverse transform and its applications in recovering probability density functions (pdf) or probability mass functions (pmf) from the associated transforms.

Typology: Study notes

Pre 2010

Uploaded on 08/18/2009

koofers-user-ucf
koofers-user-ucf 🇺🇸

10 documents

1 / 12

Toggle sidebar

Related documents


Partial preview of the text

Download Transforms in Probability Theory: Moment Generating Functions and Inverse Transforms - Pro and more Study notes Electrical and Electronics Engineering in PDF only on Docsity!

ELEC 303 – Random Signals

Lecture 13 – Transforms

Dr. Farinaz Koushanfar ECE Dept., Rice University Oct 8, 2008

Lecture outline

  • Reading: 4.4-4.
  • Definition and usage of transform
  • Moment generating property
  • Inversion property
  • Examples
  • Sum of independent random variables

Transforms

  • The transform for a RV X (a.k.a moment generating function ) is a function MX(s) with parameter s defined by MX(s)=E[esX]

Why transforms?

  • New representation
  • Has usages in
    • Calculations, e.g., moment generation
    • Theorem proving
    • Analytical derivations

Example(s)

  • Find the transforms associated with
    • Poisson random variable
    • Exponential random variable
    • Normal random variable
    • Linear function of a random variable

Moment generating property

Example

  • Use the moment generation property to find the mean and variance of exponential RV

Inverse of transforms

  • Transform MX(s) is invertible – important

The transform MX(s) associated with a RV X uniquely determines the CDF of X, assuming that MX(s) is finite for all s in some interval [-a,a], a>

  • Explicit formulas that recover PDF/PMF from the associated transform are difficult to use
  • In practice, transforms are often converted by pattern matching

Inverse transform – example 1

  • The transform associated with a RV X is
  • M(s) =1/4 e-s^ + 1/2 + 1/8 e4s^ + 1/8 e5s
  • We can compare this with the general formula
  • M(s) = ∑x esx^ pX(x)
  • The values of X: -1,0,4,
  • The probability of each value is its coefficient
  • PMF: P(X=-1)=1/4; P(X=0)=1/2;

P(X=4)=1/8; P(X=5)=1/8;

Inverse transform – example 2

Mixture of two distributions

  • Example: fX(x)=2/3. 6e-6x^ + 1/3. 4e-4x, x≥ 0
  • More generally, let X 1 ,…,Xn be continuous RV with PDFs fX1, fX2,…,fXn
  • Values of RV Y are generated as follows
    • Index i is chosen with corresponding prob pi
    • The value y is taken to be equal to Xi fY(y)= p 1 fX1(y) + p 2 fX2(y) + … + pn fXn(y) MY(s)= p 1 MX1(s) + p 2 MX2(s) + … + pn MXn(s)
  • The steps in the problem can be reversed then

Sum of independent RVs

  • X and Y independent RVs, Z=X+Y
  • MZ(s) = E[esZ] = E[es(X+Y)] = E[esXesY]

= E[esX]E[esY] = MX(s) MY(s)

  • Similarly, for Z=X 1 +X 2 +…+Xn,

MZ(s) = MX1(s) MX2(s) … MXn(s)

Sum of independent RVs – example 1

  • X 1 ,X 2 ,…,Xn independent Bernouli RVs with parameter p
  • Find the transform of Z=X 1 +X 2 +…+Xn

Sum of independent RVs – example 2

  • X and Y independent Poisson RVs with means λ and μ respectively
  • Find the transform for Z=X+Y
  • Distribution of Z?

Sum of independent RVs – example 3

  • X and Y independent normal RVs
  • X ~ N(μx,σx^2 ), and Y ~ N(μy,σy^2 )
  • Find the transform for Z=X+Y
  • Distribution of Z?

Review of transforms so far

Bookstore example (1)

Sum of random number of

independent RVs

Bookstore example (2)

Transform of random sum

Bookstore example (3)

More examples…

  • A village with 3 gas station, each open daily with an independent probability 0.
  • The amount of gas in each is ~U[1,1000]
  • Characterize the probability law of the total amount of available gas in the village

More examples…

  • Let N be Geometric with parameter p
  • Let Xi’s Geometric with common parameter q
  • Find the distribution of Y = X 1 + X 2 + …+ Xn