<< Chapter < Page Chapter >> Page >

Some absolutely continuous distributions

  1. Uniform on ( a , b ) f X ( t ) = 1 b - a a < t < b
    M X ( s ) = e s t f X ( t ) d t = 1 b - a a b e s t d t = e s b - e s a s ( b - a )
  2. Symmetric triangular ( - c , , c )
    f X ( t ) = I [ - c , 0 ) ( t ) c + t c 2 + I [ 0 , c ] ( t ) c - t c 2
    M X ( s ) = 1 c 2 - c 0 ( c + t ) e s t d t + 1 c 2 0 c ( c - t ) e s t d t = e c s + e - c s - 2 c 2 s 2
    = e c s - 1 c s · 1 - e - c s c s = M Y ( s ) M Z ( - s ) = M Y ( s ) M - Z ( s )
    where M Y is the moment generating function for Y uniform ( 0 , c ) and similarly for M Z . Thus, X has the same distribution as the difference of two independent random variables, each uniform on ( 0 , c ) .
  3. Exponential ( λ ) f X ( t ) = λ e - λ t , t 0
    In example 1, above, we show that M X ( s ) = λ λ - s .
  4. Gamma ( α , λ ) f X ( t ) = 1 Γ ( α ) λ α t α - 1 e - λ t t 0
    M X ( s ) = λ α Γ ( α ) 0 t α - 1 e - ( λ - s ) t d t = λ λ - s α
    For α = n , a positive integer,
    M X ( s ) = λ λ - s n
    which shows that in this case X has the distribution of the sum of n independent random variables each exponential ( λ ) .
  5. Normal ( μ , σ 2 ) .
    • The standardized normal, Z N ( 0 , 1 )
      M Z ( s ) = 1 2 π - e s t e - t 2 / 2 d t
      Now s t - t 2 2 = s 2 2 - 1 2 ( t - s ) 2 so that
      M Z ( s ) = e s 2 / 2 1 2 π - e - ( t - s ) 2 / 2 d t = e s 2 / 2
      since the integrand (including the constant 1 / 2 π ) is the density for N ( s , 1 ) .
    • X = σ Z + μ implies by property (T1)
      M X ( s ) = e s μ e σ 2 s 2 / 2 = exp σ 2 s 2 2 + s μ

Affine combination of independent normal random variables

Suppose { X , Y } is an independent pair with X N ( μ X , σ X 2 ) and Y N ( μ Y , σ Y 2 ) . Let Z = a X + b Y + c . Then Z is normal, for by properties of expectation and variance

μ Z = a μ X + b μ Y + c and σ Z 2 = a 2 σ X 2 + b 2 σ Y 2

and by the operational properties for the moment generating function

M Z ( s ) = e s c M X ( a s ) M Y ( b s ) = exp ( a 2 σ X 2 + b 2 σ Y 2 ) s 2 2 + s ( a μ X + b μ Y + c )
= exp σ Z 2 s 2 2 + s μ Z

The form of M Z shows that Z is normally distributed.

Got questions? Get instant answers now!

Moment generating function and simple random variables

Suppose X = i = 1 n t i I A i in canonical form. That is, A i is the event { X = t i } for each of the distinct values in the range of X , with p i = P ( A i ) = P ( X = t i ) . Then the moment generating function for X is

M X ( s ) = i = 1 n p i e s t i

The moment generating function M X is thus related directly and simply to the distribution for random variable X .

Consider the problem of determining the sum of an independent pair { X , Y } of simple random variables. The moment generating function for the sum is the product ofthe moment generating functions. Now if Y = j = 1 m u j I B j , with P ( Y = u j ) = π j , we have

M X ( s ) M Y ( s ) = i = 1 n p i e s t i j = 1 m π j e s u j = i , j p i π j e s ( t i + u j )

The various values are sums t i + u j of pairs ( t i , u j ) of values. Each of these sums has probability p i π j for the values corresponding to t i , u j . Since more than one pair sum may have the same value, we need to sort the values,consolidate like values and add the probabilties for like values to achieve the distribution for the sum. We have an m-function mgsum for achieving this directly. It produces the pair-products for the probabilities and the pair-sums forthe values, then performs a csort operation. Although not directly dependent upon the moment generating function analysis, it produces the same result as that produced by multiplyingmoment generating functions.

Distribution for a sum of independent simple random variables

Suppose the pair { X , Y } is independent with distributions

X = [ 1 3 5 7 ] Y = [ 2 3 4 ] P X = [ 0 . 2 0 . 4 0 . 3 0 . 1 ] P Y = [ 0 . 3 0 . 5 0 . 2 ]

Determine the distribution for Z = X + Y .

X = [1 3 5 7];Y = 2:4; PX = 0.1*[2 4 3 1]; PY = 0.1*[3 5 2]; [Z,PZ]= mgsum(X,Y,PX,PY); disp([Z;PZ]') 3.0000 0.06004.0000 0.1000 5.0000 0.16006.0000 0.2000 7.0000 0.17008.0000 0.1500 9.0000 0.090010.0000 0.0500 11.0000 0.0200
Got questions? Get instant answers now!

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Applied probability. OpenStax CNX. Aug 31, 2009 Download for free at http://cnx.org/content/col10708/1.6
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Applied probability' conversation and receive update notifications?

Ask