Learn R Programming

PRIMAL (version 1.0.2)

Parametric Simplex Method for Sparse Learning

Description

Implements a unified framework of parametric simplex method for a variety of sparse learning problems (e.g., Dantzig selector (for linear regression), sparse quantile regression, sparse support vector machines, and compressive sensing) combined with efficient hyper-parameter selection strategies. The core algorithm is implemented in C++ with Eigen3 support for portable high performance linear algebra. For more details about parametric simplex method, see Haotian Pang (2017) .

Copy Link

Version

Install

install.packages('PRIMAL')

Monthly Downloads

130

Version

1.0.2

License

GPL (>= 2)

Maintainer

Zichong Li

Last Published

January 22nd, 2020

Functions in PRIMAL (1.0.2)

PRIMAL-package

Parametric Simplex Method for Sparse Learning
PSM_solver

Solve given problem in parametric simplex method
print.primal

Print function for S3 class "primal"
CompressedSensing_solver

Solve given compressed sensing problem in parametric simplex method
coef.primal

Coef function for S3 class "primal"
Dantzig_solver

Solve given Dantzig selector problem in parametric simplex method
plot.primal

Plot function for S3 class "primal"
SparseSVM_solver

Solve given Sparse SVM problem in parametric simplex method
QuantileRegression_solver

Solve given quantile regression problem in parametric simplex method