simplified_print_SARIMA {simts} | R Documentation |
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 |
i |
An |
q |
An |
P |
An |
si |
An |
Q |
An |
s |
An |
Value
An S3 object with the following structure:
String containing simplified model
- simplified
Type of model (after simplification)
Author(s)
Stephane Guerrier
[Package simts version 0.2.2 Index]