combine.forecast.cov {dse2}R Documentation

Combine 2 Forecast Cov Objects

Description

Combine 2 forecast.cov type objects.

Usage

    combine(obj1, obj2)

Arguments

obj1, obj2 Objects as returned by functions which calculate forecast covariances.

Details

Functions which calculate forecast covariances return lists. Usually multiple estimation techniques or models will be combined together when the object is first formed. However, it is sometimes useful to add results calculated later without re-doing the initial object.

Value

An object as returned by functions which calculate forecast covariances.

See Also

forecast.cov.estimators.wrt.data, forecast.cov.estimators.wrt.true forecast.cov

Examples

#z <-  combine(obj1, obj2)