summary.um: Summary of um model

View source: R/um.R

summary.umR Documentation

Summary of um model

Description

summary prints a summary of the estimation and diagnosis.

Usage

## S3 method for class 'um'
summary(
  object,
  z = NULL,
  method = c("exact", "cond"),
  digits = max(3L, getOption("digits") - 3L),
  envir = NULL,
  ...
)

Arguments

object

an object of class um.

z

an object of class ts.

method

exact/conditional maximum likelihood.

digits

number of significant digits to use when printing.

envir

environment in which the function arguments are evaluated. If NULL the calling environment of this function will be used.

...

additional arguments.

Value

A list with the summary of the estimation and diagonosis.

Examples

z <- AirPassengers
airl <- um(z, i = list(1, c(1,12)), ma = list(1, c(1,12)), bc = TRUE)
summary(airl)


tfarima documentation built on May 20, 2022, 5:06 p.m.