predict2 {garma}R Documentation

Predict2 future values.

Description

Predict ahead using algorithm of (2009) Godet, F "Linear prediction of long-range dependent time series", ESAIM: PS 13 115-134. DOI: 10.1051/ps:2008015

Usage

predict2(object, n.ahead = 1)

Arguments

object

(garma_model) The garma_model from which to predict the values.

n.ahead

(int) The number of time periods to predict ahead. Default: 1

Value

A "ts" object containing the requested forecasts.


[Package garma version 0.9.13 Index]