NewVAReventRealization(RMAWGEN)
NewVAReventRealization()所属R语言包:RMAWGEN
Generates a new realization of a VAR model
生成一个新的VAR模型的实现
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates a new realization of a VAR model
生成一个新的VAR模型的实现
用法----------Usage----------
NewVAReventRealization(var, xprev, noise, exogen = NULL,
B = NULL)
参数----------Arguments----------
参数:var
A VAR model represented by a varest object as returned by getVARmodel or VAR
基于VAR模型为代表的,varest对象为返回getVARmodel或VAR,
参数:xprev
previous status of the random variable
以前的状态的随机变量
参数:noise
uncorrelated or white noise (residual). Default is rnorm(length(xprev)) (or rnorm(ncol(B))
不相关的噪声或白噪声(剩余)。默认是rnorm(length(xprev))(或rnorm(ncol(B))
参数:exogen
vector containing the values of the "exogen" variables (predictor) for the generation
向量含有的“脱落期”变量(预测值)的值,用于产生
参数:B
matrix of coefficients for the vectorial white-noise component
的系数矩阵的矢量的白噪声分量
值----------Value----------
a vector of values
一个向量的值
(作者)----------Author(s)----------
Emanuele Cordano, Emanuele Eccel
参见----------See Also----------
forecastEV,forecastResidual
forecastEV,forecastResidual
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|