newVARmultieventRealization(RMAWGEN)
newVARmultieventRealization()所属R语言包:RMAWGEN
Generates several realizations of a VAR model
VAR模型生成的几点认识
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates several realizations of a VAR model
VAR模型生成的几点认识
用法----------Usage----------
newVARmultieventRealization(var,
xprev = rnorm(var@VAR$K * var@VAR$p), exogen = NULL,
nrealization = 10,
B = t(chol(summary(var@VAR)$covres)), extremes = TRUE,
type = 3)
参数----------Arguments----------
参数:var
A VAR model represented by a varest2 object as returned by getVARmodel
基于VAR模型为代表的一个varest2对象返回getVARmodel的
参数:xprev
previous status of the random variable
以前的状态的随机变量
参数:exogen
matrix containing the values of the "exogen" variables (predictor) for the generation
基质中含有的“脱落期”变量(预测值)的值,用于产生
参数:nrealization
number of realization (e.g. days to simulate). If exogen is not NULL and it is a matrix, it must be lower or equal to the number of rows of exogen
数实现(例如天模拟)。如果exogen是不是NULL,它是一个矩阵,它必须低于或等于exogen的数量的行
参数:B
matrix of coefficients for the vectorial white-noise component
的系数矩阵的矢量的白噪声分量
参数:extremes,type
see inv_GPCA
看到inv_GPCA
值----------Value----------
a matrix of values
的值的矩阵
(作者)----------Author(s)----------
Emanuele Cordano, Emanuele Eccel
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|