testEqual.ARMA: Specific Methods for Testing Equality

Description Usage Arguments See Also

View source: R/dse1.R

Description

See the generic function description.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
    ## S3 method for class 'ARMA'
testEqual(obj1, obj2, fuzz=0)
    ## S3 method for class 'SS'
testEqual(obj1, obj2, fuzz=0)
    ## S3 method for class 'TSdata'
testEqual(obj1, obj2, fuzz=1e-16)
    ## S3 method for class 'TSmodel'
testEqual(obj1, obj2, fuzz=0)
    ## S3 method for class 'TSestModel'
testEqual(obj1, obj2, fuzz=0)
    

Arguments

obj1

see generic method.

obj2

see generic method.

fuzz

see generic method.

See Also

testEqual


dse documentation built on March 4, 2020, 3:01 a.m.