fmsales {expsmooth} | R Documentation |
Weekly FM sales
Description
Sales of a product for 62 weeks starting in early 2003.
Usage
data(fmsales)
Format
time series
Source
Hyndman, R.J., Koehler, A.B., Ord, J.K., and Snyder, R.D., (2008) Forecasting with exponential smoothing: the state space approach, Springer.
References
http://www.exponentialsmoothing.net
Examples
plot(fmsales,ylab="FM sales (thousands)",xlab="Week")
[Package expsmooth version 2.3 Index]