Mathestate Logo

 

Lognormally Scaled Normal Distribution

The lognormally scaled normal distribution is a normal mixture distribution in which the scale parameter is a random variable with a lognormal distribution.  The distribution properties are discussed and an example of maximum likelihood fitting is shown for financial logarithmic returns.  Mathematica code for and the maximum likelihood fit is contained in the downloadable notebook.

The idea of using a lognormally scaled stable distribution for market data arose while we were studying daily stock market volatility using the scale parameter, γ, of a stable distribution based on intra-day minute return data.  We noticed that the although γ showed a strong serial dependent structure on a day to day basis, a series of these parameters were well fit by the lognormal distribution.  It also appeared that the daily volume traded for the security was directly proportional to this parameter for daily data observed between July 2007 and June 2008.  Figure 1 shows a plot of this relationship for the exchange traded fund, SPY, with volume on the same scale as the γ parameter.  Fits of the calculated scale parameter to a lognormal distribution and a gamma distribution for 45 securities traded in U.S. showed that the lognormal fit was superior to the gamma distribution fit for this data.  In all cases quantile-quantile (Q-Q) plots showed the lognormal fit to be quite good.  Figure 2 shows the Q-Q plot for the γ scale factor for the data displayed in the first figure.

Figure 1

Graphics:SPY Stable γ - Blue Scaled Volume - Red

Figure 2

Graphics:Q-Q Plot Lognormal Fit to Daily Stable γ

We constructed the mixture distribution originally to scale a stable distribution but found that the fit to a stable distribution with the shape parameter, α = 2 (the normal distribution) was excellent.  We retained the notation from stable distributions, for the normal distribution part of the mixture, because the scale parameter, γ, behaves in a more natural way and the scaling will also be consistent with other stable distributions.  This parameterization of the normal distribution has a characteristic function shown in equation (1).

LognormalNormal_3.gif

In this parameterization, δ is equivalent to μ in the standard normal distribution and the usual σ is equivalent to LognormalNormal_4.gif γ.  At the point on the function, t = 1 and γ = 1, the absolute value of the characteristic function is always equal to LognormalNormal_5.gif.  We use this fact to estimate the value of γ using the empirical characteristic function by rescaling t.  This estimate also works for any stable distribution.  The Mathematica algorithm is given on the CFFit page.  In this representation δ remains the expectation of the distribution.  The normal density function f(x, γ, δ) in this parameterization scales by γ and shifts by δ, in the same natural way that the parameters σ and μ do in the normal distribution.

LognormalNormal_6.gif

The lognormal density λ(x, μ, σ) is shown below.  For our mixture distribution we substitute log(γ) for μ.

LognormalNormal_7.gif

The density function, lnnf, of the mixture distribution is obtained by integration where the integration parameter, s, represents the scale parameter, γ, as a random variable.

LognormalNormal_8.gif

The final result gives us a three parameter distribution that will still shift and scale in a natural way.

LognormalNormal_9.gif

Figure 3 shows a plot of the standardized lnnf(x, 1, σ, 0) in three dimensions.  We have made an interpolation of this standardized plot to rapidly calculate the lnnf density for maximum likelihood fitting of all the parameters.  The distribution would be defective at σ = 0, but it can be defined as the base normal distribution at this point.  Simulation of the distribution is simple as it is simply the product of an appropriately scaled normal and a lognormal random variable.  The distribution function is obtained similarly to the lnnf, by replacing f(x, γ, σ, δ) in equation (4) with the parameter adjusted normal distribution function.  The integrals can be computed numerically.

Figure 3

Graphics:Lognormal Normal Distribution

Figure 4 shows the histogram and lognormal normal density fit to ten years of daily logarithmic returns from the exchange traded fund, SPY.  The parameters shown are the maximum likelihood parameter estimates using the interpolated function shown in Figure 3.

Figure 4

Parameters {γ, σ, δ} = {0.00684701, 0.454287, 0.000406056}

Stable Parameters {α, β, γ, δ} = {1.69558, -0.173265, 0.00686641, -0.000137597}

Graphics:SPY - Ten Years Daily Log Returns Lognormal Normal Fit - Red Stable Fit -Blue

  The distribution is symmetric and thus will not characterize any skewness in the data, but the Q-Q plot (Figure 5) shows that the fit is surprisingly good, especially in the tails where most attempts to fit financial market data do poorly.  When we do the parameter fitting, it is important to have starting points for the estimates.  The mean of the data gives a suitable estimate of δ.  The QkScale routine in the LNN software package provides an estimate of the scale parameter of a stable distribution to the data.  The scale factor obtained by this method will be close to the maximum likelihood estimated scale factor and the estimate will also be very close to the estimate provided by a stable distribution fit to the data.  Attempts to estimate γ from the standard deviation of the returns divided by LognormalNormal_12.gif will fail, because extreme returns from the heavy tailed data distort the estimate.  

Figure 5

Graphics:QQ Plot Lognormal Normal Fit

A good starting point for the estimate of σ is about 0.5.  To achieve convergence, it may be necessary to estimate σ first with the other parameters fixed with the initial guesses.  The estimate of σ obtained by this method will then be a starting point to estimate the three parameters simultaneously.  If our theory is correct that a varying scale parameter is a measure of volatility and that volatility is lognormally fit, then σ gives us some information about the shape of the volatility distribution of the data that we have fit.  Thus all three parameters have meaning in terms of market behavior.

    δ is the expectation of the distribution, estimated by its mean.

    γ is the geometric mean of a scaling random variable.

    σ is shape parameter of the distribution of a scaling random variable, a volatility measure.

    Log[γ] and σ are the parameters of a lognormal distribution that tells something about the volatility of the security.  Figure 6 shows this plot of the distribution of γ, giving us an idea of how the scale factor might vary on a daily basis.

Figure 6

Graphics:LogNormalDsitribution[Log[γ], σ]  γ = 0.00684701                         σ = 0.454287

We are continuing to work on extending the distribution to the full range of stable distributions, but computation is much more difficult than for the normal case.  We were surprised by the quality of the fits of market return data to the lognormal normal mixture, especially at the tails, and thought that others might want to try this distribution.

LognormalNormal_15.gif



© Copyright 2008 mathestate    Sun 9 Nov 2008