Kevin Sheppard

Results 499 comments of Kevin Sheppard

statsmodels 0.14.2 is built using NumPy

Any insight on numoy 2 builds of conda recipes for conda forge packages?

Can't reproduce ``` python from statsmodels.tsa.api import ARIMA import numpy as np y = np.random.randn(1000) arima_model = ARIMA(y, order=(1, 1, 1)) arima_results = arima_model.fit(disp=False) # or disp=-1 ``` What deps...

Strange, can't repro on Linux either. Versions are essentially identical. ``` text INSTALLED VERSIONS ------------------ Python: 2.7.12.final.0 OS: Linux 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 byteorder:...

If you use a fresh IPython and just paste my code do you see output?

> if you could throw a windows arm build on the pile that would be awesome. It seems to work and build as is on head. As far as I...

Looks like it is only the roadmap for SciPy 1.17.

Approved. I think the runners need to be updated. Ubuntu should be ubuntu-latest

This is a good idea. I think a slightly better one would be to pass in a scale parameter to the LL which would the rescale the intercept only, which...

The challenge with descaling is that the effect on the intercept depends on the model, and is non trivial when the model is not linear in the squares, e.g., EGARCH).