| predict.HARmodel {highfrequency} | R Documentation |
Predict method for objects of type HARmodel
Description
Predict method for objects of type HARmodel
Usage
## S3 method for class 'HARmodel'
predict(object, ...)
Arguments
object |
an object of class |
... |
extra arguments. See details |
Details
The print method has the following optional parameters:
newdatanew data to use for forecastingwarningsA logical denoting whether to display warnings, detault isTRUEbacktransformA string. If the model is estimated with transformation this parameter can be set to transform the prediction back into variance The possible values are"simple"which means inverse of transformation, i.e.expwhen log-transformation is applied. If using log transformation, the option"parametric"can also be used to transform back. The parametric method adds a correction that stems from using the log-transformation
[Package highfrequency version 1.0.1 Index]