• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

bashtage / statsmodels / 184
82%
master: 88%

Build:
Build:
LAST BUILD BRANCH: fuure-fixes
DEFAULT BRANCH: master
Ran 28 Mar 2014 12:21PM UTC
Jobs 1
Files 421
Run time 40s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
184

push

travis-ci

bashtage
ENH: Unit Root Tests

Introduces 4 new unit root tests and provides a class for Augmented Dickey Fuller testing.
The four new tests are:
  - PhillipsPerron
  - KPSS
  - Variance Ratio
  - DF-GLS

These have all been included in unitroot.py, and the afduller function has been moved from
tsatools to unitroot, and is now just a wrapper around the ADF class.

The critical value and p-value lookup codes have also been consolidated into untiroot.py.
Critical value and p-value lookup information for DFGLS and KPSS is not readily available
in published form, and so simulations were performed to generate these using 100,000,000
replications using a methodology similar to MacKinnon (2010).  All critical value data
has been consolidated into tsa/critical_values.

A cov_nw function was added to tsa/stattools which computes Newey-West covariance.

Also includes substantial improvements to tsatools, including numerous bug fixes.   The
code that handled recarrays has been improved to now handle pandas dataframes.  Numerous
doc strings where improved.  Test coverage was also substantially increased.

string_types was added to the compatibility library to address the difference between basestring
in Python 2 and str in Python 3.

Moved coint to a new file coinegration.py which will, in the long term, be expanded to include
other tests for cointegration.

32021 of 41644 relevant lines covered (76.89%)

0.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 184.1 (PYTHON=python PYSUF='') 28 Mar 2014 12:21PM UTC 0
76.89
Travis Job 184.1
Source Files on build 184
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #184
  • 26a4d36d on github
  • Prev Build on unit-root-testing (#169)
  • Next Build on unit-root-testing (#216)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc