fc_hw: HoltWinters forecast wrapper

Description Usage Arguments Value

Description

HoltWinters forecast wrapper

Usage

1
fc_hw(x, h, level = 95, onlyfc = TRUE, ...)

Arguments

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.

Value

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


evandeilton/cvforecast documentation built on May 16, 2019, 9:36 a.m.