Package: dspline 1.0.4.9000
dspline: Tools for Computations with Discrete Splines
Discrete splines are a class of univariate piecewise polynomial functions which are analogous to splines, but whose smoothness is defined via divided differences rather than derivatives. Tools for efficient computations relating to discrete splines are provided here. These tools include discrete differentiation and integration, various matrix computations with discrete derivative or discrete spline bases matrices, and interpolation within discrete spline spaces. These techniques are described in Tibshirani (2020) <doi:10.48550/arXiv.2003.03886>.
Authors:
dspline_1.0.4.9000.tar.gz
dspline_1.0.4.9000.zip(r-4.7)dspline_1.0.4.9000.zip(r-4.6)dspline_1.0.4.9000.zip(r-4.5)
dspline_1.0.4.9000.tgz(r-4.6-x86_64)dspline_1.0.4.9000.tgz(r-4.6-arm64)dspline_1.0.4.9000.tgz(r-4.5-x86_64)dspline_1.0.4.9000.tgz(r-4.5-arm64)
dspline_1.0.4.9000.tar.gz(r-4.7-arm64)dspline_1.0.4.9000.tar.gz(r-4.7-x86_64)dspline_1.0.4.9000.tar.gz(r-4.6-arm64)dspline_1.0.4.9000.tar.gz(r-4.6-x86_64)
dspline_1.0.4.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
dspline/json (API)
| # Install 'dspline' in R: |
| install.packages('dspline', repos = c('https://glmgen.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/glmgen/dspline/issues
Pkgdown/docs site:https://glmgen.github.io
Last updated from:675c94c453. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 162 | ||
| linux-devel-x86_64 | OK | 159 | ||
| source / vignettes | OK | 232 | ||
| linux-release-arm64 | OK | 145 | ||
| linux-release-x86_64 | OK | 182 | ||
| macos-release-arm64 | OK | 126 | ||
| macos-release-x86_64 | OK | 228 | ||
| macos-oldrel-arm64 | OK | 97 | ||
| macos-oldrel-x86_64 | OK | 216 | ||
| windows-devel | OK | 139 | ||
| windows-release | OK | 137 | ||
| windows-oldrel | OK | 170 | ||
| wasm-release | OK | 147 |
Exports:.b_mat_mult.divided_diff.h_mat_multb_matb_mat_multd_matd_mat_multdiscrete_derivdiscrete_integdivided_diffdspline_interpdspline_solveh_evalh_math_mat_multn_evaln_mat
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Construct B matrix | b_mat |
| Multiply by B matrix | b_mat_mult |
| Construct D matrix | d_mat |
| Multiply by D matrix | d_mat_mult |
| Discrete differentiation | discrete_deriv |
| Discrete integration | discrete_integ |
| Divided differencing | divided_diff |
| In-place computations | .b_mat_mult .divided_diff .h_mat_mult dot_functions |
| Discrete spline interpolation | dspline_interp |
| Discrete spline projection | dspline_solve |
| Evaluate H basis | h_eval |
| Construct H matrix | h_mat |
| Multiply by H matrix | h_mat_mult |
| Evaluate N basis | n_eval |
| Construct N matrix | n_mat |
