Learn R Programming

dse (version 2014.11-1)

combine.forecastCov: Combine 2 Forecast Cov Objects

Description

Combine 2 forecastCov type objects.

Usage

## 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.

Value

  • An object 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.

See Also

combine, forecastCovEstimatorsWRTdata, forecastCovEstimatorsWRTtrue forecastCov

Examples

Run this code
#z <-  combine(obj1, obj2)}
<concept>DSE</concept>
<keyword>ts</keyword>

Run the code above in your browser using DataLab