Statsmodels API
1
Table of Contents
1. statsmodels.api
2. Basic Documentation
3. Main modules of interest
4. Other modules of interest
5. statsmodel.sandbox
6. statsmodel.sandbox2
7. From official doc
Statsmodels API
Docs
»
statsmodels.tsa.tests.test_arima.ARIMA.__init__
View page source
statsmodels.tsa.tests.test_arima.ARIMA.__init__
¶
ARIMA.
__init__
(
endog
,
order
,
exog=None
,
dates=None
,
freq=None
,
missing='none'
)
[source]
¶