Combine 2 Forecast Cov Objects
Combine 2 forecastCov type objects.
## S3 method for class 'forecastCov' combine(e1, e2) ## S3 method for class 'forecastCovEstimatorsWRTdata' combine(e1, e2) ## S3 method for class 'forecastCovEstimatorsWRTtrue' combine(e1, e2)
e1, e2 |
Objects as returned by functions which calculate forecast covariances. |
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.
An object as returned by functions which calculate forecast covariances.
#z <- combine(obj1, obj2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.