Package: fasterElasticNet
Type: Package
Title: An Amazing Fast Way to Fit Elastic Net
Version: 1.1.2
Date: 2018-08-01
Authors@R: c(person("Jingyi","Ma",email = "jingyima@163.com", role = c("aut")),
			 person("Qiuhong","Lai",email = "lailaqiuhong@gmail.com", role = "ctb"),
			 person("Linyu","Zuo",email = "zuozhe5959@gmail.com", role = c("ctb","cre")),
			 person("Yi","Yang",email = "lucious.stat.y@gmail.com", role = "ctb"),
			 person("Meng","Su",email = "SUmeng97@126.com", role = "ctb"),
			 person("Zhen","Yu", email = "amy.yuzhen@foxmail.com", role = 'ctb'),
			 person("Gege","Gao", email = "gaogege1995@163.com", role = 'ctb'),
			 person("Xiao","Liu", email = "lucinecoco@163.com", role = 'ctb'),
			 person("Xueni","Ruan", email = "ruanxueni96@163.com", role = 'ctb'),
			 person("Xinyuan","Yang", email = "yangxinyuan100@126.com", role = 'ctb'),
			 person("Yu","Bai", email = "yukisunflower@sina.com", role = 'ctb'),
			 person("Zhijun","Liao", email = "econzhijun@163.com", role = 'ctb')
			 )
Description: Fit Elastic Net, Lasso, and Ridge regression and do cross-validation in a fast way. We build the algorithm based on Least Angle Regression by Bradley Efron, Trevor Hastie, Iain Johnstone, etc. (2004)(<doi:10.1214/009053604000000067 >) and some algorithms like Givens rotation and Forward/Back Substitution. In this way, many matrices to be computed are retained as triangular matrices which can eventually speed up the computation. The fitting algorithm for Elastic Net is written in C++ using Armadillo linear algebra library.
Depends: R (>= 3.1.0)
License: GPL (>= 2)
Imports: Rcpp (>= 0.12.16)
LinkingTo: Rcpp, RcppArmadillo
Suggests: knitr, rmarkdown
URL: https://github.com/CUFESAM/Elastic-Net
BugReports: https://github.com/CUFESAM/Elastic-Net/issues
NeedsCompilation: yes
Packaged: 2018-08-08 13:22:50 UTC; <e8><8b><8f><e8><90><8c>
Author: Jingyi Ma [aut],
  Qiuhong Lai [ctb],
  Linyu Zuo [ctb, cre],
  Yi Yang [ctb],
  Meng Su [ctb],
  Zhen Yu [ctb],
  Gege Gao [ctb],
  Xiao Liu [ctb],
  Xueni Ruan [ctb],
  Xinyuan Yang [ctb],
  Yu Bai [ctb],
  Zhijun Liao [ctb]
Maintainer: Linyu Zuo <zuozhe5959@gmail.com>
Repository: CRAN
Date/Publication: 2018-08-11 16:30:10 UTC
Built: R 4.2.0; aarch64-apple-darwin20; 2023-04-10 21:10:59 UTC; unix
Archs: fasterElasticNet.so.dSYM
