The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

dspline

R-CMD-check CRAN status

These are not B-splines:

These are called discrete B-splines. They span a function space called discrete splines, which are analogous to splines, but defined in terms of a suitable discrete notion of smoothness.

For more background, see the monograph: “Divided differences, falling factorials, and discrete splines: Another look at trend filtering and related problems”.

The dspline package provides tools for computations with discrete splines. The core routines are written in C++ for efficiency. See the reference index for a summary of the tools that are available.

Installation

# Install released version from CRAN
install.packages("dspline")

You can install the development version of dspline from GitHub with:

# install.packages("pak")
pak::pak("glmgen/dspline")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.