Skip to content

splines2 0.2.1

Compare
Choose a tag to compare
@wenjie2wang wenjie2wang released this 27 Nov 16:01
· 502 commits to main since this release

New features

  • Added function bSpline generating B-spline basis allowing zero degree or
    piecewise constant basis based on function bs in package splines.
  • Introduced function bSpline to allow M-splines of degree zero.
  • Added function cSpline constructing convex spline (C-spline) basis.
  • Added predict methods for bSpline2 object and cSpline object generated
    by bSpline and cSpline, respectively.
  • Added print methods for all splines2 objects developed so far.

Major changes

  • Improved the function iSpline to construct I-spline basis directly from
    B-spline basis instead of M-spline basis.

Minor changes

  • Updated all CRAN URL to a canonical form suggested.