multifilter-methods(rugarch)
multifilter-methods()所属R语言包:rugarch
function: Univariate GARCH and ARFIMA Multiple Filtering
功能:单因素GARCH和ARFIMA多的过滤
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Method for multiple filtering of a variety of univariate GARCH and ARFIMA models.
多重过滤的各种单变量GARCH和ARFIMA模型的方法。
用法----------Usage----------
multifilter(multifitORspec, data = NULL, out.sample = 0, n.old = NULL,
parallel = FALSE, parallel.control = list(pkg = c("multicore", "snowfall"),
cores = 2), ...)
参数----------Arguments----------
参数:multifitORspec
Either a univariate GARCH or ARFIMA multiple fit object of class uGARCHmultifit and ARFIMAmultifit, or alternatively a univariate GARCH or ARFIMA multiple specification object of class uGARCHmultispec and ARFIMAmultispec with valid parameters supplied via the fixed.pars argument in the individual specifications.
无论是单变量GARCH或ARFIMA多个合适的对象的类uGARCHmultifit和ARFIMAmultifit,或者一个单变量GARCH或ARFIMA多个规范的对象的类uGARCHmultispec和ARFIMAmultispec提供有效的参数通过fixed.pars在个别规格参数。
参数: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 ugarchfit function).
一个正整数,表示前的最后期间保持了样本外预测(如在ugarchfit功能)。
参数:n.old
For comparison with uGARCHfit or ARFIMAfit models using the out.sample argument, this is the length of the original dataset (see details).
与uGARCHfit或ARFIMAfit的模型使用的out.sample的参数进行比较,这是原始数据集的长度(见详情)。
参数:parallel
Whether to make use of parallel processing on multicore systems.
是否利用多核系统上的并行处理。
参数:parallel.control
The parallel control options including the type of package for performing the parallel calculations ("multicore" for non-windows O/S and "snowfall" for all O/S), and the number of cores to make use of.
并行控制选项,包括包的类型进行并行计算(多核非Windows O / S和“降雪”,所有的O / S),核心数量的利用。
参数:...
.
。
值----------Value----------
A uGARCHmultifilter object containing details of the multiple GARCH filter. A ARFIMAmultifilter object containing details of the multiple ARFIMA filter.
AuGARCHmultifilter对象,其中包含细节的多元GARCH过滤器。 AARFIMAmultifilter对象,它包含的多ARFIMA过滤器的详细信息。
(作者)----------Author(s)----------
Alexios Ghalanos
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|