The graphical lasso is an algorithm to estimate the precision matrix (inverse of covariance matrix) from the observations from multivariate Gaussian distribution.
Contents
Setting
Consider observations
The graphical lasso estimator is the
Where
Application
To obtain the estimator in programs, users could use the R package glasso, or GraphLasso() function in Python Scikit-Learn package