testEqual.estimatedModels {dse2} | R Documentation |
Specific Methods for Testing Equality
Description
See the generic function description.
Usage
## S3 method for class 'estimatedModels':
testEqual(obj1, obj2, fuzz = 0)
## S3 method for class 'EstEval':
testEqual(obj1, obj2, fuzz=0)
## 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 'MonteCarloSimulations':
testEqual(obj1, obj2, fuzz=1e-16)
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
testEqual
[Package
dse2 version 2008.10-1
Index]