Description Usage Arguments See Also
See the generic function description.
1 2 3 4 5 6 7 8 | ## 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)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.