Exponential tilting


In Monte Carlo Estimation, exponential tilting , exponential twisting, or exponential change of measure is a distribution shifting technique commonly used in rare-event simulation, and rejection and importance sampling in particular. Exponential tilting is also used in Esscher tilting, an indirect Edgeworth approximation technique. The earliest formalization of ECM is often attributed to Esscher with its use in importance sampling being attributed to David Siegmund. ET is known as the Esscher transform in mathematical finance and is used in such contexts as insurance futures pricing.

Overview

Given a random variable with probability distribution, density, and moment generating function , the exponentially tilted measure is defined as follows:
, where is the cumulant generating function , .
Thus, has density. The set of parameterized distributions is known as the natural exponential family generated by. The exponential tilting of a random vector has an analogous definition:, where. This “exponentially tilted measure" is a probability distribution that in many cases has the same parametric form as that of, so that variates can easily be generated. However, for some distributions, the exponentially tilted distribution does not
belong to the same parametric family as ; an example is the Pareto distribution with, where is well defined for but is not a standard distribution. In such examples, r.v. generation may not always be straightforward.

Example

One-dimensional examples include the normal distribution, the exponential distribution, the binomial distribution and the Poisson distribution.
The distribution, where is the density;
the exponential distribution, where, where ;
the binomial distribution, where is binomial with;
the Poisson distribution, where is Poisson with.
A multivariate example is the distribution, where the exponentially tilted measure is.

Uses

Rare-event simulation

The exponential tilting of, assuming it exists, supplies a family of distributions that can be used as proposal distributions for acceptance-rejection sampling or importance distributions for importance sampling. One common application is sampling from a distribution conditional on a sub-region of the domain, i.e.. With an appropriate choice of, sampling from can meaningfully reduce the required amount of sampling or the variance of an estimator.

Saddlepoint approximation

The saddlepoint approximation method is a density approximation methodology often used for the distribution of sums and averages of iid random variables that employs edgeworth series expansion, but which generally performs better at extreme values. From the definition of the natural exponential family, it follows that. Applying edgeworth expansion,, where is the standard normal density of,, and are the hermite polynomials defined by. When considering values of progressively farther from the center of the distribution, and the terms become unbounded. However, for each value of, we can choose s.t., i.e. the saddlepoint, so that the above expansion is always evaluated at the expectation of the tilted distribution. This choice of leads to the final representation of the approximation

Rejection sampling

Using the tilted distribution as the proposal, the rejection sampling algorithm prescribes sampling from and accepting with probability i.e. if, where.

Importance sampling

Applying the exponentially tilted distribution as the importance distribution yields the equation, where. So, one samples from to estimate the probability under the importance distribution and then multiply by the likelihood ratio. Moreover,.
Example
Assume i.i.d. s.t.. In order to estimate, we can employ importance sampling by taking. The constant can be rewritten as for some other constant. Then,, where denotes the defined by the saddle-point equation.

Stochastic processes

Given the tilting of a normal R.V., it is intuitive that the exponential tilting of, a Brownian motion with drift and variance, is a Brownian motion with drift and variance. Thus, any Brownian motion with drift under can be thought of as a Brownian motion without drift under. To obverse this, consider the process.. The likelihood ratio term,, is a martingale and commonly denoted. Thus, a Brownian motion with drift process is a -martingale.
SDEs
The above leads to the alternate representation of the stochastic differential equation :, where =. Girsanov's Formula states the likelihood ratio. Therefore, Girsanov's Formula can be used to implement importance sampling for certain SDEs.
Tilting can also be useful for simulating a process via rejection sampling of the SDE. We may focus on the SDE since we know that can be written. As previously stated, a Brownian motion with drift can be tilted to a Brownian motion without drift. Therefore, we choose. The likelihood ratio
. This likelihood ratio will be denoted. To ensure this is a true likelihood ratio, it must be shown that. Assuming this condition holds, it can be shown that. So, rejection sampling prescribes that one samples from a standard Brownian motion and accept with probability.

Choice of tilting parameter

Siegmund's algorithm

Assume i.i.d. X's with light tailed distribution and. In order to estimate where, when is large and hence small, the algorithm uses exponential tilting to derive the importance distribution. The algorithm is used in many aspects, such as sequential tests, G/G/1 queue waiting times, and is used as the probability of ultimate ruin in ruin theory. In this context, it is logical to ensure that. The criterion, where is s.t. achieves this. Siegmund's algorithm uses, if it exists, where is defined in the following way:
.
It has been shown that is the only tilting parameter producing bounded relative error.

Black-Box algorithms

We can only see the input and output of a black box, without knowing its structure. The algorithm is to use only minimal information on its structure. When we generate random numbers, the output may not be
within the same common parametric class, such as normal or exponential distributions. An automated way may be used to perform ECM. Let be i.i.d. r.v.’s with distribution ; for simplicity we assume. Define, where,... are independent uniforms. A randomized stopping time for,... is then a stopping time w.r.t. the filtration,... Let further be a class of distributions on with and define by. We define a black-box algorithm for ECM for the given and the given class of distributions as a pair of a randomized stopping time and an measurable r.v. such that is distributed according to for any. Formally, we write this as for all . In other words, the rules of the game are that the algorithm may use
simulated values from and additional uniforms to produce an r.v. from .

Advantages

In many cases, the tilted distribution belongs to the same parametric family as the original which simplifies R.V. generation. Exponential tilting may still be useful if this is not the case, though normalization must be possible and additional sampling algorithms may be needed.
In addition, there exists a simple relationship between the original and tilted c.g.f.s,. We can see this by observing that. Thus,
Clearly, this relationship allows for easy calculation of the c.g.f. of the tilted distribution and thus the distributions moments. Moreover, it results in a simple form of the likelihood ratio. Specifically,.

Common distributions