Re: [Tutor] i installed the package statsmodels but i get an error when i use it

2013-12-16 Thread Don Jennings
On Dec 16, 2013, at 11:56 AM, eva maria gualandi wrote: > Good afternoon, > I installed from https://pypi.python.org/pypi/statsmodels the package > statsmodels for python 2.7 (32bit) , i have to do some test statistics for a > time series analysis that i can find under statsmodels.tsa. In part

Re: [Tutor] i installed the package statsmodels but i get an error when i use it

2013-12-16 Thread Derry, James R
13 10:56 AM To: tutor@python.org Subject: [Tutor] i installed the package statsmodels but i get an error when i use it Good afternoon, I installed from https://pypi.python.org/pypi/statsmodels the package statsmodels for python 2.7 (32bit) , i have to do some test statistics for a ti

Re: [Tutor] i installed the package statsmodels but i get an error when i use it

2013-12-16 Thread Alan Gauld
On 16/12/13 16:56, eva maria gualandi wrote: ) i run this simple programm import numpy as np import statsmodels from statsmodels.tsa import stattools x = np.array([1,2,3,4,3,4,2,3]) result = statsmodels.tsa.statools.adfuller(x,1) Since you explicitly imported stattools you only need to cal

Re: [Tutor] i installed the package statsmodels but i get an error when i use it

2013-12-16 Thread Steven D'Aprano
Hello Eva, On Mon, Dec 16, 2013 at 05:56:36PM +0100, eva maria gualandi wrote: [...] > but unfortunately i get the following error message: > > Traceback (most recent call last): > File "C:\Python27\esempio_adftest.py", line 3, in > from statsmodels.tsa import stattools [...] > from pa

[Tutor] i installed the package statsmodels but i get an error when i use it

2013-12-16 Thread eva maria gualandi
Good afternoon, I installed from *https://pypi.python.org/pypi/statsmodels *the package statsmodels for python 2.7 (32bit) , i have to do some test statistics for a time series analysis that i can find under statsmodels.tsa. In particular i really need to