Learn R Programming

FastSF (version 0.1.1)

Fast Structural Filtering

Description

An implementation of the fast structural filtering with L0 penalty. It includes an adaptive polynomial estimator by minimizing the least squares error with constraints on the number of breaks in their (k + 1)-st discrete derivative, for a chosen integer k >= 0. It also includes generalized structure sparsity constraint, i.e., graph trend filtering. This package is implemented via the primal dual active set algorithm, which formulates estimates and residuals as primal and dual variables, and utilizes efficient active set selection strategies based on the properties of the primal and dual variables.

Copy Link

Version

Install

install.packages('FastSF')

Monthly Downloads

185

Version

0.1.1

License

GPL-3

Maintainer

Canhong Wen

Last Published

July 19th, 2017

Functions in FastSF (0.1.1)

l0fused_c

L0 Fused Regression
l0gen_c

L0 Generalized Regression
l0tf_c

L0 Trend Filtering
plotl0

Plot L0 fitted value
ffused

Fast Fused Regression
ffused.ada

Adaptive Fast Fused Regression
sl0fused_c

Sparse L0 Fused Regression
fsfused

Fast Sparse Fused Regression
fsfused.ada

Adaptive Fast Sparse Fused Regression
fsf

Fast Structural Filtering
fsf.ada

Adaptive Fast Structural Filtering
ftf

Fast Trend Filtering
ftf.ada

Adaptive Fast Trend Filtering