uGARCHpath-class(rugarch)
uGARCHpath-class()所属R语言包:rugarch
class: Univariate GARCH Path Simulation Class
类别:单变量GARCH路径模拟类
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Class for the univariate GARCH Path simulation.
单变量GARCH类路径模拟。
类对象----------Objects from the Class----------
A virtual Class: No objects may be created from it.
可能会从它创建一个虚拟类:没有对象。
扩展----------Extends----------
Class "uGARCHpath", directly. Class "rGARCH", by class "GARCHpath", distance 2.
类"uGARCHpath",直接。类"rGARCH",由类“GARCHpath的”,距离2。
方法----------Methods----------
as.data.frame signature(x = "uGARCHpath"): extracts the simulated path values (see note).
as.data.framesignature(x = "uGARCHpath"):提取的的模拟路径值(见注)。
plot signature(x = "uGARCHpath", y = "missing"): path simulation plots.
图signature(x = "uGARCHpath", y = "missing"):路径模拟图。
show signature(object = "uGARCHpath"): path simulation summary.
signature(object = "uGARCHpath"):路径模拟摘要。
注意----------Note----------
The as.data.frame function takes optionally 1 additional arguments, namely which, indicating the type of simulation path series to extract. Valid values are “sigma” for the simulated sigma, “series” for the simulated series and “residuals” for the simulated residuals. The dimension of the data.frame will be n.sim by m.sim.
as.data.frame功能需要任选1个额外的参数,即which,类型的模拟路径系列中提取。有效值的模拟西格玛“西格玛”,“系列”模拟系列和“残差”的模拟残留物。 data.frame的尺寸是n.simm.sim。
(作者)----------Author(s)----------
Alexios Ghalanos
参见----------See Also----------
Classes uGARCHsim, uGARCHfit and uGARCHspec.
类uGARCHsim,uGARCHfit和uGARCHspec。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|