Skip to content
Prev 219 / 7420 Next

Smoothing splines for autoregressive data

On Jun 12 2008, FrankBerninger wrote:
Frank,

Take a look at lmeSplines or gamm() in package mgcv. These both represent 
the smoothing spline as a mixed model and hence use lme() in package nlme. 
nlme contains functions that allow an ARMA correlation structure (corARMA() 
). I have not used lmeSplines personally so can't comment on it, but have 
experience of using gamm() in mgcv and found it very useful indeed.

HTH

G