We are going to discuss the continuous distributions in this blog. I will provide you some of their basic properties with pdfs of each without going into a lot of details. The topics of discussion are as follows:
Normal Distribution
The normal distribution is the most widely used distribution in the statistics and many other applications from communication to finance, from sociology to all forms of science. It starts from the work of Abraham de Moivre who studied it as an approximation tool for binomial distribution, later which became Laplace-de Moivre theorem, an initial version of the central limit theorem. Also the great Gauss studied it as he was studying the movements of the planets and he figured out that the errors in measurement follow the normal curve or distribution, from then onwards many natural phenomenon were shown to follow normal distribution approximately. And in finance and many other fields modifications (read also as transformations) of normal distributions are generally good enough for the modeling purposes. It only requires two parameters to be defined, mean and variance or standard deviation. The pdf of normal distribution is given by, for
. It is a good exercise in integration to verify that this forms a probability density function (pdf in short),i.e.,
When follows a normal distribution, this is generally denoted by
. When
and
are
and
respectively, it is called as standard normal. As you must have guessed that
and
. This pdf has iconic bell shape symmetric about the mean (which is same as the mode and median). As it is a symmetric distribution the skewness for it is zero and kurtosis value is
(excess kurtosis = kurtosis – 3= 0, which is generally what you get in stat programs, so check carefully what is meant by kurtosis in your application). I wanted to write a blog on these but there is this beautiful blog explaining these two concepts in detail, I couldn’t have done better job than that.

Lognormal Distribution
The lognormal distribution basically means a distribution whose log is normal, i.e. we say a random variable follows a lognormal distribution if
follows a normal distribution. The pdf for this is given by :
, where
.
It is also defined using the mean and variance of the underlying normal distribution. It is an important distribution in finance because it is generally assumed that of stock price returns follows normal distribution, log(income_returns) follows normal distribution. So it is a good distribution when we need to model right-skewed observations. What is the expected value,
for this distribution? One might guess that it should be
but actually that is not the case, it is
. In any case
is important because it is the median for this distribution. The variance is given by
. Suppose the stock price at time zero is given by
and time
by
and let
denote the continuously compounded growth rate of the stock between time zero and
. Then we have
, further
. Taking natural log ln on both sides,
. If we assume that the rate of growth
is normally distributed then the stock return between time zero and
is lognormally distributed.

Cauchy distribution
It is one of the interesting distribution in the sense that the mean (in fact, no moments exist) does not exist. It has bell-shaped symmetric curve centered at the median which in the following diagram is at the zero. It is similar to normal but it has thick tails. The general form of the pdf is given by the two parameters, and
where
is the median of the distribution while $\sigma$ is called the scale, note that it is not variance. The pdf is as follows:
,
.
When and
, we get standard Cauchy distribution. Let’s show that for standard Cauchy distribution mean does not exist. If mean exists then it could be either finite or infinite.
,
here the first part of the integral is infinity and also the second part of the integral is negative infinity, so that the mean is neither finite nor it is infinite, hence it is undefined. On such kind of distributions, one can not apply Central limit theorem.
Actually there is interesting fact that this distribution was first published by the mathematician Poisson but Cauchy another mathematician got involved in some controversy and got the distribution named after him. This is an instance of Stigler’s law of Eponymy which basically says that no discovery is named after its actual discoverer, for examples you can see this list.

Gamma Distribution
The general form of the gamma distribution is given by the two parameters, and
often called as the shape and rate parameters respectively. The pdf is,
, where
,
,
and also
is our familiar gamma function given by
.
It is one of the useful family of distributions, many distributions are formed using this distributions which would be the topic our next blog on continuous distributions, for example, for we get exponential distributions for distinct values of
. One can easily calculate the expectation and variance for this by solving the integrations. These are given as follows:
and
.

Beta Distribution
The beta distribution is a continuous distribution on given by two parameters
and
. This distribution is denoted by
and it is given by:
,
,
, where
denotes the beta function,
.
The expectation and variance of this is given by the following:
and
.
It is used as conjugate prior for binomial distribution, where conjugate priors are prior probabilities used in Bayesian inference, because the posterior probability is again has the form of the beta distribution.

Reference:
George Casella and Roger L. Berger, Statistical Inference, second Edition
Sheldon Ross, A First Course in Probability
Leave a comment