Description Usage Arguments Value
HoltWinters forecast wrapper
1 |
x |
'ts' data |
h |
forecast horizon |
level |
confidence level. Default is 0.95 |
onlyfc |
if TRUE return only forecasts, otherwise returns a full forecast classed object |
... |
extra args, if needed. |
forecasts from ts data or an object of class 'forecast' #@examples #fit <- fc_hw(lynx, h=10, onlyfc = FALSE) #plot(fit) #Mresid(fit) #tsSummary(fit) #@export
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.