print.gsmarpred
is a print method for call 'gsmarpred'
objects created with predict.gsmar
.
# S3 method for gsmarpred
print(x, ..., digits = 2)
object of class 'gsmarpred'
generated by predict.gsmar
.
currently not in use.
the number of digits to be printed
# NOT RUN {
# }
# NOT RUN {
# GMAR-model
params12 <- c(0.18, 0.93, 0.01, 0.86, 0.68, 0.02, 0.88)
gmar12 <- GSMAR(logVIX, 1, 2, params12)
pred <- predict(gmar12, n_ahead=10, plotRes=FALSE)
pred
print(pred, digits=3)
# }
Run the code above in your browser using DataLab