-
I think there is a mistake in setup.py
the sdist doesn't distribute .pyx files anymore
However, if the install python has cython available, then it checks for `.pyx` files not for `.c` files.
```
Fi…
-
pylint finds two undefined variables
regression_plots has unittests (smoketests for matplotlib based functions) but incomplete coverage
add_lowess has no tests (#856 adds a smoketest for this)
-
I am testing JRI using the RTest class in the org.rosuda.REngine.JRI.test package and I am getting the following error:
```
rnorm(5); stop('error'); rnorm(2)Error: error
Exception: org.rosuda…
-
I have a working version of lowess smoothing that I've added to the "Transform" menu. the code is completely python, but it can be slow if you throw a lot of data at it. The obvious solution would be …
-
```
In [1]: import pyximport
In [2]: pyximport.install()
Out[2]: (None, )
In [3]: import statsmodels.api as sm
/Users/matthiasbussonnier/.pyxbld/temp.macosx-10.7-x86_64-2.7/pyrex/statsmodels/tsa/kalm…
-
Erreur de compilation :
Classe : MessageRateSong.java
Ligne : 48
Code : WindowComponent.getInstance().getApiNetwork().updateRate(song, userId);
Erreur : updateRate n'existe pas dans l'API Network
Eq…
-
When I try to run an ARIMA prediction I get an UnboundLocalError.
Code to reproduce:
``` python
import numpy as np
from statsmodels.tsa.arima_model import ARIMA
SAMPLE = [7.16, 5.04, 5.57, 5.10, 4.…
-
First off, I love what you're doing. I've had this on a to-do list for a long time. I would love to contribute.
Ran into some initial issues. Running everything on a macbook. Tried these in the pyth…
-
It seems that some package maintainers that would like to rely on `seaborn` are hesitant to add more dependencies. I was thus wondering if `statsmodels` is really required as scipy provides linear reg…
-
À la connexion d'une nouvelle personne, pour permettre la récupération des utilisateurs déjà connectés et ainsi les afficher dans son OnlineUsersComponent, pouvez-vous nous fournir une méthode dans vo…