MLLGMSJun 27, 2020

The flare Package for High Dimensional Linear Regression and Precision Matrix Estimation in R

arXiv:2006.15419v179 citations
Originality Synthesis-oriented
AI Analysis

This provides a practical tool for statisticians and data analysts working with high-dimensional data, though it is incremental as it packages existing methods.

The authors developed the flare R package implementing high-dimensional regression methods and sparse precision matrix estimation using nonsmooth loss functions for robustness and tuning insensitivity, with experiments showing it efficiently scales to large problems.

This paper describes an R package named flare, which implements a family of new high dimensional regression methods (LAD Lasso, SQRT Lasso, $\ell_q$ Lasso, and Dantzig selector) and their extensions to sparse precision matrix estimation (TIGER and CLIME). These methods exploit different nonsmooth loss functions to gain modeling flexibility, estimation robustness, and tuning insensitiveness. The developed solver is based on the alternating direction method of multipliers (ADMM). The package flare is coded in double precision C, and called from R by a user-friendly interface. The memory usage is optimized by using the sparse matrix output. The experiments show that flare is efficient and can scale up to large problems.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes