Package: slasso
Type: Package
Title: S-LASSO Estimator for the Function-on-Function Linear Regression
Version: 1.0.0
Authors@R: c(
    person("Fabio", "Centofanti", 
      email = "fabio.centofanti@unina.it", 
      role = c("cre","aut")),
    person("Antonio", "Lepore", role = c("aut")), 
    person("Simone", "Vantini", role = c("aut")), 
    person("Matteo", "Fontana", role = c("aut"))
    )
Description: Implements the smooth LASSO estimator for the function-on-function linear regression model described in Centofanti et al. (2020) <arXiv:2007.00529>.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.1.2
LinkingTo: Rcpp, RcppArmadillo
Depends: inline
Imports: Rcpp, RcppArmadillo, fda, fda.usc, matrixcalc, parallel,
        matrixStats, MASS, plot3D, methods, cxxfunplus
URL: https://github.com/unina-sfere/slasso
BugReports: https://github.com/unina-sfere/slasso
SystemRequirements: GNU make
Suggests: knitr, rmarkdown, testthat
NeedsCompilation: yes
Packaged: 2021-10-14 12:23:55 UTC; fabio
Author: Fabio Centofanti [cre, aut],
  Antonio Lepore [aut],
  Simone Vantini [aut],
  Matteo Fontana [aut]
Maintainer: Fabio Centofanti <fabio.centofanti@unina.it>
Repository: CRAN
Date/Publication: 2021-10-15 07:40:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-01 05:30:44 UTC; windows
Archs: x64
