Simplify and print SARIMA model
simplified_print_SARIMA(p, i, q, P, si, Q, s)An S3 object with the following structure:
String containing simplified model
Type of model (after simplification)
An integer denoting the length of ar.
An integer containing the number of differences to be done.
An integer denoting the length of ma.
An integer denoting the length of sma.
An integer containing the number of seasonal differences to be done.
An integer denoting the length of sar.
An integer indicating the seasonal value of the data.
Stephane Guerrier