Learn R Programming

sparsestep (version 1.0.1)

SparseStep Regression

Description

Implements the SparseStep model for solving regression problems with a sparsity constraint on the parameters. The SparseStep regression model was proposed in Van den Burg, Groenen, and Alfons (2017) . In the model, a regularization term is added to the regression problem which approximates the counting norm of the parameters. By iteratively improving the approximation a sparse solution to the regression problem can be obtained. In this package both the standard SparseStep algorithm is implemented as well as a path algorithm which uses golden section search to determine solutions with different values for the regularization parameter.

Copy Link

Version

Install

install.packages('sparsestep')

Monthly Downloads

171

Version

1.0.1

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Gertjan den Burg

Last Published

January 10th, 2021

Functions in sparsestep (1.0.1)

sparsestep-package

SparseStep: Approximating the Counting Norm for Sparse Regularization
plot.sparsestep

Plot the SparseStep path
coef.sparsestep

Get the coefficients of a fitted SparseStep model
sparsestep

Fit the SparseStep model
print.sparsestep

Print the fitted SparseStep model
path.sparsestep

Approximate path algorithm for the SparseStep model
predict.sparsestep

Make predictions from a SparseStep model