pmdarima
ARIMA estimators for Python>pmdarima brings [R]’s beloved auto.arima to Python, making an even stronger case for why you don’t need R for data science. pmdarima is 100% Python + Cython and does not leverage any R code, and impl
from statsmodels.tsa.arima_process import arma_generate_sample
arma_generate_sample([1, -0.7],[1 ],nsample=10000)