CONTENTS

Exercise: Computing CFs of Standard Distributions by Integration

Problem

  1. Derive the CF of XN(μ,σ2)X \sim \mathcal{N}(\mu, \sigma^2) by completing the square in the integral eitxϕ(x;μ,σ2)dx\int e^{itx}\cdot\phi(x;\mu,\sigma^2)\,dx. (Warning: the "complete the square" trick with complex arguments requires a brief contour argument; stating it at the end is enough.)

  2. Derive the CF of XExp(λ)X \sim \text{Exp}(\lambda) by direct integration: φX(t)=0eitxλeλxdx\varphi_X(t) = \int_0^\infty e^{itx}\lambda e^{-\lambda x}\,dx.

  3. Derive the CF of XPoisson(λ)X \sim \text{Poisson}(\lambda) by summing the series: φX(t)=k=0eitkeλλk/k!\varphi_X(t) = \sum_{k=0}^\infty e^{itk}\cdot e^{-\lambda}\lambda^k/k!.

  4. Using your answer to (3) and the fact that a sum of independent Poissons is Poisson, state and verify the CF-convolution rule φX1+X2(t)=φX1(t)φX2(t)\varphi_{X_1 + X_2}(t) = \varphi_{X_1}(t)\varphi_{X_2}(t) for XiPoisson(λi)X_i \sim \text{Poisson}(\lambda_i).

Hint

For (1), write eitxe(xμ)2/(2σ2)e^{itx}e^{-(x-\mu)^2/(2\sigma^2)} and complete the square in xx. For (3), recognise k(λeit)k/k!=exp(λeit)\sum_{k} (\lambda e^{it})^k/k! = \exp(\lambda e^{it}).

Jump to the solution when you're ready.