Class ArimaCoefficients (3.33.0)

ArimaCoefficients(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Arima coefficients.

Attributes

Name Description
auto_regressive_coefficients Sequence[float]
Auto-regressive coefficients, an array of double.
moving_average_coefficients Sequence[float]
Moving-average coefficients, an array of double.
intercept_coefficient float
Intercept coefficient, just a double not an array.