Univariate
A normal() random variable is a continuous random variable
with density
. The moment generating funcion
. The mean
and the variance
. The cumulative distribution of the normal(0,1) random variable
is denoted by
. Since
is even,
An affine function of a normal random variable
is also a normal random variable with mean
and variance
. Hence
is a normal(0,1) random variable.
An important result as it relates to option pricing is the Gaussian Shift Lemma (Büchen) which states
lemma: Let be normal(0,1). Then
.
this follows from the identity and the invariance of the domain of integration to shifts.
example: If where
is normal(0,1), then
using the GSL.
Multivariate
More generally, a normal() random vector is a continuous random vector
with density
where
and
.
When the components are mutually independent, the covariance matrix is a diagonal matrix of marginal variances. In this case the random variable is a normal with mean
and variance
.
The multivariate version of the GSL is
lemma: Let be normal(0,1;
) where
is the correlation matrix. Then
Since
Bivariate
When the vector has dimension 2, the distribution is called bivariate. Let be the correlation between the components. When the components are normal(0,1) random variables, the bivariate density with correlation
is
and the distribution function
.
The conditional density of the bivariate has density
The bivariate version of the Gaussian Shift Lemma is
lemma: Let be normal(0,1) with correlation
. Then
.
Since the conclusion follows.
Solved Problems
This section comprised worked solutions for chapter 2, Büchen.
