alkaline-ml / pmdarima

A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
https://www.alkaline-ml.com/pmdarima
MIT License
1.57k stars 231 forks source link

estimated coefficients on auto_arima #521

Open geandwor opened 1 year ago

geandwor commented 1 year ago

Describe the question you have

I am trying to use the estimated coefficients to write a functional form for the arima type model, but the coefficients seems to be the ones based on the state space transformation of arima type model. Is there anyway we can transform those estimated coefficients back to the coefficients of the functional form of the arima type model. Thanks much.

Versions (if necessary)

No response