Description Usage Arguments Value Examples
Sum covariance of forecasts across all series.
1 | totalForecastCov(obj, select=NULL)
|
obj |
An object as returned by forecastCov. |
select |
Series to be select for summation. With the default all series are selected. |
An object similar to that returned by forecastCov, with the covariance summed over all selected series.
1 2 3 4 5 | data("eg1.DSE.data.diff", package="dse")
model1 <- estVARXar(eg1.DSE.data.diff)
model2 <- estVARXls(eg1.DSE.data.diff)
z <- totalForecastCov(forecastCov(model1, model2,
data=trimNA(eg1.DSE.data.diff)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.