powered by
Knot Jacobian of B-spline with weights
jacw(jac, qws)
Numeric array of size nx x ncol(qw) x nk, where nx=dim(jac)[1]
nx x ncol(qw) x nk
nx=dim(jac)[1]
and nk is the number of knots dim(jac)[3]+n+1 (n being polynomial order).
dim(jac)[3]+n+1
Numeric array, such as returned by bsc(..., cjac=TRUE)
bsc(..., cjac=TRUE)
Numeric matrix, each column is a set of weights forming a B-spline. If qws is a vector, it is coerced to 1-column matrix.