combine.forecastCov: Combine 2 Forecast Cov Objects

Description Usage Arguments Details Value See Also Examples

View source: R/dse2.R

Description

Combine 2 forecastCov type objects.

Usage

1
2
3
4
5
6
    ## S3 method for class 'forecastCov'
combine(e1, e2)
    ## S3 method for class 'forecastCovEstimatorsWRTdata'
combine(e1, e2)
    ## S3 method for class 'forecastCovEstimatorsWRTtrue'
combine(e1, e2)

Arguments

e1, e2

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

combine, forecastCovEstimatorsWRTdata, forecastCovEstimatorsWRTtrue forecastCov

Examples

1
#z <-  combine(obj1, obj2)

dse documentation built on March 4, 2020, 3:01 a.m.