TABLE OF CONTENTS
RFitting/curveUpdate [ Modules ]
NAME
curveUpdate --- Update B-spline curves
FUNCTION
Re-evaluate B-spline curves, usually with new parameters, different knots or component weights. The routines in R are relatively slow and easier to understand, the ones in C are designed to be faster.
CONTENTS
evalparametric --- evaluate the parametric component of a curve evalspline --- evaluate the spline component of a curve updatecurvex --- change observations of a curve updatehistory --- update RHistory structure updateparametric --- update parametric component parameters updateregression --- update regression coefficients updatespline --- update the curve's spline parameters weightcurve --- re-weight the spline and parametric components of a curve