I want to use double-exponential smoothing to forecast time series datas,but I couldn't find it in the document,does R support this method?
Hi, ets() in Hyndman's forecast package allows you to specify which one of the many smoothing variants (additive/multiplicative season, damped trend, additive/multiplicative errors) you want. HTH, Stephan minben schrieb:> I want to use double-exponential smoothing to forecast time series > datas,but I couldn't find it in the document,does R support this > method? > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
?HoltWinters On Mar 31, 2009, at 5:25 AM, minben wrote:> I want to use double-exponential smoothing to forecast time series > datas,but I couldn't find it in the document,does R support this > method? >David Winsemius, MD Heritage Laboratories West Hartford, CT
Reasonably Related Threads
- A question about forecasting with R
- How to change smoothing constant selection procedure for Winters Exponential Smoothing models?
- Forecast - How to create variables with summary() results parameters
- Exponential Smoothing for ggplot2's stat_smooth()
- Exponential Smoothing: Forecast package