summary: Model Estimation Summary

summary.arima.estimateR Documentation

Model Estimation Summary

Description

Summary method.

Usage

## S3 method for class 'arima.estimate'
summary(object, ...)

## S3 method for class 'bsts.estimate'
summary(object, quantiles = c(0.025, 0.25, 0.5, 0.75, 0.975), ...)

Arguments

object

an object of class “arima.spec” or “bsts.spec”.

...

not currently used.

quantiles

vector of quantiles to evaluate for each variable.

Value

A printout of the parameter summary, model type and some model metrics. For the bsts model, the posterior distribution of parameters is fist converted into an mcmc object (coda package).


tsmodels/tsforeign documentation built on June 22, 2022, 2:09 p.m.