ARFIMAsim-class(rugarch)
ARFIMAsim-class()所属R语言包:rugarch
class: ARFIMA Simulation Class
类别:ARFIMA模拟类
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Class for the ARFIMA simulation.
ARFIMA模拟类。
插槽----------Slots----------
simulation: Object of class "vector"
simulation:对象类"vector"的
model: Object of class "vector"
model:对象类"vector"的
seed: Object of class "integer"
seed:对象类"integer"的
扩展----------Extends----------
Class "ARFIMA", directly. Class "rGARCH", by class "ARFIMA", distance 2.
类"ARFIMA",直接。类"rGARCH"“类”ARFIMA“,距离2。
方法----------Methods----------
as.data.frame signature(x = "ARFIMAsim"): extracts the simulated values (see note).
as.data.framesignature(x = "ARFIMAsim"):提取的模拟值(见注)。
show signature(object = "ARFIMAsim"): simulation summary.
signature(object = "ARFIMAsim"):模拟摘要。
注意----------Note----------
The as.data.frame function takes optionally 1 additional arguments, namely which, indicating the type of simulation series to extract. Valid values are “series” for the simulated series and “residuals” for the simulated residuals. The dimension of the data.frame will be n.sim by m.sim.
任选1 as.data.frame功能需要额外的参数,即which,表明仿真系列中提取的类型。有效的值是“系列”模拟系列和“残差”的模拟残差。 data.frame的尺寸是n.simm.sim。
(作者)----------Author(s)----------
Alexios Ghalanos
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|