TABLE OF CONTENTS
- 1. RFitting/splineUtils
- 1.1. splineUtils/evalBinte
- 1.2. splineUtils/evalCinte
- 1.3. splineUtils/evalEinte
- 1.4. splineUtils/frailtysplinefvar
- 1.5. splineUtils/ki
- 1.6. splineUtils/makesplinebasis
- 1.7. splineUtils/mysplineDesign
- 1.8. splineUtils/nBsmom
- 1.9. splineUtils/nknotsPrior
- 1.10. splineUtils/plotspline
- 1.11. splineUtils/splineconv
- 1.12. splineUtils/splinederivint
RFitting/splineUtils [ Modules ]
NAME
splineUtils --- Utilities for evaluating splines and related integrals
FUNCTION
Evaluate B-splines and integrals over B-splines, either in R or fast C code.
CONTENTS
evalBinte --- compute the integrals of each spline basis function evalCinte --- compute partial integrals over the spline basis evalEinte --- compute the expected distance from 1 of a B-spline frailtysplinefvar --- compute the spline component frailty variance ki --- addressing of spline indices makesplinebasis --- construct B-spline basis functions mysplineDesign --- works like splineDesign() nBsmom --- compute the N-th moment of a B-spline basis function nknotsPrior --- evaluate the prior on the number of knots plotspline --- plot a spline given a set of knots and parameters splineconv --- compute the convolution of two splines splinederivint --- compute the convolution of the derivatives of two spline bases