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

testEqual.forecast

Specific Methods for Testing Equality


Description

See the generic function description.

Usage

## S3 method for class 'forecast'
testEqual(obj1, obj2, fuzz=1e-14)
    ## S3 method for class 'forecastCov'
testEqual(obj1, obj2, fuzz=1e-14)
    ## S3 method for class 'horizonForecasts'
testEqual(obj1, obj2, fuzz=1e-14)
    ## S3 method for class 'estimatedModels'
testEqual(obj1, obj2, fuzz = 0)

Arguments

obj1

an object which is to be compared with the second object.

obj2

an object which is to be compared with the first object.

fuzz

tolerance for numerical comparisons. Values within fuzz will be considered equal.

See Also


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.