l(obj1, obj2, ...)
## S3 method for class 'TSdata':
l(obj1, obj2, ...)
## S3 method for class 'TSestModel':
l(obj1, obj2, ...)
Arguments
obj1
a TSmodel, TSdata, or TSestModel object.
obj2
a TSmodel or TSdata object.
...
arguments to be passed to other methods.
Value
Usually a TSestModel object is returned. Most methods allow an
argument result which specifies that a certain part of the object is
returned. (This is passed in ...to another method in most cases.)
The likelihood can be returned by specifying result="like", which is useful
for optimization routines.
concept
DSE
Details
For state space models l.SS is called and for
ARMA models l.ARMA is called.