You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spline regression and additive models (Simple introduction with C++). We provide an example of C++ implementation of additive regression splines through Rcpp and RcppArmadillo
1
+
# Additive splines regression
2
+
Spline regression and additive models (Simple introduction with C++). We provide an example of C++ implementation of additive regression splines (univariate, univariate penalized and bivariate penalized) through Rcpp and RcppArmadillo.
3
+
4
+
Main documents are
5
+
1.[The workbook with examples](https://github.com/bbvadata/additiveRegressionSpline/blob/master/rmd/workbook.pdf)
6
+
7
+
2.[The C++ code through Rcpp](https://github.com/bbvadata/additiveRegressionSpline/blob/master/src/gam.cpp)
8
+
9
+
2.[The R code provided [1]](https://github.com/bbvadata/additiveRegressionSpline/blob/master/src/gam.cpp)
10
+
11
+
[1][Generalized Additive Models: An Introduction with R](https://www.crcpress.com/Generalized-Additive-Models-An-Introduction-with-R/Wood/p/book/9781584884743)
0 commit comments