roots.estimatedModels: Roots Specific Methods

Description Usage Arguments Details See Also

View source: R/dse2.R

Description

See the generic function description.

Usage

1
2
3
4
5
    ## S3 method for class 'estimatedModels'
roots(obj, digits=options()$digits, mod =FALSE, ...)
    ## S3 method for class 'forecastCovEstimatorsWRTtrue'
roots(obj, digits=options()$digits,
       mod=FALSE, ...)

Arguments

obj

an object from which roots are to be extracted or calculated and printed.

digits

an integer indicating the number of significant digits to be printed (passed to the print method).

mod

if TRUE the modulus of the roots is calculated. Otherwise, a complex value may result.

...

arguments to be passed to other methods.

Details

The methods ***.ee are intended mainly to be called from EstEval in the EvalEst as criterion for evaluating an estimation method.

See Also

roots stability EstEval


dse documentation built on March 26, 2020, 7:12 p.m.