Jump to content

Graphical lasso

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Keith D (talk | contribs) at 20:21, 13 November 2019 (top: Fix cite date error). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In statistics, the graphical lasso is a sparse penalized maximum likelihood estimator for the concentration or precision matrix (inverse of covariance matrix) of a multivariate elliptical distribution. The original variant was formulated to solve Dempster's covariance selection problem[1][2] for the multivariate Gaussian distribution when observations were limited. Subsequently, the optimization algorithms to solve this problem were improved[3] and extended[4] to other types of estimators and distributions.

Setting

Consider observations from multivariate Gaussian distribution . We are interested in estimating the precision matrix .

The graphical lasso estimator is the such that:

where is the sample covariance, and is the penalizing parameter.[3]

Application

To obtain the estimator in programs, users could use the R package glasso,[5] GraphicalLasso() class in Python Scikit-Learn package,[6] or the skggm Python package [7] (similar to scikit-learn)

References

  1. ^ Dempster, A. P. (1972). "Covariance Selection". Biometrics. 28 (1): 157–175. doi:10.2307/2528966. ISSN 0006-341X.
  2. ^ Banerjee, Onureena; d'Aspremont, Alexandre; Ghaoui, Laurent El (2005-06-08). "Sparse Covariance Selection via Robust Maximum Likelihood Estimation". arXiv:cs/0506023.
  3. ^ a b Friedman, Jerome and Hastie, Trevor and Tibshirani, Robert (2008). "Sparse inverse covariance estimation with the graphical lasso" (PDF). Biostatistics. Biometrika Trust.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  4. ^ Cai, T. Tony; Liu, Weidong; Zhou, Harrison H. (April 2016). "Estimating sparse precision matrix: Optimal rates of convergence and adaptive estimation". The Annals of Statistics. 44 (2): 455–488. doi:10.1214/13-AOS1171. ISSN 0090-5364.
  5. ^ Jerome Friedman; Trevor Hastie; Rob Tibshirani (2014). glasso: Graphical lasso- estimation of Gaussian graphical models.
  6. ^ Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel, V. and Thirion, B. and Grisel, O. and Blondel, M. and Prettenhofer, P. and Weiss, R. and Dubourg, V. and Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher, M. and Perrot, M. and Duchesnay, E. (2011). "Scikit-learn: Machine Learning in Python". Journal of Machine Learning Research.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  7. ^ Jason Laska; Manjari Narayan (2017). "skggm 0.2.7: A scikit-learn compatible package for Gaussian and related Graphical Models". doi:10.5281/zenodo.830033. {{cite journal}}: Cite journal requires |journal= (help)