See the generic function description.
# S3 method for forecast
testEqual(obj1, obj2, fuzz=1e-14)
# S3 method for forecastCov
testEqual(obj1, obj2, fuzz=1e-14)
# S3 method for horizonForecasts
testEqual(obj1, obj2, fuzz=1e-14)
# S3 method for estimatedModels
testEqual(obj1, obj2, fuzz = 0)
an object which is to be compared with the second object.
an object which is to be compared with the first object.
tolerance for numerical comparisons. Values within fuzz will be considered equal.