Preliminary
Consider the following setting:
Gaussian graphical model (GGM) assumption:
The data consists of independent and identically distributed samples .Disjoint group structure:
The variables can be partitioned into disjoint groups.Goal:
Estimate the precision matrix .
Bi-level penalty
where:
- controls the balance between element-wise and block-wise penalties.
- denotes the element-wise individual penalty term.
- denotes the block-wise group penalty term.
Penalties
The package grasps estimates precision matrices using the following penalties:
- Adaptive lasso (Zou 2006; Fan, Feng, and Wu 2009)
- Lasso (Tibshirani 1996; Friedman, Hastie, and Tibshirani 2008)
- Minimax concave penalty (MCP) (Zhang 2010)
- Smoothly clipped absolute deviation (SCAD) (Fan and Li 2001; Fan, Feng, and Wu 2009)
where:
denotes the submatrix of with the rows from group and columns from group .
The norms are defined as
is a regularization parameter.
is a matrix of adaptive weights, which is the estimate from
penalty = "lasso".is the penalty function of MCP.
is the penalty function of SCAD.
Reference
Fan, Jianqing, Yang Feng, and Yichao Wu. 2009. “Network
Exploration via the Adaptive LASSO and SCAD
Penalties.” The Annals of Applied Statistics 3 (2):
521–41. https://doi.org/10.1214/08-aoas215.
Fan, Jianqing, and Runze Li. 2001. “Variable Selection via
Nonconcave Penalized Likelihood and Its Oracle Properties.”
Journal of the American Statistical Association 96 (456):
1348–60. https://doi.org/10.1198/016214501753382273.
Friedman, Jerome, Trevor Hastie, and Robert Tibshirani. 2008.
“Sparse Inverse Covariance Estimation with the Graphical
Lasso.” Biostatistics 9 (3): 432–41. https://doi.org/10.1093/biostatistics/kxm045.
Tibshirani, Robert. 1996. “Regression Shrinkage and Selection via
the Lasso.” Journal of the Royal Statistical
Society: Series B (Methodological) 58 (1): 267–88. https://doi.org/10.1111/j.2517-6161.1996.tb02080.x.
Zhang, Cun-Hui. 2010. “Nearly Unbiased Variable Selection Under
Minimax Concave Penalty.” The Annals of Statistics 38
(2): 894–942. https://doi.org/10.1214/09-AOS729.
Zou, Hui. 2006. “The Adaptive Lasso and Its Oracle
Properties.” Journal of the American Statistical
Association 101 (476): 1418–29. https://doi.org/10.1198/016214506000000735.
