multifilter-methods | R Documentation |
Method for multiple filtering of a variety of univariate GARCH and ARFIMA models.
multifilter(multifitORspec, data = NULL, out.sample = 0, n.old = NULL,
rec.init = "all", cluster = NULL, ...)
multifitORspec |
Either a univariate GARCH or ARFIMA multiple fit object of class
|
data |
Required if a multiple specification rather than a multiple fit object is supplied. A multivariate data object. Can be a matrix or data.frame object, no other class supported at present. |
out.sample |
A positive integer indicating the number of periods before the last to keep for
out of sample forecasting (as in |
n.old |
For comparison with uGARCHfit or ARFIMAfit models using the out.sample argument, this is the length of the original dataset (see details). |
rec.init |
Recursion initialization method (as in |
cluster |
A cluster object created by calling |
... |
. |
A uGARCHmultifilter
object containing details of the multiple GARCH filter.
A ARFIMAmultifilter
object containing details of the multiple ARFIMA filter.
Alexios Ghalanos
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.