cobs-internal: Internal COBS functions

scobs-internalR Documentation

Internal COBS functions

Description

Internal scobs functions.

Usage

dn(p, n, hs = FALSE, alpha)

getdim2(degree, nknots, constraint)

l1.design2(x, w, constraint, ptConstr,
          knots, pw, nrq, nl1, neqc, niqc, nvar, lambda)
loo.design2(x, w, constraint, ptConstr,
          knots, pw, nrq, nl1, neqc, niqc, nvar, lambda)

shat(residual, tau, alpha, hs)

.splValue(degree, knots, coef, xo, deriv = 0L)
.splBasis(ord, knots, ncoef, xo, derivs)



Details

These are not (yet?) to be called by the user and have not been documented by the original COBS authors.


cobs documentation built on March 19, 2024, 3:09 a.m.

Related to cobs-internal in cobs...