cobs-internal {cobs99}R Documentation

Internal COBS functions

Description

Internal cobs functions.

Usage

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

getdim(degree, nknots, constraint)

l1.design(x, w, constraint, equal, smaller, greater, gradient,
          knots, pw, n.equal, n.smaller, n.greater, n.gradient, nrq,
          nl1, neqc, niqc, nvar, lambda)
loo.design(x, w, constraint, equal, smaller, greater, gradient,
          knots, pw, n.equal, n.smaller, n.greater, n.gradient, nrq,
          nl1, neqc, niqc, nvar, lambda)

shat(residual, tau, alpha, hs)

.splValue(degree, knots, coef, xo)
.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.


[Package cobs99 version 0.9-7 Index]