Package: adass
Type: Package
Title: Adaptive Smoothing Spline (AdaSS) 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("Alessandra", "Menafoglio", role = c("aut")), 
    person("Biagio", "Palumbo", role = c("aut")), 
    person("Simone", "Vantini", role = c("aut"))
    )
Description: Implements the adaptive smoothing spline estimator for the function-on-function linear regression model described in Centofanti et al. (2020) <arXiv:2011.12036>.
License: GPL-3
Encoding: UTF-8
Imports: fda, parallel, matrixcalc, SparseM, mvtnorm, Rfast, plot3D
URL: https://github.com/unina-sfere/adass
BugReports: https://github.com/unina-sfere/adass
SystemRequirements: GNU make
Suggests: knitr, rmarkdown, testthat
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-11-17 12:02:24 UTC; fabio
Author: Fabio Centofanti [cre, aut],
  Antonio Lepore [aut],
  Alessandra Menafoglio [aut],
  Biagio Palumbo [aut],
  Simone Vantini [aut]
Maintainer: Fabio Centofanti <fabio.centofanti@unina.it>
Repository: CRAN
Date/Publication: 2021-11-18 14:40:05 UTC
Built: R 4.0.2; ; 2021-11-19 12:27:04 UTC; unix
