Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.predarfima

Prints predictions and prediction intervals


Description

Prints the output of predict on an arfima object

Usage

## S3 method for class 'predarfima'
print(x, digits = max(6, getOption("digits") - 3),
  ...)

Arguments

x

An object of class "predarfima"

digits

The number of digits to print

...

Currently not used

Details

Prints all the relavent output of the prediction function of the arfima package

Value

x is returned invisibly

Author(s)

JQ (Justin) Veenstra

See Also

Examples

set.seed(82365)
sim <- arfima.sim(1000, model = list(dfrac = 0.4, theta=0.9, dint = 1))
fit <- arfima(sim, order = c(0, 1, 1), back=TRUE)
fit
pred <- predict(fit, n.ahead = 5)
pred
plot(pred)

arfima

Fractional ARIMA (and Other Long Memory) Time Series Modeling

v1.7-0
MIT + file LICENSE
Authors
JQ (Justin) Veenstra [aut, cre], A.I. McLeod [aut]
Initial release
2018-11-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.