forecastResidual(RMAWGEN)
forecastResidual()所属R语言包:RMAWGEN
Forecasts the residual value of a VAR realization given the white noise covariance matrix
白噪声的协方差矩阵的VAR实现预测的剩余价值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Forecasts the residual value of a VAR realization given the white noise covariance matrix
白噪声的协方差矩阵的VAR实现预测的剩余价值
用法----------Usage----------
forecastResidual(var, xprev = 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, in this case the "current instant"white-noise". Default is NULL and then randomly generated.
随机变量的先前的状态,在这种情况下,“当前时刻”白噪声“。默认是NULL,然后随机生成的。
参数:B
matrix of coefficients for the vectorial white-noise component
的系数矩阵的矢量的白噪声分量
值----------Value----------
a vector of values
一个向量的值
(作者)----------Author(s)----------
Emanuele Cordano, Emanuele Eccel
参见----------See Also----------
forecastEV,NewVAReventRealization
forecastEV,NewVAReventRealization
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|