rw_ann | R Documentation |
Hybrid Random Walk ANN Forecasting Model
rw_ann(y, n, PI = FALSE)
y |
A numeric vector or time series |
n |
An integer specifying the forecast horizon |
PI |
A logical flag (default = |
The forecast of the time series of size n
is generated along with the optional
output of confidence interval (PI
= TRUE) for the forecast.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.