View source: R/expsmooth.wge.R
expsmooth.wge | R Documentation |
Performs exponential smoothing on the data in vector x
expsmooth.wge(x,alpha=NULL,n.ahead=0,plot=TRUE)
x |
Vector containing realization |
alpha |
Alpha value |
n.ahead |
Number of steps ahead to forecast |
plot |
If plot=TRUE then plots of the data along with forecasts |
alpha |
alpha value used in the smoothing |
u |
forecasts |
Wayne Woodward
"Time Series for Data Science" by Woodward, Sadler, and Robertson
data(wtcrude2020)
expsmooth.wge(wtcrude2020)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.