karma.forecast: #Forecast and plot future periods: Combine multiple weak...

Description Usage Arguments Value See Also Examples

Description

#Forecast and plot future periods: Combine multiple weak learners (fitted models) from a pre-trained "karma.ensemble" object to produce future time periods.

Usage

1
karma.forecast(kensemble, h = 12, plot = T, xreg = NULL, stdout = F)

Arguments

kensemble

Object of class "karma.ensemble"; ensemble of unique trained models. <karma.ensemble>

h

Number of periods to forecast ahead. <numeric> integer

plot

Option to depict plots during local search; if TRUE (default), AC and PAC plots are active. <logical>

stdout

Option to output optimisation diagnostics during local search; <logical>

Value

Object of class "karma.forecast".

See Also

tseries, forecast

Examples

1
2
# Create and forecast ensemble of 10 weak learners:
karma.forecast( karma.ensemble(JohnsonJohnson) )

snarf-snarf/karma documentation built on May 24, 2019, 7:19 a.m.