Skip to content

Characteristic function

A real-valued random variable X with a pdf fX(x) can be completely defined by its characteristic function ϕX(t), which is defined as:

ϕX(t)=E[eitX]=eitxfX(x)dx

where i is the imaginary unit and t is a real number.

Characteristic function provides a way to analyze the distribution of a random variable in the frequency domain (Fourier transform with sign reversal), and can be good alternative route to analytical results compared to using pdf or cdf.

TIP

In addition to univariate distributions, characteristic functions can also be defined for multivariate distributions.

Properties of characteristic function

  1. Uniqueness: There is a one-to-one correspondence between cumulative distribution functions and characteristic functions. The pdf fX(x) can be recovered from the characteristic function ϕX(t) by the inverse transform:
fX(x)=12πeitxϕX(t)dt
  1. Continuity: ϕX(t) is continuous for all t.

  2. Convex combination: The convex combination of characteristic functions is also a characteristic function. iαiϕi(t) with iαi=1 and αi0 is also a characteristic function.

  3. Multiplication: The product of finite characteristic functions is also a characteristic function.

Sum of independent random variables

If X and Y are independent random variables, then:

ϕX+Y(t)=ϕX(t)ϕY(t)
  1. For a real number a, ϕaX(t)=ϕX(at).

Generating moments from characteristic function

As ϕX(t) can be written as a Taylor series expansion for eitX:

ϕX(t)=E[eitX]=n=0(it)nn!E[Xn]=1+itE[X]t2E[X2]2+

To get the n'th moment of X, we can differentiate the characteristic function n times and evaluate it at t=0:

E[Xn]=dndtnϕX(t)|t=0

Moment generating function