Y
Hacker News
new
|
ask
|
show
|
jobs
Arima Models in Python: All Just Statsmodels Under the Hood?
(
layandreas.github.io
)
3 points
by
wismwasm
400 days ago
1 comments
Bostonian
399 days ago
R packages for time series analysis, including ARIMA models, are surveyed at
https://cran.r-project.org/web/views/TimeSeries.html
. Rpy2 can be used to call R from Python.
link