-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 914 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
28 lines (28 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: cpsp
Type: Package
Title: C++ Spline Implementation
Version: 0.1.1
Authors@R: person("Daniel", "Schalk", email = "daniel.schalk@stat.uni-muenchen.de", role = c("aut", "cre"))
Maintainer: Daniel Schalk <daniel.schalk@stat.uni-muenchen.de>
Description: A light-weighted pure C++ splines implementation for spline regression.
The package covers several aspects of non-parametric effect modelling using splines.
The functionality contains the basis creation as dense or spline matrix and techniques
to shrink the complexity regarding specific degrees of freedom, tensor product splines,
an efficient base representation to save memory, and a method to subtract matrix bases.
License: LGPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends:
R (>= 3.5.0)
Imports:
Rcpp,
Matrix
LinkingTo:
Rcpp,
RcppArmadillo,
BH
Suggests:
testthat,
knitr
VignetteBuilder: knitr