Generalized additive model for location, scale and shape

In statistics, the Generalized Additive Model for Location, Scale and Shape (GAMLSS) is a class of statistical model developed by Rigby and Stasinopoulos.[1][2] These models provide extended capabilities beyond the simpler generalized linear models and generalized additive models. These simpler models allow the typical values of a quantity being modelled to be related to whatever explanatory variables are available. Here the "typical value" is more formally a location parameter, which only describes a limited aspect of the probability distribution of the dependent variable. The GAMLSS approach allows other parameters of the distribution to be related to the explanatory variables; where these other parameters might be interpreted as scale and shape parameters of the distribution, although the approach is not limited to such parameters.

Overview of the model

The generalized additive model for location, scale and shape (GAMLSS) is a statistical model developed by Rigby and Stasinopoulos and later expanded to overcome some of the limitations associated with the popular generalized linear models (GLMs) and generalized additive models (GAMs). For an overview of these limitations see Nelder and Wedderburn (1972)[3] and Hastie and Tibshirani's book.[4]

In GAMLSS the exponential family distribution assumption for the response variable, (y), (essential in GLMs and GAMs), is relaxed and replaced by a general distribution family, including highly skew and/or kurtotic continuous and discrete distributions.

The systematic part of the model is expanded to allow modeling not only of the mean (or location) but other parameters of the distribution of y as linear and/or nonlinear, parametric and/or additive non-parametric functions of explanatory variables and/or random effects.

GAMLSS is especially suited for modelling a leptokurtic or platykurtic and/or positively or negatively skewed response variable. For count type response variable data it deals with over-dispersion by using proper over-dispersed discrete distributions. Heterogeneity also is dealt with by modelling the scale or shape parameters using explanatory variables. There are several packages written in R related to GAMLSS models.[2]

A GAMLSS model assumes independent observations y_i for i = 1, 2, \dots , n with probability (density) function f (y_i | \mu_i , \sigma_i , \nu_i , \tau_i ) conditional on (\mu_i , \sigma_i , \nu_i , \tau_i ) a vector of four distribution parameters, each of which can be a function to the explanatory variables. The first two population distribution parameters \mu_i and \sigma_i are usually characterized as location and scale parameters, while the remaining parameter(s), if any, are characterized as shape parameters, e.g. skewness and kurtosis parameters, although the model may be applied more generally to the parameters of any population distribution with up to four distribution parameters, and can be generalized to more than four distribution parameters.



\begin{align}
g_1 (\mu) = \eta_1= X_1 \beta_1 + \sum_{j=1}^{J_1} {h}_{j1}(x_{j1}) \\
g_2(\sigma) = \eta_2= X_2 \beta_2 + \sum_{j=1}^{J_2}{h}_{j2}(x_{j2}) \\
g_3(\nu) = \eta_3 =  X_3 \beta_3 + \sum_{j=1}^{J_3}{h}_{j3}(x_{j3}) \\
g_4(\tau)=\eta_4=X_4 \beta_4 + \sum_{j=1}^{J_4}{h}_{j4}(x_{j4})
\end{align}

where μ, σ, ν, τ and \eta_k are vectors of length n, \beta^{T}_k = (\beta_{1k},\beta_{2k},\ldots,\beta_{J'_{k}
k}) is a parameter vector of length J'_k, X_k is a fixed known design matrix of order n \times J'_k and h_{jk} is a smooth non-parametric function of explanatory variable x_{jk}, j=1,2,\ldots, J_{k} and k=1,2,3,4.

For centile estimation the WHO Multicentre Growth Reference Study Group have recommended GAMLSS and the Box-Cox power exponential (BCPE) distributions[1] for the construction of the WHO Child Growth Standards.[5][6]

What distributions can be used

The form of the distribution assumed for the response variable y, is very general. For example an implementation of GAMLSS in R[7] has around 50 different distributions available. Such implementations also allow use of truncated distributions and censored (or interval) response variables.[7]

References

  1. 1 2 Rigby, Robert; Stasinopoulos, D. Mikis (February 2004). "Smooth Centile Curves for Skew and Kurtotic data Modelled Using the Box-Cox Power Exponential Distribution". Statistics in Medicine 23 (19): 3053–3076. doi:10.1002/sim.1861.
  2. 1 2 Stasinopoulos, D. Mikis; Rigby, Robert A (December 2007). "Generalized additive models for location scale and shape (GAMLSS) in R". Journal of Statistical Software 23 (7). doi:10.18637/jss.v023.i07.
  3. Nelder, J.A.; Wedderburn, R.W.M (1972). "Generalized linear models". J. R. Statist. Soc. A. 135: 370–384.
  4. Hastie, TJ; Tibshirani, RJ (1990). Generalized additive models. London: Chapman and Hall.
  5. Borghi, E.; De Onis, M.; Garza, C.; Van Den Broeck, J.; Frongillo, E. A.; Grummer-Strawn, L.; Van Buuren, S.; Pan, H.; Molinari, L.; Martorell, R.; Onyango, A. W.; Martines, J. C.; WHO Multicentre Growth Reference Study Group (2006). "Construction of the World Health Organization child growth standards: Selection of methods for attained growth curves". Statistics in Medicine 25 (2): 247–265. doi:10.1002/sim.2227. PMID 16143968.
  6. WHO Multicentre Growth Reference Study Group (2006) WHO Child Growth Standards: Length/height-for-age, weight-for-age, weight-for-length, weight-for-height and body mass index-for-age: Methods and development. Geneva: World Health Organization.
  7. 1 2 R packages for GAMLSS can be downloaded from here

Further reading

External links

This article is issued from Wikipedia - version of the Tuesday, January 26, 2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.