Skip to content

Releases: XiaoruiZhu/SPSP

SPSP 0.2.0

23 Oct 03:00
Compare
Choose a tag to compare

New features

  1. Add the supports to the SCAD-penalized and MCP-penalized regression model through the fitfun.SP = SCAD.ncvreg, fitfun.SP = MCP.ncvreg. The previous established methods are ridge.glmnet. lasso.glmnet,
    adalasso.glmnet, and adalassoCV.glmnet.

SPSP 0.1.1

21 Feb 00:29
Compare
Choose a tag to compare

SPSP 0.1.1

  1. Fix the function corresponding to the intercept argument. The intercept argument controls whether to include the intercept, but since the SPSP algorithm estimates the intercept separately. It needs to be dealt with separately.

  2. The standardize only control the standardization of covariates.

Full Changelog: v0.1.0...v0.1.1

SPSP 0.1.0

09 Aug 15:32
Compare
Choose a tag to compare

Major changes

  1. Implement the Selection by Partitioning the Solution Paths procedure in the SPSP() and SPSP_step() functions;

  2. Add fitfun.SP functions to obtain the solution paths for the SPSP algorithm;

  3. Include one high-dimensional data for illustration purpose.