Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

simplified_print_SARIMA

Simplify and print SARIMA model


Description

Simplify and print SARIMA model

Usage

simplified_print_SARIMA(p, i, q, P, si, Q, s)

Arguments

p

An integer denoting the length of ar.

i

An integer containing the number of differences to be done.

q

An integer denoting the length of ma.

P

An integer denoting the length of sma.

si

An integer containing the number of seasonal differences to be done.

Q

An integer denoting the length of sar.

s

An integer indicating the seasonal value of the data.

Value

An S3 object with the following structure:

print

String containing simplified model

simplified

Type of model (after simplification)

Author(s)

Stephane Guerrier


simts

Time Series Analysis Tools

v0.1.1
AGPL-3 | file LICENSE
Authors
Stéphane Guerrier [aut, cre, cph], James Balamuta [aut, cph], Roberto Molinari [aut, cph], Justin Lee [aut], Yuming Zhang [aut], Wenchao Yang [ctb], Nathanael Claussen [ctb], Yunxiang Zhang [ctb], Christian Gunning [cph], Romain Francois [cph], Ross Ihaka [cph], R Core Team [cph]
Initial release
2019-07-21

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.