Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

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

Examples

#z <-  combine(obj1, obj2)

dse

Dynamic Systems Estimation (Time Series Package)

v2020.2-1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.