duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| library(mgcv) | |
| #library(modules) #devtools::install_github(klmr/modules) | |
| #mgcv<-import_package("mgcv") | |
| mspline<-function(x,y,k=10,lower=NA,upper=NA){ | |
| #fits a monotonic spline to data | |
| #small values of k= more smoothing (flatter curves) | |
| #large values of k= more flexible (wiggly curves) | |
| #k is related to effective degrees of freedom and number of knots | |
| #use unconstrained gam to get rough parameter estimates |