[R] predicting with stl() decomposition

2010-02-07 Thread Konrad Hoppe
Hi mailinglist members, I’m actually working on a time series prediction and my current approach is to decompose the series first into a trend, a seasonal component and a remainder. Therefore I’m using the stl() function. But I’m wondering how to get the single components in order to predict

Re: [R] predicting with stl() decomposition

2010-02-07 Thread Konrad Hoppe
the single components of the fit? I guess there must be a possibility to predict those stl models. Cheers, Konrad _ Von: Dennis Murphy [mailto:djmu...@gmail.com] Gesendet: Sonntag, 7. Februar 2010 16:30 An: Konrad Hoppe Betreff: Re: [R] predicting with stl() decomposition Hi

Re: [R] predicting with stl() decomposition

2010-02-07 Thread Konrad Hoppe
17:08 An: Konrad Hoppe Betreff: Re: [R] predicting with stl() decomposition Hi: str(decomp) List of 8 $ time.series: mts [1:300, 1:3] 0.0928 0.2906 -0.0852 -0.1877 0.0347 ... ..- attr(*, dimnames)=List of 2 .. ..$ : NULL .. ..$ : chr [1:3] seasonal trend remainder ..- attr(*, tsp)= num