predict computes point and interval predictions for a time series
based on a tfm object.
# S3 method for tfm
predict(object, y = NULL, ori = NULL, n.ahead = NULL, level = 0.95, ...)an object of class um.
an object of class ts.
the origin of prediction. By default, it is the last observation.
number of steps ahead.
confidence level.
additional arguments.