Derivative of B-spline
Generates the derivative of the B-splines basis matrix.
dbs( x, derivs = 1L, df = NULL, knots = NULL, degree = 3L, intercept = FALSE, Boundary.knots = range(x, na.rm = TRUE) )
x
: object of B-splinesderivs
: a number of derivativesdf
: degrees of freedom of B-splinesknots
: a vector of internal knotsdegree
: degrees of B-splinesintercept
: a logical vectorBoundary.knots
: a vector of boundary knotsThe function dbs
returns a component: - dMat: B-spline matrix
The function dbs
performs derivatives of B-splines
Jun Park, jun.park@alumni.iu.edu
Giorgos Bakoyannis, gbakogia@iu.edu
Useful links