pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-statsmodels



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jul 15 07:35:50 UTC 2016

Added Files:
        pkgsrc/math/py-statsmodels: DESCR Makefile PLIST distinfo

Log Message:
Import py-statsmodels-0.8.0rc1 as math/py-statsmodels.

Packaged for wip by Kamel Ibn Aziz Derouiche and myself.

Statsmodels is a Python package that provides a complement to scipy
for statistical computations including descriptive statistics and
estimation and inference for statistical models


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-statsmodels/DESCR \
    pkgsrc/math/py-statsmodels/Makefile pkgsrc/math/py-statsmodels/PLIST \
    pkgsrc/math/py-statsmodels/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/py-statsmodels/DESCR
diff -u /dev/null pkgsrc/math/py-statsmodels/DESCR:1.1
--- /dev/null   Fri Jul 15 07:35:50 2016
+++ pkgsrc/math/py-statsmodels/DESCR    Fri Jul 15 07:35:50 2016
@@ -0,0 +1,3 @@
+Statsmodels is a Python package that provides a complement to scipy
+for statistical computations including descriptive statistics and
+estimation and inference for statistical models
Index: pkgsrc/math/py-statsmodels/Makefile
diff -u /dev/null pkgsrc/math/py-statsmodels/Makefile:1.1
--- /dev/null   Fri Jul 15 07:35:50 2016
+++ pkgsrc/math/py-statsmodels/Makefile Fri Jul 15 07:35:50 2016
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2016/07/15 07:35:50 wiz Exp $
+
+DISTNAME=      statsmodels-0.8.0rc1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/statsmodels/}
+
+MAINTAINER=    jihbed.research%gmail.com@localhost
+HOMEPAGE=      http://statsmodels.sourceforge.net/
+COMMENT=       Statistical computations and models for use with SciPy
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.14.1:../../math/py-pandas
+DEPENDS+=      ${PYPKGPREFIX}-patsy>=0.3.0:../../math/py-patsy
+DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-statsmodels/PLIST
diff -u /dev/null pkgsrc/math/py-statsmodels/PLIST:1.1
--- /dev/null   Fri Jul 15 07:35:50 2016
+++ pkgsrc/math/py-statsmodels/PLIST    Fri Jul 15 07:35:50 2016
@@ -0,0 +1,2115 @@
+@comment $NetBSD: PLIST,v 1.1 2016/07/15 07:35:50 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/statsmodels/__init__.py
+${PYSITELIB}/statsmodels/__init__.pyc
+${PYSITELIB}/statsmodels/__init__.pyo
+${PYSITELIB}/statsmodels/api.py
+${PYSITELIB}/statsmodels/api.pyc
+${PYSITELIB}/statsmodels/api.pyo
+${PYSITELIB}/statsmodels/base/__init__.py
+${PYSITELIB}/statsmodels/base/__init__.pyc
+${PYSITELIB}/statsmodels/base/__init__.pyo
+${PYSITELIB}/statsmodels/base/_constraints.py
+${PYSITELIB}/statsmodels/base/_constraints.pyc
+${PYSITELIB}/statsmodels/base/_constraints.pyo
+${PYSITELIB}/statsmodels/base/_penalties.py
+${PYSITELIB}/statsmodels/base/_penalties.pyc
+${PYSITELIB}/statsmodels/base/_penalties.pyo
+${PYSITELIB}/statsmodels/base/covtype.py
+${PYSITELIB}/statsmodels/base/covtype.pyc
+${PYSITELIB}/statsmodels/base/covtype.pyo
+${PYSITELIB}/statsmodels/base/data.py
+${PYSITELIB}/statsmodels/base/data.pyc
+${PYSITELIB}/statsmodels/base/data.pyo
+${PYSITELIB}/statsmodels/base/elastic_net.py
+${PYSITELIB}/statsmodels/base/elastic_net.pyc
+${PYSITELIB}/statsmodels/base/elastic_net.pyo
+${PYSITELIB}/statsmodels/base/l1_cvxopt.py
+${PYSITELIB}/statsmodels/base/l1_cvxopt.pyc
+${PYSITELIB}/statsmodels/base/l1_cvxopt.pyo
+${PYSITELIB}/statsmodels/base/l1_slsqp.py
+${PYSITELIB}/statsmodels/base/l1_slsqp.pyc
+${PYSITELIB}/statsmodels/base/l1_slsqp.pyo
+${PYSITELIB}/statsmodels/base/l1_solvers_common.py
+${PYSITELIB}/statsmodels/base/l1_solvers_common.pyc
+${PYSITELIB}/statsmodels/base/l1_solvers_common.pyo
+${PYSITELIB}/statsmodels/base/model.py
+${PYSITELIB}/statsmodels/base/model.pyc
+${PYSITELIB}/statsmodels/base/model.pyo
+${PYSITELIB}/statsmodels/base/optimizer.py
+${PYSITELIB}/statsmodels/base/optimizer.pyc
+${PYSITELIB}/statsmodels/base/optimizer.pyo
+${PYSITELIB}/statsmodels/base/tests/__init__.py
+${PYSITELIB}/statsmodels/base/tests/__init__.pyc
+${PYSITELIB}/statsmodels/base/tests/__init__.pyo
+${PYSITELIB}/statsmodels/base/tests/test_data.py
+${PYSITELIB}/statsmodels/base/tests/test_data.pyc
+${PYSITELIB}/statsmodels/base/tests/test_data.pyo
+${PYSITELIB}/statsmodels/base/tests/test_generic_methods.py
+${PYSITELIB}/statsmodels/base/tests/test_generic_methods.pyc
+${PYSITELIB}/statsmodels/base/tests/test_generic_methods.pyo
+${PYSITELIB}/statsmodels/base/tests/test_optimize.py
+${PYSITELIB}/statsmodels/base/tests/test_optimize.pyc
+${PYSITELIB}/statsmodels/base/tests/test_optimize.pyo
+${PYSITELIB}/statsmodels/base/tests/test_shrink_pickle.py
+${PYSITELIB}/statsmodels/base/tests/test_shrink_pickle.pyc
+${PYSITELIB}/statsmodels/base/tests/test_shrink_pickle.pyo
+${PYSITELIB}/statsmodels/base/wrapper.py
+${PYSITELIB}/statsmodels/base/wrapper.pyc
+${PYSITELIB}/statsmodels/base/wrapper.pyo
+${PYSITELIB}/statsmodels/compat/__init__.py
+${PYSITELIB}/statsmodels/compat/__init__.pyc
+${PYSITELIB}/statsmodels/compat/__init__.pyo
+${PYSITELIB}/statsmodels/compat/collections.py
+${PYSITELIB}/statsmodels/compat/collections.pyc
+${PYSITELIB}/statsmodels/compat/collections.pyo
+${PYSITELIB}/statsmodels/compat/counter.py
+${PYSITELIB}/statsmodels/compat/counter.pyc
+${PYSITELIB}/statsmodels/compat/counter.pyo
+${PYSITELIB}/statsmodels/compat/numpy.py
+${PYSITELIB}/statsmodels/compat/numpy.pyc
+${PYSITELIB}/statsmodels/compat/numpy.pyo
+${PYSITELIB}/statsmodels/compat/ordereddict.py
+${PYSITELIB}/statsmodels/compat/ordereddict.pyc
+${PYSITELIB}/statsmodels/compat/ordereddict.pyo
+${PYSITELIB}/statsmodels/compat/pandas.py
+${PYSITELIB}/statsmodels/compat/pandas.pyc
+${PYSITELIB}/statsmodels/compat/pandas.pyo
+${PYSITELIB}/statsmodels/compat/python.py
+${PYSITELIB}/statsmodels/compat/python.pyc
+${PYSITELIB}/statsmodels/compat/python.pyo
+${PYSITELIB}/statsmodels/compat/scipy.py
+${PYSITELIB}/statsmodels/compat/scipy.pyc
+${PYSITELIB}/statsmodels/compat/scipy.pyo
+${PYSITELIB}/statsmodels/compat/tests/__init__.py
+${PYSITELIB}/statsmodels/compat/tests/__init__.pyc
+${PYSITELIB}/statsmodels/compat/tests/__init__.pyo
+${PYSITELIB}/statsmodels/compat/tests/test_collections.py
+${PYSITELIB}/statsmodels/compat/tests/test_collections.pyc
+${PYSITELIB}/statsmodels/compat/tests/test_collections.pyo
+${PYSITELIB}/statsmodels/compat/tests/test_itercompat.py
+${PYSITELIB}/statsmodels/compat/tests/test_itercompat.pyc
+${PYSITELIB}/statsmodels/compat/tests/test_itercompat.pyo
+${PYSITELIB}/statsmodels/compat/tests/test_scipy_compat.py
+${PYSITELIB}/statsmodels/compat/tests/test_scipy_compat.pyc
+${PYSITELIB}/statsmodels/compat/tests/test_scipy_compat.pyo
+${PYSITELIB}/statsmodels/datasets/__init__.py
+${PYSITELIB}/statsmodels/datasets/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/anes96/__init__.py
+${PYSITELIB}/statsmodels/datasets/anes96/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/anes96/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/anes96/anes96.csv
+${PYSITELIB}/statsmodels/datasets/anes96/data.py
+${PYSITELIB}/statsmodels/datasets/anes96/data.pyc
+${PYSITELIB}/statsmodels/datasets/anes96/data.pyo
+${PYSITELIB}/statsmodels/datasets/cancer/__init__.py
+${PYSITELIB}/statsmodels/datasets/cancer/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/cancer/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/cancer/cancer.csv
+${PYSITELIB}/statsmodels/datasets/cancer/data.py
+${PYSITELIB}/statsmodels/datasets/cancer/data.pyc
+${PYSITELIB}/statsmodels/datasets/cancer/data.pyo
+${PYSITELIB}/statsmodels/datasets/ccard/__init__.py
+${PYSITELIB}/statsmodels/datasets/ccard/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/ccard/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/ccard/ccard.csv
+${PYSITELIB}/statsmodels/datasets/ccard/data.py
+${PYSITELIB}/statsmodels/datasets/ccard/data.pyc
+${PYSITELIB}/statsmodels/datasets/ccard/data.pyo
+${PYSITELIB}/statsmodels/datasets/china_smoking/__init__.py
+${PYSITELIB}/statsmodels/datasets/china_smoking/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/china_smoking/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/china_smoking/china_smoking.csv
+${PYSITELIB}/statsmodels/datasets/china_smoking/data.py
+${PYSITELIB}/statsmodels/datasets/china_smoking/data.pyc
+${PYSITELIB}/statsmodels/datasets/china_smoking/data.pyo
+${PYSITELIB}/statsmodels/datasets/co2/__init__.py
+${PYSITELIB}/statsmodels/datasets/co2/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/co2/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/co2/co2.csv
+${PYSITELIB}/statsmodels/datasets/co2/data.py
+${PYSITELIB}/statsmodels/datasets/co2/data.pyc
+${PYSITELIB}/statsmodels/datasets/co2/data.pyo
+${PYSITELIB}/statsmodels/datasets/committee/__init__.py
+${PYSITELIB}/statsmodels/datasets/committee/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/committee/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/committee/committee.csv
+${PYSITELIB}/statsmodels/datasets/committee/data.py
+${PYSITELIB}/statsmodels/datasets/committee/data.pyc
+${PYSITELIB}/statsmodels/datasets/committee/data.pyo
+${PYSITELIB}/statsmodels/datasets/copper/__init__.py
+${PYSITELIB}/statsmodels/datasets/copper/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/copper/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/copper/copper.csv
+${PYSITELIB}/statsmodels/datasets/copper/data.py
+${PYSITELIB}/statsmodels/datasets/copper/data.pyc
+${PYSITELIB}/statsmodels/datasets/copper/data.pyo
+${PYSITELIB}/statsmodels/datasets/cpunish/__init__.py
+${PYSITELIB}/statsmodels/datasets/cpunish/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/cpunish/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/cpunish/cpunish.csv
+${PYSITELIB}/statsmodels/datasets/cpunish/data.py
+${PYSITELIB}/statsmodels/datasets/cpunish/data.pyc
+${PYSITELIB}/statsmodels/datasets/cpunish/data.pyo
+${PYSITELIB}/statsmodels/datasets/elnino/__init__.py
+${PYSITELIB}/statsmodels/datasets/elnino/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/elnino/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/elnino/data.py
+${PYSITELIB}/statsmodels/datasets/elnino/data.pyc
+${PYSITELIB}/statsmodels/datasets/elnino/data.pyo
+${PYSITELIB}/statsmodels/datasets/elnino/elnino.csv
+${PYSITELIB}/statsmodels/datasets/engel/__init__.py
+${PYSITELIB}/statsmodels/datasets/engel/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/engel/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/engel/data.py
+${PYSITELIB}/statsmodels/datasets/engel/data.pyc
+${PYSITELIB}/statsmodels/datasets/engel/data.pyo
+${PYSITELIB}/statsmodels/datasets/engel/engel.csv
+${PYSITELIB}/statsmodels/datasets/fair/__init__.py
+${PYSITELIB}/statsmodels/datasets/fair/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/fair/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/fair/data.py
+${PYSITELIB}/statsmodels/datasets/fair/data.pyc
+${PYSITELIB}/statsmodels/datasets/fair/data.pyo
+${PYSITELIB}/statsmodels/datasets/fair/fair.csv
+${PYSITELIB}/statsmodels/datasets/fertility/__init__.py
+${PYSITELIB}/statsmodels/datasets/fertility/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/fertility/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/fertility/data.py
+${PYSITELIB}/statsmodels/datasets/fertility/data.pyc
+${PYSITELIB}/statsmodels/datasets/fertility/data.pyo
+${PYSITELIB}/statsmodels/datasets/fertility/fertility.csv
+${PYSITELIB}/statsmodels/datasets/grunfeld/__init__.py
+${PYSITELIB}/statsmodels/datasets/grunfeld/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/grunfeld/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/grunfeld/data.py
+${PYSITELIB}/statsmodels/datasets/grunfeld/data.pyc
+${PYSITELIB}/statsmodels/datasets/grunfeld/data.pyo
+${PYSITELIB}/statsmodels/datasets/grunfeld/grunfeld.csv
+${PYSITELIB}/statsmodels/datasets/heart/__init__.py
+${PYSITELIB}/statsmodels/datasets/heart/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/heart/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/heart/data.py
+${PYSITELIB}/statsmodels/datasets/heart/data.pyc
+${PYSITELIB}/statsmodels/datasets/heart/data.pyo
+${PYSITELIB}/statsmodels/datasets/heart/heart.csv
+${PYSITELIB}/statsmodels/datasets/longley/__init__.py
+${PYSITELIB}/statsmodels/datasets/longley/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/longley/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/longley/data.py
+${PYSITELIB}/statsmodels/datasets/longley/data.pyc
+${PYSITELIB}/statsmodels/datasets/longley/data.pyo
+${PYSITELIB}/statsmodels/datasets/longley/longley.csv
+${PYSITELIB}/statsmodels/datasets/macrodata/__init__.py
+${PYSITELIB}/statsmodels/datasets/macrodata/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/macrodata/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/macrodata/data.py
+${PYSITELIB}/statsmodels/datasets/macrodata/data.pyc
+${PYSITELIB}/statsmodels/datasets/macrodata/data.pyo
+${PYSITELIB}/statsmodels/datasets/macrodata/macrodata.csv
+${PYSITELIB}/statsmodels/datasets/macrodata/macrodata.dta
+${PYSITELIB}/statsmodels/datasets/modechoice/__init__.py
+${PYSITELIB}/statsmodels/datasets/modechoice/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/modechoice/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/modechoice/data.py
+${PYSITELIB}/statsmodels/datasets/modechoice/data.pyc
+${PYSITELIB}/statsmodels/datasets/modechoice/data.pyo
+${PYSITELIB}/statsmodels/datasets/modechoice/modechoice.csv
+${PYSITELIB}/statsmodels/datasets/nile/__init__.py
+${PYSITELIB}/statsmodels/datasets/nile/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/nile/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/nile/data.py
+${PYSITELIB}/statsmodels/datasets/nile/data.pyc
+${PYSITELIB}/statsmodels/datasets/nile/data.pyo
+${PYSITELIB}/statsmodels/datasets/nile/nile.csv
+${PYSITELIB}/statsmodels/datasets/randhie/__init__.py
+${PYSITELIB}/statsmodels/datasets/randhie/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/randhie/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/randhie/data.py
+${PYSITELIB}/statsmodels/datasets/randhie/data.pyc
+${PYSITELIB}/statsmodels/datasets/randhie/data.pyo
+${PYSITELIB}/statsmodels/datasets/randhie/randhie.csv
+${PYSITELIB}/statsmodels/datasets/scotland/__init__.py
+${PYSITELIB}/statsmodels/datasets/scotland/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/scotland/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/scotland/data.py
+${PYSITELIB}/statsmodels/datasets/scotland/data.pyc
+${PYSITELIB}/statsmodels/datasets/scotland/data.pyo
+${PYSITELIB}/statsmodels/datasets/scotland/scotvote.csv
+${PYSITELIB}/statsmodels/datasets/spector/__init__.py
+${PYSITELIB}/statsmodels/datasets/spector/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/spector/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/spector/data.py
+${PYSITELIB}/statsmodels/datasets/spector/data.pyc
+${PYSITELIB}/statsmodels/datasets/spector/data.pyo
+${PYSITELIB}/statsmodels/datasets/spector/spector.csv
+${PYSITELIB}/statsmodels/datasets/stackloss/__init__.py
+${PYSITELIB}/statsmodels/datasets/stackloss/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/stackloss/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/stackloss/data.py
+${PYSITELIB}/statsmodels/datasets/stackloss/data.pyc
+${PYSITELIB}/statsmodels/datasets/stackloss/data.pyo
+${PYSITELIB}/statsmodels/datasets/stackloss/stackloss.csv
+${PYSITELIB}/statsmodels/datasets/star98/__init__.py
+${PYSITELIB}/statsmodels/datasets/star98/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/star98/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/star98/data.py
+${PYSITELIB}/statsmodels/datasets/star98/data.pyc
+${PYSITELIB}/statsmodels/datasets/star98/data.pyo
+${PYSITELIB}/statsmodels/datasets/star98/star98.csv
+${PYSITELIB}/statsmodels/datasets/statecrime/__init__.py
+${PYSITELIB}/statsmodels/datasets/statecrime/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/statecrime/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/statecrime/data.py
+${PYSITELIB}/statsmodels/datasets/statecrime/data.pyc
+${PYSITELIB}/statsmodels/datasets/statecrime/data.pyo
+${PYSITELIB}/statsmodels/datasets/statecrime/statecrime.csv
+${PYSITELIB}/statsmodels/datasets/strikes/__init__.py
+${PYSITELIB}/statsmodels/datasets/strikes/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/strikes/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/strikes/data.py
+${PYSITELIB}/statsmodels/datasets/strikes/data.pyc
+${PYSITELIB}/statsmodels/datasets/strikes/data.pyo
+${PYSITELIB}/statsmodels/datasets/strikes/strikes.csv
+${PYSITELIB}/statsmodels/datasets/sunspots/__init__.py
+${PYSITELIB}/statsmodels/datasets/sunspots/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/sunspots/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/sunspots/data.py
+${PYSITELIB}/statsmodels/datasets/sunspots/data.pyc
+${PYSITELIB}/statsmodels/datasets/sunspots/data.pyo
+${PYSITELIB}/statsmodels/datasets/sunspots/sunspots.csv
+${PYSITELIB}/statsmodels/datasets/template_data.py
+${PYSITELIB}/statsmodels/datasets/template_data.pyc
+${PYSITELIB}/statsmodels/datasets/template_data.pyo
+${PYSITELIB}/statsmodels/datasets/tests/__init__.py
+${PYSITELIB}/statsmodels/datasets/tests/__init__.pyc
+${PYSITELIB}/statsmodels/datasets/tests/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/tests/raw.github.com,vincentarelbundock,Rdatasets,master,csv,car,Duncan.csv.zip
+${PYSITELIB}/statsmodels/datasets/tests/raw.github.com,vincentarelbundock,Rdatasets,master,datasets.csv.zip
+${PYSITELIB}/statsmodels/datasets/tests/raw.github.com,vincentarelbundock,Rdatasets,master,doc,car,rst,Duncan.rst.zip
+${PYSITELIB}/statsmodels/datasets/tests/test_data.py
+${PYSITELIB}/statsmodels/datasets/tests/test_data.pyc
+${PYSITELIB}/statsmodels/datasets/tests/test_data.pyo
+${PYSITELIB}/statsmodels/datasets/tests/test_utils.py
+${PYSITELIB}/statsmodels/datasets/tests/test_utils.pyc
+${PYSITELIB}/statsmodels/datasets/tests/test_utils.pyo
+${PYSITELIB}/statsmodels/datasets/utils.py
+${PYSITELIB}/statsmodels/datasets/utils.pyc
+${PYSITELIB}/statsmodels/datasets/utils.pyo
+${PYSITELIB}/statsmodels/discrete/__init__.py
+${PYSITELIB}/statsmodels/discrete/__init__.pyc
+${PYSITELIB}/statsmodels/discrete/__init__.pyo
+${PYSITELIB}/statsmodels/discrete/discrete_margins.py
+${PYSITELIB}/statsmodels/discrete/discrete_margins.pyc
+${PYSITELIB}/statsmodels/discrete/discrete_margins.pyo
+${PYSITELIB}/statsmodels/discrete/discrete_model.py
+${PYSITELIB}/statsmodels/discrete/discrete_model.pyc
+${PYSITELIB}/statsmodels/discrete/discrete_model.pyo
+${PYSITELIB}/statsmodels/discrete/tests/__init__.py
+${PYSITELIB}/statsmodels/discrete/tests/__init__.pyc
+${PYSITELIB}/statsmodels/discrete/tests/__init__.pyo
+${PYSITELIB}/statsmodels/discrete/tests/results/__init__.py
+${PYSITELIB}/statsmodels/discrete/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/discrete/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/discrete/tests/results/mn_logit_summary.txt
+${PYSITELIB}/statsmodels/discrete/tests/results/mnlogit_resid.csv
+${PYSITELIB}/statsmodels/discrete/tests/results/nbinom_resids.csv
+${PYSITELIB}/statsmodels/discrete/tests/results/phat_mnlogit.csv
+${PYSITELIB}/statsmodels/discrete/tests/results/poisson_resid.csv
+${PYSITELIB}/statsmodels/discrete/tests/results/predict_prob_poisson.csv
+${PYSITELIB}/statsmodels/discrete/tests/results/results_count_robust_cluster.py
+${PYSITELIB}/statsmodels/discrete/tests/results/results_count_robust_cluster.pyc
+${PYSITELIB}/statsmodels/discrete/tests/results/results_count_robust_cluster.pyo
+${PYSITELIB}/statsmodels/discrete/tests/results/results_discrete.py
+${PYSITELIB}/statsmodels/discrete/tests/results/results_discrete.pyc
+${PYSITELIB}/statsmodels/discrete/tests/results/results_discrete.pyo
+${PYSITELIB}/statsmodels/discrete/tests/results/results_glm_logit_constrained.py
+${PYSITELIB}/statsmodels/discrete/tests/results/results_glm_logit_constrained.pyc
+${PYSITELIB}/statsmodels/discrete/tests/results/results_glm_logit_constrained.pyo
+${PYSITELIB}/statsmodels/discrete/tests/results/results_poisson_constrained.py
+${PYSITELIB}/statsmodels/discrete/tests/results/results_poisson_constrained.pyc
+${PYSITELIB}/statsmodels/discrete/tests/results/results_poisson_constrained.pyo
+${PYSITELIB}/statsmodels/discrete/tests/results/ships.csv
+${PYSITELIB}/statsmodels/discrete/tests/results/yhat_mnlogit.csv
+${PYSITELIB}/statsmodels/discrete/tests/results/yhat_poisson.csv
+${PYSITELIB}/statsmodels/discrete/tests/test_constrained.py
+${PYSITELIB}/statsmodels/discrete/tests/test_constrained.pyc
+${PYSITELIB}/statsmodels/discrete/tests/test_constrained.pyo
+${PYSITELIB}/statsmodels/discrete/tests/test_discrete.py
+${PYSITELIB}/statsmodels/discrete/tests/test_discrete.pyc
+${PYSITELIB}/statsmodels/discrete/tests/test_discrete.pyo
+${PYSITELIB}/statsmodels/discrete/tests/test_sandwich_cov.py
+${PYSITELIB}/statsmodels/discrete/tests/test_sandwich_cov.pyc
+${PYSITELIB}/statsmodels/discrete/tests/test_sandwich_cov.pyo
+${PYSITELIB}/statsmodels/distributions/__init__.py
+${PYSITELIB}/statsmodels/distributions/__init__.pyc
+${PYSITELIB}/statsmodels/distributions/__init__.pyo
+${PYSITELIB}/statsmodels/distributions/edgeworth.py
+${PYSITELIB}/statsmodels/distributions/edgeworth.pyc
+${PYSITELIB}/statsmodels/distributions/edgeworth.pyo
+${PYSITELIB}/statsmodels/distributions/empirical_distribution.py
+${PYSITELIB}/statsmodels/distributions/empirical_distribution.pyc
+${PYSITELIB}/statsmodels/distributions/empirical_distribution.pyo
+${PYSITELIB}/statsmodels/distributions/mixture_rvs.py
+${PYSITELIB}/statsmodels/distributions/mixture_rvs.pyc
+${PYSITELIB}/statsmodels/distributions/mixture_rvs.pyo
+${PYSITELIB}/statsmodels/distributions/tests/__init__.py
+${PYSITELIB}/statsmodels/distributions/tests/__init__.pyc
+${PYSITELIB}/statsmodels/distributions/tests/__init__.pyo
+${PYSITELIB}/statsmodels/distributions/tests/test_ecdf.py
+${PYSITELIB}/statsmodels/distributions/tests/test_ecdf.pyc
+${PYSITELIB}/statsmodels/distributions/tests/test_ecdf.pyo
+${PYSITELIB}/statsmodels/distributions/tests/test_edgeworth.py
+${PYSITELIB}/statsmodels/distributions/tests/test_edgeworth.pyc
+${PYSITELIB}/statsmodels/distributions/tests/test_edgeworth.pyo
+${PYSITELIB}/statsmodels/distributions/tests/test_mixture.py
+${PYSITELIB}/statsmodels/distributions/tests/test_mixture.pyc
+${PYSITELIB}/statsmodels/distributions/tests/test_mixture.pyo
+${PYSITELIB}/statsmodels/duration/__init__.py
+${PYSITELIB}/statsmodels/duration/__init__.pyc
+${PYSITELIB}/statsmodels/duration/__init__.pyo
+${PYSITELIB}/statsmodels/duration/api.py
+${PYSITELIB}/statsmodels/duration/api.pyc
+${PYSITELIB}/statsmodels/duration/api.pyo
+${PYSITELIB}/statsmodels/duration/hazard_regression.py
+${PYSITELIB}/statsmodels/duration/hazard_regression.pyc
+${PYSITELIB}/statsmodels/duration/hazard_regression.pyo
+${PYSITELIB}/statsmodels/duration/survfunc.py
+${PYSITELIB}/statsmodels/duration/survfunc.pyc
+${PYSITELIB}/statsmodels/duration/survfunc.pyo
+${PYSITELIB}/statsmodels/duration/tests/__init__.py
+${PYSITELIB}/statsmodels/duration/tests/__init__.pyc
+${PYSITELIB}/statsmodels/duration/tests/__init__.pyo
+${PYSITELIB}/statsmodels/duration/tests/phreg_gentests.py
+${PYSITELIB}/statsmodels/duration/tests/phreg_gentests.pyc
+${PYSITELIB}/statsmodels/duration/tests/phreg_gentests.pyo
+${PYSITELIB}/statsmodels/duration/tests/results/__init__.py
+${PYSITELIB}/statsmodels/duration/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/duration/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/duration/tests/results/bmt.csv
+${PYSITELIB}/statsmodels/duration/tests/results/bmt_results.csv
+${PYSITELIB}/statsmodels/duration/tests/results/survival_data_1000_10.csv
+${PYSITELIB}/statsmodels/duration/tests/results/survival_data_100_5.csv
+${PYSITELIB}/statsmodels/duration/tests/results/survival_data_20_1.csv
+${PYSITELIB}/statsmodels/duration/tests/results/survival_data_50_1.csv
+${PYSITELIB}/statsmodels/duration/tests/results/survival_data_50_2.csv
+${PYSITELIB}/statsmodels/duration/tests/survival_enet_r_results.py
+${PYSITELIB}/statsmodels/duration/tests/survival_enet_r_results.pyc
+${PYSITELIB}/statsmodels/duration/tests/survival_enet_r_results.pyo
+${PYSITELIB}/statsmodels/duration/tests/survival_r_results.py
+${PYSITELIB}/statsmodels/duration/tests/survival_r_results.pyc
+${PYSITELIB}/statsmodels/duration/tests/survival_r_results.pyo
+${PYSITELIB}/statsmodels/duration/tests/test_phreg.py
+${PYSITELIB}/statsmodels/duration/tests/test_phreg.pyc
+${PYSITELIB}/statsmodels/duration/tests/test_phreg.pyo
+${PYSITELIB}/statsmodels/duration/tests/test_survfunc.py
+${PYSITELIB}/statsmodels/duration/tests/test_survfunc.pyc
+${PYSITELIB}/statsmodels/duration/tests/test_survfunc.pyo
+${PYSITELIB}/statsmodels/emplike/__init__.py
+${PYSITELIB}/statsmodels/emplike/__init__.pyc
+${PYSITELIB}/statsmodels/emplike/__init__.pyo
+${PYSITELIB}/statsmodels/emplike/aft_el.py
+${PYSITELIB}/statsmodels/emplike/aft_el.pyc
+${PYSITELIB}/statsmodels/emplike/aft_el.pyo
+${PYSITELIB}/statsmodels/emplike/api.py
+${PYSITELIB}/statsmodels/emplike/api.pyc
+${PYSITELIB}/statsmodels/emplike/api.pyo
+${PYSITELIB}/statsmodels/emplike/descriptive.py
+${PYSITELIB}/statsmodels/emplike/descriptive.pyc
+${PYSITELIB}/statsmodels/emplike/descriptive.pyo
+${PYSITELIB}/statsmodels/emplike/elanova.py
+${PYSITELIB}/statsmodels/emplike/elanova.pyc
+${PYSITELIB}/statsmodels/emplike/elanova.pyo
+${PYSITELIB}/statsmodels/emplike/elregress.py
+${PYSITELIB}/statsmodels/emplike/elregress.pyc
+${PYSITELIB}/statsmodels/emplike/elregress.pyo
+${PYSITELIB}/statsmodels/emplike/koul_and_mc.py
+${PYSITELIB}/statsmodels/emplike/koul_and_mc.pyc
+${PYSITELIB}/statsmodels/emplike/koul_and_mc.pyo
+${PYSITELIB}/statsmodels/emplike/originregress.py
+${PYSITELIB}/statsmodels/emplike/originregress.pyc
+${PYSITELIB}/statsmodels/emplike/originregress.pyo
+${PYSITELIB}/statsmodels/emplike/tests/__init__.py
+${PYSITELIB}/statsmodels/emplike/tests/__init__.pyc
+${PYSITELIB}/statsmodels/emplike/tests/__init__.pyo
+${PYSITELIB}/statsmodels/emplike/tests/results/__init__.py
+${PYSITELIB}/statsmodels/emplike/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/emplike/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/emplike/tests/results/el_results.py
+${PYSITELIB}/statsmodels/emplike/tests/results/el_results.pyc
+${PYSITELIB}/statsmodels/emplike/tests/results/el_results.pyo
+${PYSITELIB}/statsmodels/emplike/tests/test_aft.py
+${PYSITELIB}/statsmodels/emplike/tests/test_aft.pyc
+${PYSITELIB}/statsmodels/emplike/tests/test_aft.pyo
+${PYSITELIB}/statsmodels/emplike/tests/test_anova.py
+${PYSITELIB}/statsmodels/emplike/tests/test_anova.pyc
+${PYSITELIB}/statsmodels/emplike/tests/test_anova.pyo
+${PYSITELIB}/statsmodels/emplike/tests/test_descriptive.py
+${PYSITELIB}/statsmodels/emplike/tests/test_descriptive.pyc
+${PYSITELIB}/statsmodels/emplike/tests/test_descriptive.pyo
+${PYSITELIB}/statsmodels/emplike/tests/test_origin.py
+${PYSITELIB}/statsmodels/emplike/tests/test_origin.pyc
+${PYSITELIB}/statsmodels/emplike/tests/test_origin.pyo
+${PYSITELIB}/statsmodels/emplike/tests/test_regression.py
+${PYSITELIB}/statsmodels/emplike/tests/test_regression.pyc
+${PYSITELIB}/statsmodels/emplike/tests/test_regression.pyo
+${PYSITELIB}/statsmodels/formula/__init__.py
+${PYSITELIB}/statsmodels/formula/__init__.pyc
+${PYSITELIB}/statsmodels/formula/__init__.pyo
+${PYSITELIB}/statsmodels/formula/api.py
+${PYSITELIB}/statsmodels/formula/api.pyc
+${PYSITELIB}/statsmodels/formula/api.pyo
+${PYSITELIB}/statsmodels/formula/formulatools.py
+${PYSITELIB}/statsmodels/formula/formulatools.pyc
+${PYSITELIB}/statsmodels/formula/formulatools.pyo
+${PYSITELIB}/statsmodels/formula/tests/__init__.py
+${PYSITELIB}/statsmodels/formula/tests/__init__.pyc
+${PYSITELIB}/statsmodels/formula/tests/__init__.pyo
+${PYSITELIB}/statsmodels/formula/tests/test_formula.py
+${PYSITELIB}/statsmodels/formula/tests/test_formula.pyc
+${PYSITELIB}/statsmodels/formula/tests/test_formula.pyo
+${PYSITELIB}/statsmodels/genmod/__init__.py
+${PYSITELIB}/statsmodels/genmod/__init__.pyc
+${PYSITELIB}/statsmodels/genmod/__init__.pyo
+${PYSITELIB}/statsmodels/genmod/_prediction.py
+${PYSITELIB}/statsmodels/genmod/_prediction.pyc
+${PYSITELIB}/statsmodels/genmod/_prediction.pyo
+${PYSITELIB}/statsmodels/genmod/_tweedie_compound_poisson.py
+${PYSITELIB}/statsmodels/genmod/_tweedie_compound_poisson.pyc
+${PYSITELIB}/statsmodels/genmod/_tweedie_compound_poisson.pyo
+${PYSITELIB}/statsmodels/genmod/api.py
+${PYSITELIB}/statsmodels/genmod/api.pyc
+${PYSITELIB}/statsmodels/genmod/api.pyo
+${PYSITELIB}/statsmodels/genmod/cov_struct.py
+${PYSITELIB}/statsmodels/genmod/cov_struct.pyc
+${PYSITELIB}/statsmodels/genmod/cov_struct.pyo
+${PYSITELIB}/statsmodels/genmod/families/__init__.py
+${PYSITELIB}/statsmodels/genmod/families/__init__.pyc
+${PYSITELIB}/statsmodels/genmod/families/__init__.pyo
+${PYSITELIB}/statsmodels/genmod/families/family.py
+${PYSITELIB}/statsmodels/genmod/families/family.pyc
+${PYSITELIB}/statsmodels/genmod/families/family.pyo
+${PYSITELIB}/statsmodels/genmod/families/links.py
+${PYSITELIB}/statsmodels/genmod/families/links.pyc
+${PYSITELIB}/statsmodels/genmod/families/links.pyo
+${PYSITELIB}/statsmodels/genmod/families/tests/__init__.py
+${PYSITELIB}/statsmodels/genmod/families/tests/__init__.pyc
+${PYSITELIB}/statsmodels/genmod/families/tests/__init__.pyo
+${PYSITELIB}/statsmodels/genmod/families/tests/test_link.py
+${PYSITELIB}/statsmodels/genmod/families/tests/test_link.pyc
+${PYSITELIB}/statsmodels/genmod/families/tests/test_link.pyo
+${PYSITELIB}/statsmodels/genmod/families/varfuncs.py
+${PYSITELIB}/statsmodels/genmod/families/varfuncs.pyc
+${PYSITELIB}/statsmodels/genmod/families/varfuncs.pyo
+${PYSITELIB}/statsmodels/genmod/generalized_estimating_equations.py
+${PYSITELIB}/statsmodels/genmod/generalized_estimating_equations.pyc
+${PYSITELIB}/statsmodels/genmod/generalized_estimating_equations.pyo
+${PYSITELIB}/statsmodels/genmod/generalized_linear_model.py
+${PYSITELIB}/statsmodels/genmod/generalized_linear_model.pyc
+${PYSITELIB}/statsmodels/genmod/generalized_linear_model.pyo
+${PYSITELIB}/statsmodels/genmod/tests/__init__.py
+${PYSITELIB}/statsmodels/genmod/tests/__init__.pyc
+${PYSITELIB}/statsmodels/genmod/tests/__init__.pyo
+${PYSITELIB}/statsmodels/genmod/tests/gee_categorical_simulation_check.py
+${PYSITELIB}/statsmodels/genmod/tests/gee_categorical_simulation_check.pyc
+${PYSITELIB}/statsmodels/genmod/tests/gee_categorical_simulation_check.pyo
+${PYSITELIB}/statsmodels/genmod/tests/gee_gaussian_simulation_check.py
+${PYSITELIB}/statsmodels/genmod/tests/gee_gaussian_simulation_check.pyc
+${PYSITELIB}/statsmodels/genmod/tests/gee_gaussian_simulation_check.pyo
+${PYSITELIB}/statsmodels/genmod/tests/gee_poisson_simulation_check.py
+${PYSITELIB}/statsmodels/genmod/tests/gee_poisson_simulation_check.pyc
+${PYSITELIB}/statsmodels/genmod/tests/gee_poisson_simulation_check.pyo
+${PYSITELIB}/statsmodels/genmod/tests/gee_simulation_check.py
+${PYSITELIB}/statsmodels/genmod/tests/gee_simulation_check.pyc
+${PYSITELIB}/statsmodels/genmod/tests/gee_simulation_check.pyo
+${PYSITELIB}/statsmodels/genmod/tests/glmnet_r_results.py
+${PYSITELIB}/statsmodels/genmod/tests/glmnet_r_results.pyc
+${PYSITELIB}/statsmodels/genmod/tests/glmnet_r_results.pyo
+${PYSITELIB}/statsmodels/genmod/tests/results/__init__.py
+${PYSITELIB}/statsmodels/genmod/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/genmod/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/genmod/tests/results/elastic_net_generate_tests.py
+${PYSITELIB}/statsmodels/genmod/tests/results/elastic_net_generate_tests.pyc
+${PYSITELIB}/statsmodels/genmod/tests/results/elastic_net_generate_tests.pyo
+${PYSITELIB}/statsmodels/genmod/tests/results/enet_binomial.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/enet_poisson.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/epil.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/gee_generate_tests.py
+${PYSITELIB}/statsmodels/genmod/tests/results/gee_generate_tests.pyc
+${PYSITELIB}/statsmodels/genmod/tests/results/gee_generate_tests.pyo
+${PYSITELIB}/statsmodels/genmod/tests/results/gee_linear_1.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/gee_logistic_1.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/gee_nested_linear_1.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/gee_nominal_1.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/gee_ordinal_1.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/gee_poisson_1.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/glm_test_resids.py
+${PYSITELIB}/statsmodels/genmod/tests/results/glm_test_resids.pyc
+${PYSITELIB}/statsmodels/genmod/tests/results/glm_test_resids.pyo
+${PYSITELIB}/statsmodels/genmod/tests/results/igaussident_resids.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/inv_gaussian.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/iris.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/medparlogresids.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/results_glm.py
+${PYSITELIB}/statsmodels/genmod/tests/results/results_glm.pyc
+${PYSITELIB}/statsmodels/genmod/tests/results/results_glm.pyo
+${PYSITELIB}/statsmodels/genmod/tests/results/results_glm_poisson_weights.py
+${PYSITELIB}/statsmodels/genmod/tests/results/results_glm_poisson_weights.pyc
+${PYSITELIB}/statsmodels/genmod/tests/results/results_glm_poisson_weights.pyo
+${PYSITELIB}/statsmodels/genmod/tests/results/stata_cancer_glm.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/stata_lbw_glm.csv
+${PYSITELIB}/statsmodels/genmod/tests/results/stata_medpar1_glm.csv
+${PYSITELIB}/statsmodels/genmod/tests/test_gee.py
+${PYSITELIB}/statsmodels/genmod/tests/test_gee.pyc
+${PYSITELIB}/statsmodels/genmod/tests/test_gee.pyo
+${PYSITELIB}/statsmodels/genmod/tests/test_glm.py
+${PYSITELIB}/statsmodels/genmod/tests/test_glm.pyc
+${PYSITELIB}/statsmodels/genmod/tests/test_glm.pyo
+${PYSITELIB}/statsmodels/genmod/tests/test_glm_weights.py
+${PYSITELIB}/statsmodels/genmod/tests/test_glm_weights.pyc
+${PYSITELIB}/statsmodels/genmod/tests/test_glm_weights.pyo
+${PYSITELIB}/statsmodels/graphics/__init__.py
+${PYSITELIB}/statsmodels/graphics/__init__.pyc
+${PYSITELIB}/statsmodels/graphics/__init__.pyo
+${PYSITELIB}/statsmodels/graphics/_regressionplots_doc.py
+${PYSITELIB}/statsmodels/graphics/_regressionplots_doc.pyc
+${PYSITELIB}/statsmodels/graphics/_regressionplots_doc.pyo
+${PYSITELIB}/statsmodels/graphics/api.py
+${PYSITELIB}/statsmodels/graphics/api.pyc
+${PYSITELIB}/statsmodels/graphics/api.pyo
+${PYSITELIB}/statsmodels/graphics/boxplots.py
+${PYSITELIB}/statsmodels/graphics/boxplots.pyc
+${PYSITELIB}/statsmodels/graphics/boxplots.pyo
+${PYSITELIB}/statsmodels/graphics/correlation.py
+${PYSITELIB}/statsmodels/graphics/correlation.pyc
+${PYSITELIB}/statsmodels/graphics/correlation.pyo
+${PYSITELIB}/statsmodels/graphics/dotplots.py
+${PYSITELIB}/statsmodels/graphics/dotplots.pyc
+${PYSITELIB}/statsmodels/graphics/dotplots.pyo
+${PYSITELIB}/statsmodels/graphics/factorplots.py
+${PYSITELIB}/statsmodels/graphics/factorplots.pyc
+${PYSITELIB}/statsmodels/graphics/factorplots.pyo
+${PYSITELIB}/statsmodels/graphics/functional.py
+${PYSITELIB}/statsmodels/graphics/functional.pyc
+${PYSITELIB}/statsmodels/graphics/functional.pyo
+${PYSITELIB}/statsmodels/graphics/gofplots.py
+${PYSITELIB}/statsmodels/graphics/gofplots.pyc
+${PYSITELIB}/statsmodels/graphics/gofplots.pyo
+${PYSITELIB}/statsmodels/graphics/mosaicplot.py
+${PYSITELIB}/statsmodels/graphics/mosaicplot.pyc
+${PYSITELIB}/statsmodels/graphics/mosaicplot.pyo
+${PYSITELIB}/statsmodels/graphics/plot_grids.py
+${PYSITELIB}/statsmodels/graphics/plot_grids.pyc
+${PYSITELIB}/statsmodels/graphics/plot_grids.pyo
+${PYSITELIB}/statsmodels/graphics/plottools.py
+${PYSITELIB}/statsmodels/graphics/plottools.pyc
+${PYSITELIB}/statsmodels/graphics/plottools.pyo
+${PYSITELIB}/statsmodels/graphics/regressionplots.py
+${PYSITELIB}/statsmodels/graphics/regressionplots.pyc
+${PYSITELIB}/statsmodels/graphics/regressionplots.pyo
+${PYSITELIB}/statsmodels/graphics/tests/__init__.py
+${PYSITELIB}/statsmodels/graphics/tests/__init__.pyc
+${PYSITELIB}/statsmodels/graphics/tests/__init__.pyo
+${PYSITELIB}/statsmodels/graphics/tests/test_boxplots.py
+${PYSITELIB}/statsmodels/graphics/tests/test_boxplots.pyc
+${PYSITELIB}/statsmodels/graphics/tests/test_boxplots.pyo
+${PYSITELIB}/statsmodels/graphics/tests/test_correlation.py
+${PYSITELIB}/statsmodels/graphics/tests/test_correlation.pyc
+${PYSITELIB}/statsmodels/graphics/tests/test_correlation.pyo
+${PYSITELIB}/statsmodels/graphics/tests/test_dotplot.py
+${PYSITELIB}/statsmodels/graphics/tests/test_dotplot.pyc
+${PYSITELIB}/statsmodels/graphics/tests/test_dotplot.pyo
+${PYSITELIB}/statsmodels/graphics/tests/test_factorplots.py
+${PYSITELIB}/statsmodels/graphics/tests/test_factorplots.pyc
+${PYSITELIB}/statsmodels/graphics/tests/test_factorplots.pyo
+${PYSITELIB}/statsmodels/graphics/tests/test_functional.py
+${PYSITELIB}/statsmodels/graphics/tests/test_functional.pyc
+${PYSITELIB}/statsmodels/graphics/tests/test_functional.pyo
+${PYSITELIB}/statsmodels/graphics/tests/test_gofplots.py
+${PYSITELIB}/statsmodels/graphics/tests/test_gofplots.pyc
+${PYSITELIB}/statsmodels/graphics/tests/test_gofplots.pyo
+${PYSITELIB}/statsmodels/graphics/tests/test_mosaicplot.py
+${PYSITELIB}/statsmodels/graphics/tests/test_mosaicplot.pyc
+${PYSITELIB}/statsmodels/graphics/tests/test_mosaicplot.pyo
+${PYSITELIB}/statsmodels/graphics/tests/test_regressionplots.py
+${PYSITELIB}/statsmodels/graphics/tests/test_regressionplots.pyc
+${PYSITELIB}/statsmodels/graphics/tests/test_regressionplots.pyo
+${PYSITELIB}/statsmodels/graphics/tests/test_tsaplots.py
+${PYSITELIB}/statsmodels/graphics/tests/test_tsaplots.pyc
+${PYSITELIB}/statsmodels/graphics/tests/test_tsaplots.pyo
+${PYSITELIB}/statsmodels/graphics/tsaplots.py
+${PYSITELIB}/statsmodels/graphics/tsaplots.pyc
+${PYSITELIB}/statsmodels/graphics/tsaplots.pyo
+${PYSITELIB}/statsmodels/graphics/tukeyplot.py
+${PYSITELIB}/statsmodels/graphics/tukeyplot.pyc
+${PYSITELIB}/statsmodels/graphics/tukeyplot.pyo
+${PYSITELIB}/statsmodels/graphics/utils.py
+${PYSITELIB}/statsmodels/graphics/utils.pyc
+${PYSITELIB}/statsmodels/graphics/utils.pyo
+${PYSITELIB}/statsmodels/imputation/__init__.py
+${PYSITELIB}/statsmodels/imputation/__init__.pyc
+${PYSITELIB}/statsmodels/imputation/__init__.pyo
+${PYSITELIB}/statsmodels/imputation/mice.py
+${PYSITELIB}/statsmodels/imputation/mice.pyc
+${PYSITELIB}/statsmodels/imputation/mice.pyo
+${PYSITELIB}/statsmodels/imputation/ros.py
+${PYSITELIB}/statsmodels/imputation/ros.pyc
+${PYSITELIB}/statsmodels/imputation/ros.pyo
+${PYSITELIB}/statsmodels/imputation/tests/__init__.py
+${PYSITELIB}/statsmodels/imputation/tests/__init__.pyc
+${PYSITELIB}/statsmodels/imputation/tests/__init__.pyo
+${PYSITELIB}/statsmodels/imputation/tests/test_mice.py
+${PYSITELIB}/statsmodels/imputation/tests/test_mice.pyc
+${PYSITELIB}/statsmodels/imputation/tests/test_mice.pyo
+${PYSITELIB}/statsmodels/imputation/tests/test_ros.py
+${PYSITELIB}/statsmodels/imputation/tests/test_ros.pyc
+${PYSITELIB}/statsmodels/imputation/tests/test_ros.pyo
+${PYSITELIB}/statsmodels/info.py
+${PYSITELIB}/statsmodels/info.pyc
+${PYSITELIB}/statsmodels/info.pyo
+${PYSITELIB}/statsmodels/interface/__init__.py
+${PYSITELIB}/statsmodels/interface/__init__.pyc
+${PYSITELIB}/statsmodels/interface/__init__.pyo
+${PYSITELIB}/statsmodels/iolib/__init__.py
+${PYSITELIB}/statsmodels/iolib/__init__.pyc
+${PYSITELIB}/statsmodels/iolib/__init__.pyo
+${PYSITELIB}/statsmodels/iolib/api.py
+${PYSITELIB}/statsmodels/iolib/api.pyc
+${PYSITELIB}/statsmodels/iolib/api.pyo
+${PYSITELIB}/statsmodels/iolib/foreign.py
+${PYSITELIB}/statsmodels/iolib/foreign.pyc
+${PYSITELIB}/statsmodels/iolib/foreign.pyo
+${PYSITELIB}/statsmodels/iolib/openfile.py
+${PYSITELIB}/statsmodels/iolib/openfile.pyc
+${PYSITELIB}/statsmodels/iolib/openfile.pyo
+${PYSITELIB}/statsmodels/iolib/smpickle.py
+${PYSITELIB}/statsmodels/iolib/smpickle.pyc
+${PYSITELIB}/statsmodels/iolib/smpickle.pyo
+${PYSITELIB}/statsmodels/iolib/stata_summary_examples.py
+${PYSITELIB}/statsmodels/iolib/stata_summary_examples.pyc
+${PYSITELIB}/statsmodels/iolib/stata_summary_examples.pyo
+${PYSITELIB}/statsmodels/iolib/summary.py
+${PYSITELIB}/statsmodels/iolib/summary.pyc
+${PYSITELIB}/statsmodels/iolib/summary.pyo
+${PYSITELIB}/statsmodels/iolib/summary2.py
+${PYSITELIB}/statsmodels/iolib/summary2.pyc
+${PYSITELIB}/statsmodels/iolib/summary2.pyo
+${PYSITELIB}/statsmodels/iolib/table.py
+${PYSITELIB}/statsmodels/iolib/table.pyc
+${PYSITELIB}/statsmodels/iolib/table.pyo
+${PYSITELIB}/statsmodels/iolib/tableformatting.py
+${PYSITELIB}/statsmodels/iolib/tableformatting.pyc
+${PYSITELIB}/statsmodels/iolib/tableformatting.pyo
+${PYSITELIB}/statsmodels/iolib/tests/__init__.py
+${PYSITELIB}/statsmodels/iolib/tests/__init__.pyc
+${PYSITELIB}/statsmodels/iolib/tests/__init__.pyo
+${PYSITELIB}/statsmodels/iolib/tests/results/__init__.py
+${PYSITELIB}/statsmodels/iolib/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/iolib/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/iolib/tests/results/data_missing.dta
+${PYSITELIB}/statsmodels/iolib/tests/results/macrodata.py
+${PYSITELIB}/statsmodels/iolib/tests/results/macrodata.pyc
+${PYSITELIB}/statsmodels/iolib/tests/results/macrodata.pyo
+${PYSITELIB}/statsmodels/iolib/tests/results/time_series_examples.dta
+${PYSITELIB}/statsmodels/iolib/tests/test_foreign.py
+${PYSITELIB}/statsmodels/iolib/tests/test_foreign.pyc
+${PYSITELIB}/statsmodels/iolib/tests/test_foreign.pyo
+${PYSITELIB}/statsmodels/iolib/tests/test_pickle.py
+${PYSITELIB}/statsmodels/iolib/tests/test_pickle.pyc
+${PYSITELIB}/statsmodels/iolib/tests/test_pickle.pyo
+${PYSITELIB}/statsmodels/iolib/tests/test_summary.py
+${PYSITELIB}/statsmodels/iolib/tests/test_summary.pyc
+${PYSITELIB}/statsmodels/iolib/tests/test_summary.pyo
+${PYSITELIB}/statsmodels/iolib/tests/test_summary_old.py
+${PYSITELIB}/statsmodels/iolib/tests/test_summary_old.pyc
+${PYSITELIB}/statsmodels/iolib/tests/test_summary_old.pyo
+${PYSITELIB}/statsmodels/iolib/tests/test_table.py
+${PYSITELIB}/statsmodels/iolib/tests/test_table.pyc
+${PYSITELIB}/statsmodels/iolib/tests/test_table.pyo
+${PYSITELIB}/statsmodels/iolib/tests/test_table_econpy.py
+${PYSITELIB}/statsmodels/iolib/tests/test_table_econpy.pyc
+${PYSITELIB}/statsmodels/iolib/tests/test_table_econpy.pyo
+${PYSITELIB}/statsmodels/miscmodels/__init__.py
+${PYSITELIB}/statsmodels/miscmodels/__init__.pyc
+${PYSITELIB}/statsmodels/miscmodels/__init__.pyo
+${PYSITELIB}/statsmodels/miscmodels/api.py
+${PYSITELIB}/statsmodels/miscmodels/api.pyc
+${PYSITELIB}/statsmodels/miscmodels/api.pyo
+${PYSITELIB}/statsmodels/miscmodels/count.py
+${PYSITELIB}/statsmodels/miscmodels/count.pyc
+${PYSITELIB}/statsmodels/miscmodels/count.pyo
+${PYSITELIB}/statsmodels/miscmodels/nonlinls.py
+${PYSITELIB}/statsmodels/miscmodels/nonlinls.pyc
+${PYSITELIB}/statsmodels/miscmodels/nonlinls.pyo
+${PYSITELIB}/statsmodels/miscmodels/tests/__init__.py
+${PYSITELIB}/statsmodels/miscmodels/tests/__init__.pyc
+${PYSITELIB}/statsmodels/miscmodels/tests/__init__.pyo
+${PYSITELIB}/statsmodels/miscmodels/tests/results_tmodel.py
+${PYSITELIB}/statsmodels/miscmodels/tests/results_tmodel.pyc
+${PYSITELIB}/statsmodels/miscmodels/tests/results_tmodel.pyo
+${PYSITELIB}/statsmodels/miscmodels/tests/test_generic_mle.py
+${PYSITELIB}/statsmodels/miscmodels/tests/test_generic_mle.pyc
+${PYSITELIB}/statsmodels/miscmodels/tests/test_generic_mle.pyo
+${PYSITELIB}/statsmodels/miscmodels/tests/test_poisson.py
+${PYSITELIB}/statsmodels/miscmodels/tests/test_poisson.pyc
+${PYSITELIB}/statsmodels/miscmodels/tests/test_poisson.pyo
+${PYSITELIB}/statsmodels/miscmodels/tests/test_tarma.py
+${PYSITELIB}/statsmodels/miscmodels/tests/test_tarma.pyc
+${PYSITELIB}/statsmodels/miscmodels/tests/test_tarma.pyo
+${PYSITELIB}/statsmodels/miscmodels/tests/test_tmodel.py
+${PYSITELIB}/statsmodels/miscmodels/tests/test_tmodel.pyc
+${PYSITELIB}/statsmodels/miscmodels/tests/test_tmodel.pyo
+${PYSITELIB}/statsmodels/miscmodels/tmodel.py
+${PYSITELIB}/statsmodels/miscmodels/tmodel.pyc
+${PYSITELIB}/statsmodels/miscmodels/tmodel.pyo
+${PYSITELIB}/statsmodels/miscmodels/try_mlecov.py
+${PYSITELIB}/statsmodels/miscmodels/try_mlecov.pyc
+${PYSITELIB}/statsmodels/miscmodels/try_mlecov.pyo
+${PYSITELIB}/statsmodels/multivariate/__init__.py
+${PYSITELIB}/statsmodels/multivariate/__init__.pyc
+${PYSITELIB}/statsmodels/multivariate/__init__.pyo
+${PYSITELIB}/statsmodels/multivariate/pca.py
+${PYSITELIB}/statsmodels/multivariate/pca.pyc
+${PYSITELIB}/statsmodels/multivariate/pca.pyo
+${PYSITELIB}/statsmodels/multivariate/tests/__init__.py
+${PYSITELIB}/statsmodels/multivariate/tests/__init__.pyc
+${PYSITELIB}/statsmodels/multivariate/tests/__init__.pyo
+${PYSITELIB}/statsmodels/multivariate/tests/results/__init__.py
+${PYSITELIB}/statsmodels/multivariate/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/multivariate/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/multivariate/tests/results/datamlw.py
+${PYSITELIB}/statsmodels/multivariate/tests/results/datamlw.pyc
+${PYSITELIB}/statsmodels/multivariate/tests/results/datamlw.pyo
+${PYSITELIB}/statsmodels/multivariate/tests/test_pca.py
+${PYSITELIB}/statsmodels/multivariate/tests/test_pca.pyc
+${PYSITELIB}/statsmodels/multivariate/tests/test_pca.pyo
+${PYSITELIB}/statsmodels/nonparametric/__init__.py
+${PYSITELIB}/statsmodels/nonparametric/__init__.pyc
+${PYSITELIB}/statsmodels/nonparametric/__init__.pyo
+${PYSITELIB}/statsmodels/nonparametric/_kernel_base.py
+${PYSITELIB}/statsmodels/nonparametric/_kernel_base.pyc
+${PYSITELIB}/statsmodels/nonparametric/_kernel_base.pyo
+${PYSITELIB}/statsmodels/nonparametric/_smoothers_lowess.so
+${PYSITELIB}/statsmodels/nonparametric/api.py
+${PYSITELIB}/statsmodels/nonparametric/api.pyc
+${PYSITELIB}/statsmodels/nonparametric/api.pyo
+${PYSITELIB}/statsmodels/nonparametric/bandwidths.py
+${PYSITELIB}/statsmodels/nonparametric/bandwidths.pyc
+${PYSITELIB}/statsmodels/nonparametric/bandwidths.pyo
+${PYSITELIB}/statsmodels/nonparametric/kde.py
+${PYSITELIB}/statsmodels/nonparametric/kde.pyc
+${PYSITELIB}/statsmodels/nonparametric/kde.pyo
+${PYSITELIB}/statsmodels/nonparametric/kdetools.py
+${PYSITELIB}/statsmodels/nonparametric/kdetools.pyc
+${PYSITELIB}/statsmodels/nonparametric/kdetools.pyo
+${PYSITELIB}/statsmodels/nonparametric/kernel_density.py
+${PYSITELIB}/statsmodels/nonparametric/kernel_density.pyc
+${PYSITELIB}/statsmodels/nonparametric/kernel_density.pyo
+${PYSITELIB}/statsmodels/nonparametric/kernel_regression.py
+${PYSITELIB}/statsmodels/nonparametric/kernel_regression.pyc
+${PYSITELIB}/statsmodels/nonparametric/kernel_regression.pyo
+${PYSITELIB}/statsmodels/nonparametric/kernels.py
+${PYSITELIB}/statsmodels/nonparametric/kernels.pyc
+${PYSITELIB}/statsmodels/nonparametric/kernels.pyo
+${PYSITELIB}/statsmodels/nonparametric/linbin.so
+${PYSITELIB}/statsmodels/nonparametric/smoothers_lowess.py
+${PYSITELIB}/statsmodels/nonparametric/smoothers_lowess.pyc
+${PYSITELIB}/statsmodels/nonparametric/smoothers_lowess.pyo
+${PYSITELIB}/statsmodels/nonparametric/smoothers_lowess_old.py
+${PYSITELIB}/statsmodels/nonparametric/smoothers_lowess_old.pyc
+${PYSITELIB}/statsmodels/nonparametric/smoothers_lowess_old.pyo
+${PYSITELIB}/statsmodels/nonparametric/tests/__init__.py
+${PYSITELIB}/statsmodels/nonparametric/tests/__init__.pyc
+${PYSITELIB}/statsmodels/nonparametric/tests/__init__.pyo
+${PYSITELIB}/statsmodels/nonparametric/tests/results/__init__.py
+${PYSITELIB}/statsmodels/nonparametric/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/nonparametric/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/nonparametric/tests/results/results_kcde.csv
+${PYSITELIB}/statsmodels/nonparametric/tests/results/results_kde.csv
+${PYSITELIB}/statsmodels/nonparametric/tests/results/results_kde_fft.csv
+${PYSITELIB}/statsmodels/nonparametric/tests/results/results_kde_univ_weights.csv
+${PYSITELIB}/statsmodels/nonparametric/tests/results/results_kde_weights.csv
+${PYSITELIB}/statsmodels/nonparametric/tests/results/results_kernel_regression.csv
+${PYSITELIB}/statsmodels/nonparametric/tests/results/test_lowess_delta.csv
+${PYSITELIB}/statsmodels/nonparametric/tests/results/test_lowess_frac.csv
+${PYSITELIB}/statsmodels/nonparametric/tests/results/test_lowess_iter.csv
+${PYSITELIB}/statsmodels/nonparametric/tests/results/test_lowess_simple.csv
+${PYSITELIB}/statsmodels/nonparametric/tests/test_bandwidths.py
+${PYSITELIB}/statsmodels/nonparametric/tests/test_bandwidths.pyc
+${PYSITELIB}/statsmodels/nonparametric/tests/test_bandwidths.pyo
+${PYSITELIB}/statsmodels/nonparametric/tests/test_kde.py
+${PYSITELIB}/statsmodels/nonparametric/tests/test_kde.pyc
+${PYSITELIB}/statsmodels/nonparametric/tests/test_kde.pyo
+${PYSITELIB}/statsmodels/nonparametric/tests/test_kernel_density.py
+${PYSITELIB}/statsmodels/nonparametric/tests/test_kernel_density.pyc
+${PYSITELIB}/statsmodels/nonparametric/tests/test_kernel_density.pyo
+${PYSITELIB}/statsmodels/nonparametric/tests/test_kernel_regression.py
+${PYSITELIB}/statsmodels/nonparametric/tests/test_kernel_regression.pyc
+${PYSITELIB}/statsmodels/nonparametric/tests/test_kernel_regression.pyo
+${PYSITELIB}/statsmodels/nonparametric/tests/test_kernels.py
+${PYSITELIB}/statsmodels/nonparametric/tests/test_kernels.pyc
+${PYSITELIB}/statsmodels/nonparametric/tests/test_kernels.pyo
+${PYSITELIB}/statsmodels/nonparametric/tests/test_lowess.py
+${PYSITELIB}/statsmodels/nonparametric/tests/test_lowess.pyc
+${PYSITELIB}/statsmodels/nonparametric/tests/test_lowess.pyo
+${PYSITELIB}/statsmodels/regression/__init__.py
+${PYSITELIB}/statsmodels/regression/__init__.pyc
+${PYSITELIB}/statsmodels/regression/__init__.pyo
+${PYSITELIB}/statsmodels/regression/_prediction.py
+${PYSITELIB}/statsmodels/regression/_prediction.pyc
+${PYSITELIB}/statsmodels/regression/_prediction.pyo
+${PYSITELIB}/statsmodels/regression/feasible_gls.py
+${PYSITELIB}/statsmodels/regression/feasible_gls.pyc
+${PYSITELIB}/statsmodels/regression/feasible_gls.pyo
+${PYSITELIB}/statsmodels/regression/linear_model.py
+${PYSITELIB}/statsmodels/regression/linear_model.pyc
+${PYSITELIB}/statsmodels/regression/linear_model.pyo
+${PYSITELIB}/statsmodels/regression/mixed_linear_model.py
+${PYSITELIB}/statsmodels/regression/mixed_linear_model.pyc
+${PYSITELIB}/statsmodels/regression/mixed_linear_model.pyo
+${PYSITELIB}/statsmodels/regression/quantile_regression.py
+${PYSITELIB}/statsmodels/regression/quantile_regression.pyc
+${PYSITELIB}/statsmodels/regression/quantile_regression.pyo
+${PYSITELIB}/statsmodels/regression/recursive_ls.py
+${PYSITELIB}/statsmodels/regression/recursive_ls.pyc
+${PYSITELIB}/statsmodels/regression/recursive_ls.pyo
+${PYSITELIB}/statsmodels/regression/tests/__init__.py
+${PYSITELIB}/statsmodels/regression/tests/__init__.pyc
+${PYSITELIB}/statsmodels/regression/tests/__init__.pyo
+${PYSITELIB}/statsmodels/regression/tests/generate_lasso.py
+${PYSITELIB}/statsmodels/regression/tests/generate_lasso.pyc
+${PYSITELIB}/statsmodels/regression/tests/generate_lasso.pyo
+${PYSITELIB}/statsmodels/regression/tests/generate_lme.py
+${PYSITELIB}/statsmodels/regression/tests/generate_lme.pyc
+${PYSITELIB}/statsmodels/regression/tests/generate_lme.pyo
+${PYSITELIB}/statsmodels/regression/tests/glmnet_r_results.py
+${PYSITELIB}/statsmodels/regression/tests/glmnet_r_results.pyc
+${PYSITELIB}/statsmodels/regression/tests/glmnet_r_results.pyo
+${PYSITELIB}/statsmodels/regression/tests/lme_r_results.py
+${PYSITELIB}/statsmodels/regression/tests/lme_r_results.pyc
+${PYSITELIB}/statsmodels/regression/tests/lme_r_results.pyo
+${PYSITELIB}/statsmodels/regression/tests/results/__init__.py
+${PYSITELIB}/statsmodels/regression/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/regression/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/regression/tests/results/lasso_data.csv
+${PYSITELIB}/statsmodels/regression/tests/results/leverage_influence_ols_nostars.txt
+${PYSITELIB}/statsmodels/regression/tests/results/lme00.csv
+${PYSITELIB}/statsmodels/regression/tests/results/lme01.csv
+${PYSITELIB}/statsmodels/regression/tests/results/lme02.csv
+${PYSITELIB}/statsmodels/regression/tests/results/lme03.csv
+${PYSITELIB}/statsmodels/regression/tests/results/lme04.csv
+${PYSITELIB}/statsmodels/regression/tests/results/lme05.csv
+${PYSITELIB}/statsmodels/regression/tests/results/lme06.csv
+${PYSITELIB}/statsmodels/regression/tests/results/lme07.csv
+${PYSITELIB}/statsmodels/regression/tests/results/lme08.csv
+${PYSITELIB}/statsmodels/regression/tests/results/lme09.csv
+${PYSITELIB}/statsmodels/regression/tests/results/lme10.csv
+${PYSITELIB}/statsmodels/regression/tests/results/lme11.csv
+${PYSITELIB}/statsmodels/regression/tests/results/macro_gr_corc_stata.py
+${PYSITELIB}/statsmodels/regression/tests/results/macro_gr_corc_stata.pyc
+${PYSITELIB}/statsmodels/regression/tests/results/macro_gr_corc_stata.pyo
+${PYSITELIB}/statsmodels/regression/tests/results/pastes.csv
+${PYSITELIB}/statsmodels/regression/tests/results/results_grunfeld_ols_robust_cluster.py
+${PYSITELIB}/statsmodels/regression/tests/results/results_grunfeld_ols_robust_cluster.pyc
+${PYSITELIB}/statsmodels/regression/tests/results/results_grunfeld_ols_robust_cluster.pyo
+${PYSITELIB}/statsmodels/regression/tests/results/results_macro_ols_robust.py
+${PYSITELIB}/statsmodels/regression/tests/results/results_macro_ols_robust.pyc
+${PYSITELIB}/statsmodels/regression/tests/results/results_macro_ols_robust.pyo
+${PYSITELIB}/statsmodels/regression/tests/results/results_regression.py
+${PYSITELIB}/statsmodels/regression/tests/results/results_regression.pyc
+${PYSITELIB}/statsmodels/regression/tests/results/results_regression.pyo
+${PYSITELIB}/statsmodels/regression/tests/results/results_rls_R.csv
+${PYSITELIB}/statsmodels/regression/tests/results/results_rls_stata.csv
+${PYSITELIB}/statsmodels/regression/tests/results_quantile_regression.py
+${PYSITELIB}/statsmodels/regression/tests/results_quantile_regression.pyc
+${PYSITELIB}/statsmodels/regression/tests/results_quantile_regression.pyo
+${PYSITELIB}/statsmodels/regression/tests/test_cov.py
+${PYSITELIB}/statsmodels/regression/tests/test_cov.pyc
+${PYSITELIB}/statsmodels/regression/tests/test_cov.pyo
+${PYSITELIB}/statsmodels/regression/tests/test_glsar_gretl.py
+${PYSITELIB}/statsmodels/regression/tests/test_glsar_gretl.pyc
+${PYSITELIB}/statsmodels/regression/tests/test_glsar_gretl.pyo
+${PYSITELIB}/statsmodels/regression/tests/test_glsar_stata.py
+${PYSITELIB}/statsmodels/regression/tests/test_glsar_stata.pyc
+${PYSITELIB}/statsmodels/regression/tests/test_glsar_stata.pyo
+${PYSITELIB}/statsmodels/regression/tests/test_lme.py
+${PYSITELIB}/statsmodels/regression/tests/test_lme.pyc
+${PYSITELIB}/statsmodels/regression/tests/test_lme.pyo
+${PYSITELIB}/statsmodels/regression/tests/test_quantile_regression.py
+${PYSITELIB}/statsmodels/regression/tests/test_quantile_regression.pyc
+${PYSITELIB}/statsmodels/regression/tests/test_quantile_regression.pyo
+${PYSITELIB}/statsmodels/regression/tests/test_recursive_ls.py
+${PYSITELIB}/statsmodels/regression/tests/test_recursive_ls.pyc
+${PYSITELIB}/statsmodels/regression/tests/test_recursive_ls.pyo
+${PYSITELIB}/statsmodels/regression/tests/test_regression.py
+${PYSITELIB}/statsmodels/regression/tests/test_regression.pyc
+${PYSITELIB}/statsmodels/regression/tests/test_regression.pyo
+${PYSITELIB}/statsmodels/regression/tests/test_robustcov.py
+${PYSITELIB}/statsmodels/regression/tests/test_robustcov.pyc
+${PYSITELIB}/statsmodels/regression/tests/test_robustcov.pyo
+${PYSITELIB}/statsmodels/regression/tests/tests_predict.py
+${PYSITELIB}/statsmodels/regression/tests/tests_predict.pyc
+${PYSITELIB}/statsmodels/regression/tests/tests_predict.pyo
+${PYSITELIB}/statsmodels/resampling/__init__.py
+${PYSITELIB}/statsmodels/resampling/__init__.pyc
+${PYSITELIB}/statsmodels/resampling/__init__.pyo
+${PYSITELIB}/statsmodels/robust/__init__.py
+${PYSITELIB}/statsmodels/robust/__init__.pyc
+${PYSITELIB}/statsmodels/robust/__init__.pyo
+${PYSITELIB}/statsmodels/robust/norms.py
+${PYSITELIB}/statsmodels/robust/norms.pyc
+${PYSITELIB}/statsmodels/robust/norms.pyo
+${PYSITELIB}/statsmodels/robust/robust_linear_model.py
+${PYSITELIB}/statsmodels/robust/robust_linear_model.pyc
+${PYSITELIB}/statsmodels/robust/robust_linear_model.pyo
+${PYSITELIB}/statsmodels/robust/scale.py
+${PYSITELIB}/statsmodels/robust/scale.pyc
+${PYSITELIB}/statsmodels/robust/scale.pyo
+${PYSITELIB}/statsmodels/robust/tests/__init__.py
+${PYSITELIB}/statsmodels/robust/tests/__init__.pyc
+${PYSITELIB}/statsmodels/robust/tests/__init__.pyo
+${PYSITELIB}/statsmodels/robust/tests/results/__init__.py
+${PYSITELIB}/statsmodels/robust/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/robust/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/robust/tests/results/results_rlm.py
+${PYSITELIB}/statsmodels/robust/tests/results/results_rlm.pyc
+${PYSITELIB}/statsmodels/robust/tests/results/results_rlm.pyo
+${PYSITELIB}/statsmodels/robust/tests/test_rlm.py
+${PYSITELIB}/statsmodels/robust/tests/test_rlm.pyc
+${PYSITELIB}/statsmodels/robust/tests/test_rlm.pyo
+${PYSITELIB}/statsmodels/robust/tests/test_scale.py
+${PYSITELIB}/statsmodels/robust/tests/test_scale.pyc
+${PYSITELIB}/statsmodels/robust/tests/test_scale.pyo
+${PYSITELIB}/statsmodels/sandbox/__init__.py
+${PYSITELIB}/statsmodels/sandbox/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/archive/__init__.py
+${PYSITELIB}/statsmodels/sandbox/archive/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/archive/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/archive/linalg_covmat.py
+${PYSITELIB}/statsmodels/sandbox/archive/linalg_covmat.pyc
+${PYSITELIB}/statsmodels/sandbox/archive/linalg_covmat.pyo
+${PYSITELIB}/statsmodels/sandbox/archive/linalg_decomp_1.py
+${PYSITELIB}/statsmodels/sandbox/archive/linalg_decomp_1.pyc
+${PYSITELIB}/statsmodels/sandbox/archive/linalg_decomp_1.pyo
+${PYSITELIB}/statsmodels/sandbox/archive/tsa.py
+${PYSITELIB}/statsmodels/sandbox/archive/tsa.pyc
+${PYSITELIB}/statsmodels/sandbox/archive/tsa.pyo
+${PYSITELIB}/statsmodels/sandbox/bspline.py
+${PYSITELIB}/statsmodels/sandbox/bspline.pyc
+${PYSITELIB}/statsmodels/sandbox/bspline.pyo
+${PYSITELIB}/statsmodels/sandbox/contrast_old.py
+${PYSITELIB}/statsmodels/sandbox/contrast_old.pyc
+${PYSITELIB}/statsmodels/sandbox/contrast_old.pyo
+${PYSITELIB}/statsmodels/sandbox/cox.py
+${PYSITELIB}/statsmodels/sandbox/cox.pyc
+${PYSITELIB}/statsmodels/sandbox/cox.pyo
+${PYSITELIB}/statsmodels/sandbox/datarich/__init__.py
+${PYSITELIB}/statsmodels/sandbox/datarich/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/datarich/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/datarich/factormodels.py
+${PYSITELIB}/statsmodels/sandbox/datarich/factormodels.pyc
+${PYSITELIB}/statsmodels/sandbox/datarich/factormodels.pyo
+${PYSITELIB}/statsmodels/sandbox/descstats.py
+${PYSITELIB}/statsmodels/sandbox/descstats.pyc
+${PYSITELIB}/statsmodels/sandbox/descstats.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/__init__.py
+${PYSITELIB}/statsmodels/sandbox/distributions/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/copula.py
+${PYSITELIB}/statsmodels/sandbox/distributions/copula.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/copula.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/estimators.py
+${PYSITELIB}/statsmodels/sandbox/distributions/estimators.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/estimators.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/__init__.py
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_extras.py
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_extras.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_extras.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_fitfr.py
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_fitfr.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_fitfr.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_gof.py
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_gof.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_gof.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_mvelliptical.py
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_mvelliptical.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_mvelliptical.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_transf2.py
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_transf2.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/ex_transf2.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/matchdist.py
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/matchdist.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/examples/matchdist.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/extras.py
+${PYSITELIB}/statsmodels/sandbox/distributions/extras.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/extras.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/genpareto.py
+${PYSITELIB}/statsmodels/sandbox/distributions/genpareto.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/genpareto.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/gof_new.py
+${PYSITELIB}/statsmodels/sandbox/distributions/gof_new.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/gof_new.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/multivariate.py
+${PYSITELIB}/statsmodels/sandbox/distributions/multivariate.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/multivariate.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/mv_measures.py
+${PYSITELIB}/statsmodels/sandbox/distributions/mv_measures.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/mv_measures.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/mv_normal.py
+${PYSITELIB}/statsmodels/sandbox/distributions/mv_normal.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/mv_normal.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/otherdist.py
+${PYSITELIB}/statsmodels/sandbox/distributions/otherdist.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/otherdist.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/quantize.py
+${PYSITELIB}/statsmodels/sandbox/distributions/quantize.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/quantize.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/sppatch.py
+${PYSITELIB}/statsmodels/sandbox/distributions/sppatch.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/sppatch.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/__init__.py
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/_est_fit.py
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/_est_fit.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/_est_fit.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/check_moments.py
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/check_moments.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/check_moments.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/distparams.py
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/distparams.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/distparams.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_extras.py
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_extras.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_extras.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_multivariate.py
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_multivariate.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_multivariate.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_norm_expan.py
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_norm_expan.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_norm_expan.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/testtransf.py
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/testtransf.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/testtransf.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/transform_functions.py
+${PYSITELIB}/statsmodels/sandbox/distributions/transform_functions.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/transform_functions.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/transformed.py
+${PYSITELIB}/statsmodels/sandbox/distributions/transformed.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/transformed.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/try_max.py
+${PYSITELIB}/statsmodels/sandbox/distributions/try_max.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/try_max.pyo
+${PYSITELIB}/statsmodels/sandbox/distributions/try_pot.py
+${PYSITELIB}/statsmodels/sandbox/distributions/try_pot.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/try_pot.pyo
+${PYSITELIB}/statsmodels/sandbox/formula.py
+${PYSITELIB}/statsmodels/sandbox/formula.pyc
+${PYSITELIB}/statsmodels/sandbox/formula.pyo
+${PYSITELIB}/statsmodels/sandbox/gam.py
+${PYSITELIB}/statsmodels/sandbox/gam.pyc
+${PYSITELIB}/statsmodels/sandbox/gam.pyo
+${PYSITELIB}/statsmodels/sandbox/infotheo.py
+${PYSITELIB}/statsmodels/sandbox/infotheo.pyc
+${PYSITELIB}/statsmodels/sandbox/infotheo.pyo
+${PYSITELIB}/statsmodels/sandbox/km_class.py
+${PYSITELIB}/statsmodels/sandbox/km_class.pyc
+${PYSITELIB}/statsmodels/sandbox/km_class.pyo
+${PYSITELIB}/statsmodels/sandbox/mcevaluate/__init__.py
+${PYSITELIB}/statsmodels/sandbox/mcevaluate/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/mcevaluate/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/mcevaluate/arma.py
+${PYSITELIB}/statsmodels/sandbox/mcevaluate/arma.pyc
+${PYSITELIB}/statsmodels/sandbox/mcevaluate/arma.pyo
+${PYSITELIB}/statsmodels/sandbox/mle.py
+${PYSITELIB}/statsmodels/sandbox/mle.pyc
+${PYSITELIB}/statsmodels/sandbox/mle.pyo
+${PYSITELIB}/statsmodels/sandbox/multilinear.py
+${PYSITELIB}/statsmodels/sandbox/multilinear.pyc
+${PYSITELIB}/statsmodels/sandbox/multilinear.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/__init__.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/densityorthopoly.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/densityorthopoly.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/densityorthopoly.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/dgp_examples.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/dgp_examples.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/dgp_examples.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/kde2.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/kde2.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/kde2.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/kdecovclass.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/kdecovclass.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/kdecovclass.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/kernel_extras.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/kernel_extras.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/kernel_extras.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/kernels.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/kernels.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/kernels.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/smoothers.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/smoothers.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/smoothers.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/testdata.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/testdata.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/testdata.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/__init__.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/ex_gam_am_new.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/ex_gam_am_new.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/ex_gam_am_new.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/ex_gam_new.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/ex_gam_new.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/ex_gam_new.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/ex_smoothers.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/ex_smoothers.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/ex_smoothers.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/test_kernel_extras.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/test_kernel_extras.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/test_kernel_extras.pyo
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/test_smoothers.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/test_smoothers.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/test_smoothers.pyo
+${PYSITELIB}/statsmodels/sandbox/panel/__init__.py
+${PYSITELIB}/statsmodels/sandbox/panel/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/panel/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/panel/correlation_structures.py
+${PYSITELIB}/statsmodels/sandbox/panel/correlation_structures.pyc
+${PYSITELIB}/statsmodels/sandbox/panel/correlation_structures.pyo
+${PYSITELIB}/statsmodels/sandbox/panel/mixed.py
+${PYSITELIB}/statsmodels/sandbox/panel/mixed.pyc
+${PYSITELIB}/statsmodels/sandbox/panel/mixed.pyo
+${PYSITELIB}/statsmodels/sandbox/panel/panel_short.py
+${PYSITELIB}/statsmodels/sandbox/panel/panel_short.pyc
+${PYSITELIB}/statsmodels/sandbox/panel/panel_short.pyo
+${PYSITELIB}/statsmodels/sandbox/panel/panelmod.py
+${PYSITELIB}/statsmodels/sandbox/panel/panelmod.pyc
+${PYSITELIB}/statsmodels/sandbox/panel/panelmod.pyo
+${PYSITELIB}/statsmodels/sandbox/panel/random_panel.py
+${PYSITELIB}/statsmodels/sandbox/panel/random_panel.pyc
+${PYSITELIB}/statsmodels/sandbox/panel/random_panel.pyo
+${PYSITELIB}/statsmodels/sandbox/panel/sandwich_covariance.py
+${PYSITELIB}/statsmodels/sandbox/panel/sandwich_covariance.pyc
+${PYSITELIB}/statsmodels/sandbox/panel/sandwich_covariance.pyo
+${PYSITELIB}/statsmodels/sandbox/panel/sandwich_covariance_generic.py
+${PYSITELIB}/statsmodels/sandbox/panel/sandwich_covariance_generic.pyc
+${PYSITELIB}/statsmodels/sandbox/panel/sandwich_covariance_generic.pyo
+${PYSITELIB}/statsmodels/sandbox/panel/tests/__init__.py
+${PYSITELIB}/statsmodels/sandbox/panel/tests/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/panel/tests/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/panel/tests/test_random_panel.py
+${PYSITELIB}/statsmodels/sandbox/panel/tests/test_random_panel.pyc
+${PYSITELIB}/statsmodels/sandbox/panel/tests/test_random_panel.pyo
+${PYSITELIB}/statsmodels/sandbox/pca.py
+${PYSITELIB}/statsmodels/sandbox/pca.pyc
+${PYSITELIB}/statsmodels/sandbox/pca.pyo
+${PYSITELIB}/statsmodels/sandbox/predict_functional.py
+${PYSITELIB}/statsmodels/sandbox/predict_functional.pyc
+${PYSITELIB}/statsmodels/sandbox/predict_functional.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/__init__.py
+${PYSITELIB}/statsmodels/sandbox/regression/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/anova_nistcertified.py
+${PYSITELIB}/statsmodels/sandbox/regression/anova_nistcertified.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/anova_nistcertified.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/ar_panel.py
+${PYSITELIB}/statsmodels/sandbox/regression/ar_panel.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/ar_panel.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/example_kernridge.py
+${PYSITELIB}/statsmodels/sandbox/regression/example_kernridge.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/example_kernridge.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/gmm.py
+${PYSITELIB}/statsmodels/sandbox/regression/gmm.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/gmm.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/kernridgeregress_class.py
+${PYSITELIB}/statsmodels/sandbox/regression/kernridgeregress_class.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/kernridgeregress_class.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/ols_anova_original.py
+${PYSITELIB}/statsmodels/sandbox/regression/ols_anova_original.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/ols_anova_original.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/onewaygls.py
+${PYSITELIB}/statsmodels/sandbox/regression/onewaygls.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/onewaygls.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/penalized.py
+${PYSITELIB}/statsmodels/sandbox/regression/penalized.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/penalized.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/predstd.py
+${PYSITELIB}/statsmodels/sandbox/regression/predstd.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/predstd.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/runmnl.py
+${PYSITELIB}/statsmodels/sandbox/regression/runmnl.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/runmnl.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/sympy_diff.py
+${PYSITELIB}/statsmodels/sandbox/regression/sympy_diff.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/sympy_diff.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/tests/__init__.py
+${PYSITELIB}/statsmodels/sandbox/regression/tests/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/tests/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/tests/griliches76.dta
+${PYSITELIB}/statsmodels/sandbox/regression/tests/racd10data_with_transformed.csv
+${PYSITELIB}/statsmodels/sandbox/regression/tests/results_gmm_griliches.py
+${PYSITELIB}/statsmodels/sandbox/regression/tests/results_gmm_griliches.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/tests/results_gmm_griliches.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/tests/results_gmm_griliches_iter.py
+${PYSITELIB}/statsmodels/sandbox/regression/tests/results_gmm_griliches_iter.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/tests/results_gmm_griliches_iter.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/tests/results_gmm_poisson.py
+${PYSITELIB}/statsmodels/sandbox/regression/tests/results_gmm_poisson.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/tests/results_gmm_poisson.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/tests/results_ivreg2_griliches.py
+${PYSITELIB}/statsmodels/sandbox/regression/tests/results_ivreg2_griliches.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/tests/results_ivreg2_griliches.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/tests/test_gmm.py
+${PYSITELIB}/statsmodels/sandbox/regression/tests/test_gmm.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/tests/test_gmm.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/tests/test_gmm_poisson.py
+${PYSITELIB}/statsmodels/sandbox/regression/tests/test_gmm_poisson.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/tests/test_gmm_poisson.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/tools.py
+${PYSITELIB}/statsmodels/sandbox/regression/tools.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/tools.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/treewalkerclass.py
+${PYSITELIB}/statsmodels/sandbox/regression/treewalkerclass.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/treewalkerclass.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/try_catdata.py
+${PYSITELIB}/statsmodels/sandbox/regression/try_catdata.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/try_catdata.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/try_ols_anova.py
+${PYSITELIB}/statsmodels/sandbox/regression/try_ols_anova.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/try_ols_anova.pyo
+${PYSITELIB}/statsmodels/sandbox/regression/try_treewalker.py
+${PYSITELIB}/statsmodels/sandbox/regression/try_treewalker.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/try_treewalker.pyo
+${PYSITELIB}/statsmodels/sandbox/rls.py
+${PYSITELIB}/statsmodels/sandbox/rls.pyc
+${PYSITELIB}/statsmodels/sandbox/rls.pyo
+${PYSITELIB}/statsmodels/sandbox/stats/__init__.py
+${PYSITELIB}/statsmodels/sandbox/stats/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/stats/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/stats/contrast_tools.py
+${PYSITELIB}/statsmodels/sandbox/stats/contrast_tools.pyc
+${PYSITELIB}/statsmodels/sandbox/stats/contrast_tools.pyo
+${PYSITELIB}/statsmodels/sandbox/stats/diagnostic.py
+${PYSITELIB}/statsmodels/sandbox/stats/diagnostic.pyc
+${PYSITELIB}/statsmodels/sandbox/stats/diagnostic.pyo
+${PYSITELIB}/statsmodels/sandbox/stats/ex_newtests.py
+${PYSITELIB}/statsmodels/sandbox/stats/ex_newtests.pyc
+${PYSITELIB}/statsmodels/sandbox/stats/ex_newtests.pyo
+${PYSITELIB}/statsmodels/sandbox/stats/multicomp.py
+${PYSITELIB}/statsmodels/sandbox/stats/multicomp.pyc
+${PYSITELIB}/statsmodels/sandbox/stats/multicomp.pyo
+${PYSITELIB}/statsmodels/sandbox/stats/runs.py
+${PYSITELIB}/statsmodels/sandbox/stats/runs.pyc
+${PYSITELIB}/statsmodels/sandbox/stats/runs.pyo
+${PYSITELIB}/statsmodels/sandbox/stats/stats_dhuard.py
+${PYSITELIB}/statsmodels/sandbox/stats/stats_dhuard.pyc
+${PYSITELIB}/statsmodels/sandbox/stats/stats_dhuard.pyo
+${PYSITELIB}/statsmodels/sandbox/stats/stats_mstats_short.py
+${PYSITELIB}/statsmodels/sandbox/stats/stats_mstats_short.pyc
+${PYSITELIB}/statsmodels/sandbox/stats/stats_mstats_short.pyo
+${PYSITELIB}/statsmodels/sandbox/stats/tests/__init__.py
+${PYSITELIB}/statsmodels/sandbox/stats/tests/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/stats/tests/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/survival.py
+${PYSITELIB}/statsmodels/sandbox/survival.pyc
+${PYSITELIB}/statsmodels/sandbox/survival.pyo
+${PYSITELIB}/statsmodels/sandbox/survival2.py
+${PYSITELIB}/statsmodels/sandbox/survival2.pyc
+${PYSITELIB}/statsmodels/sandbox/survival2.pyo
+${PYSITELIB}/statsmodels/sandbox/sysreg.py
+${PYSITELIB}/statsmodels/sandbox/sysreg.pyc
+${PYSITELIB}/statsmodels/sandbox/sysreg.pyo
+${PYSITELIB}/statsmodels/sandbox/tests/__init__.py
+${PYSITELIB}/statsmodels/sandbox/tests/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/tests/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/tests/datamlw.py
+${PYSITELIB}/statsmodels/sandbox/tests/datamlw.pyc
+${PYSITELIB}/statsmodels/sandbox/tests/datamlw.pyo
+${PYSITELIB}/statsmodels/sandbox/tests/maketests_mlabwrap.py
+${PYSITELIB}/statsmodels/sandbox/tests/maketests_mlabwrap.pyc
+${PYSITELIB}/statsmodels/sandbox/tests/maketests_mlabwrap.pyo
+${PYSITELIB}/statsmodels/sandbox/tests/model_results.py
+${PYSITELIB}/statsmodels/sandbox/tests/model_results.pyc
+${PYSITELIB}/statsmodels/sandbox/tests/model_results.pyo
+${PYSITELIB}/statsmodels/sandbox/tests/savervs.py
+${PYSITELIB}/statsmodels/sandbox/tests/savervs.pyc
+${PYSITELIB}/statsmodels/sandbox/tests/savervs.pyo
+${PYSITELIB}/statsmodels/sandbox/tests/test_formula.py
+${PYSITELIB}/statsmodels/sandbox/tests/test_formula.pyc
+${PYSITELIB}/statsmodels/sandbox/tests/test_formula.pyo
+${PYSITELIB}/statsmodels/sandbox/tests/test_gam.py
+${PYSITELIB}/statsmodels/sandbox/tests/test_gam.pyc
+${PYSITELIB}/statsmodels/sandbox/tests/test_gam.pyo
+${PYSITELIB}/statsmodels/sandbox/tests/test_pca.py
+${PYSITELIB}/statsmodels/sandbox/tests/test_pca.pyc
+${PYSITELIB}/statsmodels/sandbox/tests/test_pca.pyo
+${PYSITELIB}/statsmodels/sandbox/tests/test_predict_functional.py
+${PYSITELIB}/statsmodels/sandbox/tests/test_predict_functional.pyc
+${PYSITELIB}/statsmodels/sandbox/tests/test_predict_functional.pyo
+${PYSITELIB}/statsmodels/sandbox/tools/__init__.py
+${PYSITELIB}/statsmodels/sandbox/tools/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/tools/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/tools/cross_val.py
+${PYSITELIB}/statsmodels/sandbox/tools/cross_val.pyc
+${PYSITELIB}/statsmodels/sandbox/tools/cross_val.pyo
+${PYSITELIB}/statsmodels/sandbox/tools/mctools.py
+${PYSITELIB}/statsmodels/sandbox/tools/mctools.pyc
+${PYSITELIB}/statsmodels/sandbox/tools/mctools.pyo
+${PYSITELIB}/statsmodels/sandbox/tools/tools_pca.py
+${PYSITELIB}/statsmodels/sandbox/tools/tools_pca.pyc
+${PYSITELIB}/statsmodels/sandbox/tools/tools_pca.pyo
+${PYSITELIB}/statsmodels/sandbox/tools/try_mctools.py
+${PYSITELIB}/statsmodels/sandbox/tools/try_mctools.pyc
+${PYSITELIB}/statsmodels/sandbox/tools/try_mctools.pyo
+${PYSITELIB}/statsmodels/sandbox/tsa/__init__.py
+${PYSITELIB}/statsmodels/sandbox/tsa/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/tsa/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/tsa/diffusion.py
+${PYSITELIB}/statsmodels/sandbox/tsa/diffusion.pyc
+${PYSITELIB}/statsmodels/sandbox/tsa/diffusion.pyo
+${PYSITELIB}/statsmodels/sandbox/tsa/diffusion2.py
+${PYSITELIB}/statsmodels/sandbox/tsa/diffusion2.pyc
+${PYSITELIB}/statsmodels/sandbox/tsa/diffusion2.pyo
+${PYSITELIB}/statsmodels/sandbox/tsa/example_arma.py
+${PYSITELIB}/statsmodels/sandbox/tsa/example_arma.pyc
+${PYSITELIB}/statsmodels/sandbox/tsa/example_arma.pyo
+${PYSITELIB}/statsmodels/sandbox/tsa/fftarma.py
+${PYSITELIB}/statsmodels/sandbox/tsa/fftarma.pyc
+${PYSITELIB}/statsmodels/sandbox/tsa/fftarma.pyo
+${PYSITELIB}/statsmodels/sandbox/tsa/garch.py
+${PYSITELIB}/statsmodels/sandbox/tsa/garch.pyc
+${PYSITELIB}/statsmodels/sandbox/tsa/garch.pyo
+${PYSITELIB}/statsmodels/sandbox/tsa/movstat.py
+${PYSITELIB}/statsmodels/sandbox/tsa/movstat.pyc
+${PYSITELIB}/statsmodels/sandbox/tsa/movstat.pyo
+${PYSITELIB}/statsmodels/sandbox/tsa/try_arma_more.py
+${PYSITELIB}/statsmodels/sandbox/tsa/try_arma_more.pyc
+${PYSITELIB}/statsmodels/sandbox/tsa/try_arma_more.pyo
+${PYSITELIB}/statsmodels/sandbox/tsa/try_fi.py
+${PYSITELIB}/statsmodels/sandbox/tsa/try_fi.pyc
+${PYSITELIB}/statsmodels/sandbox/tsa/try_fi.pyo
+${PYSITELIB}/statsmodels/sandbox/tsa/try_var_convolve.py
+${PYSITELIB}/statsmodels/sandbox/tsa/try_var_convolve.pyc
+${PYSITELIB}/statsmodels/sandbox/tsa/try_var_convolve.pyo
+${PYSITELIB}/statsmodels/sandbox/tsa/varma.py
+${PYSITELIB}/statsmodels/sandbox/tsa/varma.pyc
+${PYSITELIB}/statsmodels/sandbox/tsa/varma.pyo
+${PYSITELIB}/statsmodels/sandbox/utils_old.py
+${PYSITELIB}/statsmodels/sandbox/utils_old.pyc
+${PYSITELIB}/statsmodels/sandbox/utils_old.pyo
+${PYSITELIB}/statsmodels/src/__init__.py
+${PYSITELIB}/statsmodels/src/__init__.pyc
+${PYSITELIB}/statsmodels/src/__init__.pyo
+${PYSITELIB}/statsmodels/stats/__init__.py
+${PYSITELIB}/statsmodels/stats/__init__.pyc
+${PYSITELIB}/statsmodels/stats/__init__.pyo
+${PYSITELIB}/statsmodels/stats/_adnorm.py
+${PYSITELIB}/statsmodels/stats/_adnorm.pyc
+${PYSITELIB}/statsmodels/stats/_adnorm.pyo
+${PYSITELIB}/statsmodels/stats/_lilliefors.py
+${PYSITELIB}/statsmodels/stats/_lilliefors.pyc
+${PYSITELIB}/statsmodels/stats/_lilliefors.pyo
+${PYSITELIB}/statsmodels/stats/anova.py
+${PYSITELIB}/statsmodels/stats/anova.pyc
+${PYSITELIB}/statsmodels/stats/anova.pyo
+${PYSITELIB}/statsmodels/stats/api.py
+${PYSITELIB}/statsmodels/stats/api.pyc
+${PYSITELIB}/statsmodels/stats/api.pyo
+${PYSITELIB}/statsmodels/stats/base.py
+${PYSITELIB}/statsmodels/stats/base.pyc
+${PYSITELIB}/statsmodels/stats/base.pyo
+${PYSITELIB}/statsmodels/stats/contingency_tables.py
+${PYSITELIB}/statsmodels/stats/contingency_tables.pyc
+${PYSITELIB}/statsmodels/stats/contingency_tables.pyo
+${PYSITELIB}/statsmodels/stats/contrast.py
+${PYSITELIB}/statsmodels/stats/contrast.pyc
+${PYSITELIB}/statsmodels/stats/contrast.pyo
+${PYSITELIB}/statsmodels/stats/correlation_tools.py
+${PYSITELIB}/statsmodels/stats/correlation_tools.pyc
+${PYSITELIB}/statsmodels/stats/correlation_tools.pyo
+${PYSITELIB}/statsmodels/stats/descriptivestats.py
+${PYSITELIB}/statsmodels/stats/descriptivestats.pyc
+${PYSITELIB}/statsmodels/stats/descriptivestats.pyo
+${PYSITELIB}/statsmodels/stats/diagnostic.py
+${PYSITELIB}/statsmodels/stats/diagnostic.pyc
+${PYSITELIB}/statsmodels/stats/diagnostic.pyo
+${PYSITELIB}/statsmodels/stats/gof.py
+${PYSITELIB}/statsmodels/stats/gof.pyc
+${PYSITELIB}/statsmodels/stats/gof.pyo
+${PYSITELIB}/statsmodels/stats/inter_rater.py
+${PYSITELIB}/statsmodels/stats/inter_rater.pyc
+${PYSITELIB}/statsmodels/stats/inter_rater.pyo
+${PYSITELIB}/statsmodels/stats/libqsturng/CH.r
+${PYSITELIB}/statsmodels/stats/libqsturng/LICENSE.txt
+${PYSITELIB}/statsmodels/stats/libqsturng/__init__.py
+${PYSITELIB}/statsmodels/stats/libqsturng/__init__.pyc
+${PYSITELIB}/statsmodels/stats/libqsturng/__init__.pyo
+${PYSITELIB}/statsmodels/stats/libqsturng/make_tbls.py
+${PYSITELIB}/statsmodels/stats/libqsturng/make_tbls.pyc
+${PYSITELIB}/statsmodels/stats/libqsturng/make_tbls.pyo
+${PYSITELIB}/statsmodels/stats/libqsturng/qsturng_.py
+${PYSITELIB}/statsmodels/stats/libqsturng/qsturng_.pyc
+${PYSITELIB}/statsmodels/stats/libqsturng/qsturng_.pyo
+${PYSITELIB}/statsmodels/stats/libqsturng/tests/__init__.py
+${PYSITELIB}/statsmodels/stats/libqsturng/tests/__init__.pyc
+${PYSITELIB}/statsmodels/stats/libqsturng/tests/__init__.pyo
+${PYSITELIB}/statsmodels/stats/libqsturng/tests/bootleg.dat
+${PYSITELIB}/statsmodels/stats/libqsturng/tests/test_qsturng.py
+${PYSITELIB}/statsmodels/stats/libqsturng/tests/test_qsturng.pyc
+${PYSITELIB}/statsmodels/stats/libqsturng/tests/test_qsturng.pyo
+${PYSITELIB}/statsmodels/stats/mediation.py
+${PYSITELIB}/statsmodels/stats/mediation.pyc
+${PYSITELIB}/statsmodels/stats/mediation.pyo
+${PYSITELIB}/statsmodels/stats/moment_helpers.py
+${PYSITELIB}/statsmodels/stats/moment_helpers.pyc
+${PYSITELIB}/statsmodels/stats/moment_helpers.pyo
+${PYSITELIB}/statsmodels/stats/multicomp.py
+${PYSITELIB}/statsmodels/stats/multicomp.pyc
+${PYSITELIB}/statsmodels/stats/multicomp.pyo
+${PYSITELIB}/statsmodels/stats/multitest.py
+${PYSITELIB}/statsmodels/stats/multitest.pyc
+${PYSITELIB}/statsmodels/stats/multitest.pyo
+${PYSITELIB}/statsmodels/stats/multivariate_tools.py
+${PYSITELIB}/statsmodels/stats/multivariate_tools.pyc
+${PYSITELIB}/statsmodels/stats/multivariate_tools.pyo
+${PYSITELIB}/statsmodels/stats/outliers_influence.py
+${PYSITELIB}/statsmodels/stats/outliers_influence.pyc
+${PYSITELIB}/statsmodels/stats/outliers_influence.pyo
+${PYSITELIB}/statsmodels/stats/power.py
+${PYSITELIB}/statsmodels/stats/power.pyc
+${PYSITELIB}/statsmodels/stats/power.pyo
+${PYSITELIB}/statsmodels/stats/proportion.py
+${PYSITELIB}/statsmodels/stats/proportion.pyc
+${PYSITELIB}/statsmodels/stats/proportion.pyo
+${PYSITELIB}/statsmodels/stats/sandwich_covariance.py
+${PYSITELIB}/statsmodels/stats/sandwich_covariance.pyc
+${PYSITELIB}/statsmodels/stats/sandwich_covariance.pyo
+${PYSITELIB}/statsmodels/stats/stattools.py
+${PYSITELIB}/statsmodels/stats/stattools.pyc
+${PYSITELIB}/statsmodels/stats/stattools.pyo
+${PYSITELIB}/statsmodels/stats/tabledist.py
+${PYSITELIB}/statsmodels/stats/tabledist.pyc
+${PYSITELIB}/statsmodels/stats/tabledist.pyo
+${PYSITELIB}/statsmodels/stats/tests/__init__.py
+${PYSITELIB}/statsmodels/stats/tests/__init__.pyc
+${PYSITELIB}/statsmodels/stats/tests/__init__.pyo
+${PYSITELIB}/statsmodels/stats/tests/results/__init__.py
+${PYSITELIB}/statsmodels/stats/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/stats/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/stats/tests/results/bootleg.csv
+${PYSITELIB}/statsmodels/stats/tests/results/contingency_table_r_results.csv
+${PYSITELIB}/statsmodels/stats/tests/results/framing.csv
+${PYSITELIB}/statsmodels/stats/tests/results/influence_lsdiag_R.json
+${PYSITELIB}/statsmodels/stats/tests/results/influence_measures_R.csv
+${PYSITELIB}/statsmodels/stats/tests/results/influence_measures_bool_R.csv
+${PYSITELIB}/statsmodels/stats/tests/results/results_panelrobust.py
+${PYSITELIB}/statsmodels/stats/tests/results/results_panelrobust.pyc
+${PYSITELIB}/statsmodels/stats/tests/results/results_panelrobust.pyo
+${PYSITELIB}/statsmodels/stats/tests/results/results_power.py
+${PYSITELIB}/statsmodels/stats/tests/results/results_power.pyc
+${PYSITELIB}/statsmodels/stats/tests/results/results_power.pyo
+${PYSITELIB}/statsmodels/stats/tests/results/results_proportion.py
+${PYSITELIB}/statsmodels/stats/tests/results/results_proportion.pyc
+${PYSITELIB}/statsmodels/stats/tests/results/results_proportion.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_anova.py
+${PYSITELIB}/statsmodels/stats/tests/test_anova.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_anova.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_contingency_tables.py
+${PYSITELIB}/statsmodels/stats/tests/test_contingency_tables.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_contingency_tables.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_contrast.py
+${PYSITELIB}/statsmodels/stats/tests/test_contrast.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_contrast.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_corrpsd.py
+${PYSITELIB}/statsmodels/stats/tests/test_corrpsd.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_corrpsd.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_data.txt
+${PYSITELIB}/statsmodels/stats/tests/test_descriptivestats.py
+${PYSITELIB}/statsmodels/stats/tests/test_descriptivestats.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_descriptivestats.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_diagnostic.py
+${PYSITELIB}/statsmodels/stats/tests/test_diagnostic.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_diagnostic.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_gof.py
+${PYSITELIB}/statsmodels/stats/tests/test_gof.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_gof.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_groups_sw.py
+${PYSITELIB}/statsmodels/stats/tests/test_groups_sw.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_groups_sw.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_inter_rater.py
+${PYSITELIB}/statsmodels/stats/tests/test_inter_rater.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_inter_rater.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_mediation.py
+${PYSITELIB}/statsmodels/stats/tests/test_mediation.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_mediation.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_moment_helpers.py
+${PYSITELIB}/statsmodels/stats/tests/test_moment_helpers.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_moment_helpers.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_multi.py
+${PYSITELIB}/statsmodels/stats/tests/test_multi.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_multi.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_nonparametric.py
+${PYSITELIB}/statsmodels/stats/tests/test_nonparametric.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_nonparametric.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_pairwise.py
+${PYSITELIB}/statsmodels/stats/tests/test_pairwise.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_pairwise.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_panel_robustcov.py
+${PYSITELIB}/statsmodels/stats/tests/test_panel_robustcov.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_panel_robustcov.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_power.py
+${PYSITELIB}/statsmodels/stats/tests/test_power.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_power.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_proportion.py
+${PYSITELIB}/statsmodels/stats/tests/test_proportion.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_proportion.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_qsturng.py
+${PYSITELIB}/statsmodels/stats/tests/test_qsturng.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_qsturng.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_sandwich.py
+${PYSITELIB}/statsmodels/stats/tests/test_sandwich.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_sandwich.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_statstools.py
+${PYSITELIB}/statsmodels/stats/tests/test_statstools.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_statstools.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_tost.py
+${PYSITELIB}/statsmodels/stats/tests/test_tost.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_tost.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_weightstats.py
+${PYSITELIB}/statsmodels/stats/tests/test_weightstats.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_weightstats.pyo
+${PYSITELIB}/statsmodels/stats/weightstats.py
+${PYSITELIB}/statsmodels/stats/weightstats.pyc
+${PYSITELIB}/statsmodels/stats/weightstats.pyo
+${PYSITELIB}/statsmodels/tools/__init__.py
+${PYSITELIB}/statsmodels/tools/__init__.pyc
+${PYSITELIB}/statsmodels/tools/__init__.pyo
+${PYSITELIB}/statsmodels/tools/_testing.py
+${PYSITELIB}/statsmodels/tools/_testing.pyc
+${PYSITELIB}/statsmodels/tools/_testing.pyo
+${PYSITELIB}/statsmodels/tools/catadd.py
+${PYSITELIB}/statsmodels/tools/catadd.pyc
+${PYSITELIB}/statsmodels/tools/catadd.pyo
+${PYSITELIB}/statsmodels/tools/data.py
+${PYSITELIB}/statsmodels/tools/data.pyc
+${PYSITELIB}/statsmodels/tools/data.pyo
+${PYSITELIB}/statsmodels/tools/decorators.py
+${PYSITELIB}/statsmodels/tools/decorators.pyc
+${PYSITELIB}/statsmodels/tools/decorators.pyo
+${PYSITELIB}/statsmodels/tools/dump2module.py
+${PYSITELIB}/statsmodels/tools/dump2module.pyc
+${PYSITELIB}/statsmodels/tools/dump2module.pyo
+${PYSITELIB}/statsmodels/tools/eval_measures.py
+${PYSITELIB}/statsmodels/tools/eval_measures.pyc
+${PYSITELIB}/statsmodels/tools/eval_measures.pyo
+${PYSITELIB}/statsmodels/tools/grouputils.py
+${PYSITELIB}/statsmodels/tools/grouputils.pyc
+${PYSITELIB}/statsmodels/tools/grouputils.pyo
+${PYSITELIB}/statsmodels/tools/linalg.py
+${PYSITELIB}/statsmodels/tools/linalg.pyc
+${PYSITELIB}/statsmodels/tools/linalg.pyo
+${PYSITELIB}/statsmodels/tools/numdiff.py
+${PYSITELIB}/statsmodels/tools/numdiff.pyc
+${PYSITELIB}/statsmodels/tools/numdiff.pyo
+${PYSITELIB}/statsmodels/tools/parallel.py
+${PYSITELIB}/statsmodels/tools/parallel.pyc
+${PYSITELIB}/statsmodels/tools/parallel.pyo
+${PYSITELIB}/statsmodels/tools/print_version.py
+${PYSITELIB}/statsmodels/tools/print_version.pyc
+${PYSITELIB}/statsmodels/tools/print_version.pyo
+${PYSITELIB}/statsmodels/tools/rootfinding.py
+${PYSITELIB}/statsmodels/tools/rootfinding.pyc
+${PYSITELIB}/statsmodels/tools/rootfinding.pyo
+${PYSITELIB}/statsmodels/tools/sm_exceptions.py
+${PYSITELIB}/statsmodels/tools/sm_exceptions.pyc
+${PYSITELIB}/statsmodels/tools/sm_exceptions.pyo
+${PYSITELIB}/statsmodels/tools/testing.py
+${PYSITELIB}/statsmodels/tools/testing.pyc
+${PYSITELIB}/statsmodels/tools/testing.pyo
+${PYSITELIB}/statsmodels/tools/tests/__init__.py
+${PYSITELIB}/statsmodels/tools/tests/__init__.pyc
+${PYSITELIB}/statsmodels/tools/tests/__init__.pyo
+${PYSITELIB}/statsmodels/tools/tests/test_catadd.py
+${PYSITELIB}/statsmodels/tools/tests/test_catadd.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_catadd.pyo
+${PYSITELIB}/statsmodels/tools/tests/test_data.py
+${PYSITELIB}/statsmodels/tools/tests/test_data.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_data.pyo
+${PYSITELIB}/statsmodels/tools/tests/test_eval_measures.py
+${PYSITELIB}/statsmodels/tools/tests/test_eval_measures.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_eval_measures.pyo
+${PYSITELIB}/statsmodels/tools/tests/test_grouputils.py
+${PYSITELIB}/statsmodels/tools/tests/test_grouputils.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_grouputils.pyo
+${PYSITELIB}/statsmodels/tools/tests/test_linalg.py
+${PYSITELIB}/statsmodels/tools/tests/test_linalg.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_linalg.pyo
+${PYSITELIB}/statsmodels/tools/tests/test_numdiff.py
+${PYSITELIB}/statsmodels/tools/tests/test_numdiff.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_numdiff.pyo
+${PYSITELIB}/statsmodels/tools/tests/test_parallel.py
+${PYSITELIB}/statsmodels/tools/tests/test_parallel.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_parallel.pyo
+${PYSITELIB}/statsmodels/tools/tests/test_rootfinding.py
+${PYSITELIB}/statsmodels/tools/tests/test_rootfinding.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_rootfinding.pyo
+${PYSITELIB}/statsmodels/tools/tests/test_tools.py
+${PYSITELIB}/statsmodels/tools/tests/test_tools.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_tools.pyo
+${PYSITELIB}/statsmodels/tools/tests/test_transform_model.py
+${PYSITELIB}/statsmodels/tools/tests/test_transform_model.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_transform_model.pyo
+${PYSITELIB}/statsmodels/tools/tests/test_web.py
+${PYSITELIB}/statsmodels/tools/tests/test_web.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_web.pyo
+${PYSITELIB}/statsmodels/tools/tools.py
+${PYSITELIB}/statsmodels/tools/tools.pyc
+${PYSITELIB}/statsmodels/tools/tools.pyo
+${PYSITELIB}/statsmodels/tools/transform_model.py
+${PYSITELIB}/statsmodels/tools/transform_model.pyc
+${PYSITELIB}/statsmodels/tools/transform_model.pyo
+${PYSITELIB}/statsmodels/tools/web.py
+${PYSITELIB}/statsmodels/tools/web.pyc
+${PYSITELIB}/statsmodels/tools/web.pyo
+${PYSITELIB}/statsmodels/tools/wrappers.py
+${PYSITELIB}/statsmodels/tools/wrappers.pyc
+${PYSITELIB}/statsmodels/tools/wrappers.pyo
+${PYSITELIB}/statsmodels/tsa/__init__.py
+${PYSITELIB}/statsmodels/tsa/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/_bds.py
+${PYSITELIB}/statsmodels/tsa/_bds.pyc
+${PYSITELIB}/statsmodels/tsa/_bds.pyo
+${PYSITELIB}/statsmodels/tsa/adfvalues.py
+${PYSITELIB}/statsmodels/tsa/adfvalues.pyc
+${PYSITELIB}/statsmodels/tsa/adfvalues.pyo
+${PYSITELIB}/statsmodels/tsa/api.py
+${PYSITELIB}/statsmodels/tsa/api.pyc
+${PYSITELIB}/statsmodels/tsa/api.pyo
+${PYSITELIB}/statsmodels/tsa/ar_model.py
+${PYSITELIB}/statsmodels/tsa/ar_model.pyc
+${PYSITELIB}/statsmodels/tsa/ar_model.pyo
+${PYSITELIB}/statsmodels/tsa/arima_model.py
+${PYSITELIB}/statsmodels/tsa/arima_model.pyc
+${PYSITELIB}/statsmodels/tsa/arima_model.pyo
+${PYSITELIB}/statsmodels/tsa/arima_process.py
+${PYSITELIB}/statsmodels/tsa/arima_process.pyc
+${PYSITELIB}/statsmodels/tsa/arima_process.pyo
+${PYSITELIB}/statsmodels/tsa/arma_mle.py
+${PYSITELIB}/statsmodels/tsa/arma_mle.pyc
+${PYSITELIB}/statsmodels/tsa/arma_mle.pyo
+${PYSITELIB}/statsmodels/tsa/base/__init__.py
+${PYSITELIB}/statsmodels/tsa/base/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/base/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/base/datetools.py
+${PYSITELIB}/statsmodels/tsa/base/datetools.pyc
+${PYSITELIB}/statsmodels/tsa/base/datetools.pyo
+${PYSITELIB}/statsmodels/tsa/base/tests/__init__.py
+${PYSITELIB}/statsmodels/tsa/base/tests/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/base/tests/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/base/tests/test_base.py
+${PYSITELIB}/statsmodels/tsa/base/tests/test_base.pyc
+${PYSITELIB}/statsmodels/tsa/base/tests/test_base.pyo
+${PYSITELIB}/statsmodels/tsa/base/tests/test_datetools.py
+${PYSITELIB}/statsmodels/tsa/base/tests/test_datetools.pyc
+${PYSITELIB}/statsmodels/tsa/base/tests/test_datetools.pyo
+${PYSITELIB}/statsmodels/tsa/base/tsa_model.py
+${PYSITELIB}/statsmodels/tsa/base/tsa_model.pyc
+${PYSITELIB}/statsmodels/tsa/base/tsa_model.pyo
+${PYSITELIB}/statsmodels/tsa/descriptivestats.py
+${PYSITELIB}/statsmodels/tsa/descriptivestats.pyc
+${PYSITELIB}/statsmodels/tsa/descriptivestats.pyo
+${PYSITELIB}/statsmodels/tsa/filters/__init__.py
+${PYSITELIB}/statsmodels/tsa/filters/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/filters/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/filters/_utils.py
+${PYSITELIB}/statsmodels/tsa/filters/_utils.pyc
+${PYSITELIB}/statsmodels/tsa/filters/_utils.pyo
+${PYSITELIB}/statsmodels/tsa/filters/api.py
+${PYSITELIB}/statsmodels/tsa/filters/api.pyc
+${PYSITELIB}/statsmodels/tsa/filters/api.pyo
+${PYSITELIB}/statsmodels/tsa/filters/bk_filter.py
+${PYSITELIB}/statsmodels/tsa/filters/bk_filter.pyc
+${PYSITELIB}/statsmodels/tsa/filters/bk_filter.pyo
+${PYSITELIB}/statsmodels/tsa/filters/cf_filter.py
+${PYSITELIB}/statsmodels/tsa/filters/cf_filter.pyc
+${PYSITELIB}/statsmodels/tsa/filters/cf_filter.pyo
+${PYSITELIB}/statsmodels/tsa/filters/filtertools.py
+${PYSITELIB}/statsmodels/tsa/filters/filtertools.pyc
+${PYSITELIB}/statsmodels/tsa/filters/filtertools.pyo
+${PYSITELIB}/statsmodels/tsa/filters/hp_filter.py
+${PYSITELIB}/statsmodels/tsa/filters/hp_filter.pyc
+${PYSITELIB}/statsmodels/tsa/filters/hp_filter.pyo
+${PYSITELIB}/statsmodels/tsa/filters/tests/__init__.py
+${PYSITELIB}/statsmodels/tsa/filters/tests/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/filters/tests/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/filters/tests/results/__init__.py
+${PYSITELIB}/statsmodels/tsa/filters/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/filters/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/filters/tests/results/filter_results.py
+${PYSITELIB}/statsmodels/tsa/filters/tests/results/filter_results.pyc
+${PYSITELIB}/statsmodels/tsa/filters/tests/results/filter_results.pyo
+${PYSITELIB}/statsmodels/tsa/filters/tests/test_filters.py
+${PYSITELIB}/statsmodels/tsa/filters/tests/test_filters.pyc
+${PYSITELIB}/statsmodels/tsa/filters/tests/test_filters.pyo
+${PYSITELIB}/statsmodels/tsa/interp/__init__.py
+${PYSITELIB}/statsmodels/tsa/interp/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/interp/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/interp/denton.py
+${PYSITELIB}/statsmodels/tsa/interp/denton.pyc
+${PYSITELIB}/statsmodels/tsa/interp/denton.pyo
+${PYSITELIB}/statsmodels/tsa/interp/tests/__init__.py
+${PYSITELIB}/statsmodels/tsa/interp/tests/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/interp/tests/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/interp/tests/test_denton.py
+${PYSITELIB}/statsmodels/tsa/interp/tests/test_denton.pyc
+${PYSITELIB}/statsmodels/tsa/interp/tests/test_denton.pyo
+${PYSITELIB}/statsmodels/tsa/kalmanf/__init__.py
+${PYSITELIB}/statsmodels/tsa/kalmanf/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/kalmanf/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/kalmanf/kalman_loglike.so
+${PYSITELIB}/statsmodels/tsa/kalmanf/kalmanfilter.py
+${PYSITELIB}/statsmodels/tsa/kalmanf/kalmanfilter.pyc
+${PYSITELIB}/statsmodels/tsa/kalmanf/kalmanfilter.pyo
+${PYSITELIB}/statsmodels/tsa/mlemodel.py
+${PYSITELIB}/statsmodels/tsa/mlemodel.pyc
+${PYSITELIB}/statsmodels/tsa/mlemodel.pyo
+${PYSITELIB}/statsmodels/tsa/regime_switching/__init__.py
+${PYSITELIB}/statsmodels/tsa/regime_switching/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/regime_switching/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/regime_switching/_hamilton_filter.so
+${PYSITELIB}/statsmodels/tsa/regime_switching/markov_autoregression.py
+${PYSITELIB}/statsmodels/tsa/regime_switching/markov_autoregression.pyc
+${PYSITELIB}/statsmodels/tsa/regime_switching/markov_autoregression.pyo
+${PYSITELIB}/statsmodels/tsa/regime_switching/markov_regression.py
+${PYSITELIB}/statsmodels/tsa/regime_switching/markov_regression.pyc
+${PYSITELIB}/statsmodels/tsa/regime_switching/markov_regression.pyo
+${PYSITELIB}/statsmodels/tsa/regime_switching/markov_switching.py
+${PYSITELIB}/statsmodels/tsa/regime_switching/markov_switching.pyc
+${PYSITELIB}/statsmodels/tsa/regime_switching/markov_switching.pyo
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/__init__.py
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/results/__init__.py
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/results/mar_filardo.csv
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/results/results_predict_fedfunds.csv
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/results/results_predict_rgnp.csv
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.py
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.pyc
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/test_markov_autoregression.pyo
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/test_markov_regression.py
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/test_markov_regression.pyc
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/test_markov_regression.pyo
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/test_markov_switching.py
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/test_markov_switching.pyc
+${PYSITELIB}/statsmodels/tsa/regime_switching/tests/test_markov_switching.pyo
+${PYSITELIB}/statsmodels/tsa/seasonal.py
+${PYSITELIB}/statsmodels/tsa/seasonal.pyc
+${PYSITELIB}/statsmodels/tsa/seasonal.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/__init__.py
+${PYSITELIB}/statsmodels/tsa/statespace/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/_statespace.so
+${PYSITELIB}/statsmodels/tsa/statespace/api.py
+${PYSITELIB}/statsmodels/tsa/statespace/api.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/api.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/dynamic_factor.py
+${PYSITELIB}/statsmodels/tsa/statespace/dynamic_factor.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/dynamic_factor.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/kalman_filter.py
+${PYSITELIB}/statsmodels/tsa/statespace/kalman_filter.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/kalman_filter.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/kalman_smoother.py
+${PYSITELIB}/statsmodels/tsa/statespace/kalman_smoother.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/kalman_smoother.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/mlemodel.py
+${PYSITELIB}/statsmodels/tsa/statespace/mlemodel.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/mlemodel.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/representation.py
+${PYSITELIB}/statsmodels/tsa/statespace/representation.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/representation.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/sarimax.py
+${PYSITELIB}/statsmodels/tsa/statespace/sarimax.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/sarimax.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/structural.py
+${PYSITELIB}/statsmodels/tsa/statespace/structural.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/structural.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/__init__.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/__init__.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/clark1989.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/manufac.dta
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_clark1989_R.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_dynamic_factor.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_dynamic_factor.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_dynamic_factor.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_dynamic_factor_stata.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_kalman_filter.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_kalman_filter.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_kalman_filter.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_realgdpar_stata.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_sarimax.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_sarimax.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_sarimax.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_sarimax_coverage.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_smoothing_R.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_structural.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_structural.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_structural.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_var_stata.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_varmax.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_varmax.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_varmax.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_varmax_stata.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_wpi1_ar3_matlab_ssm.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_wpi1_ar3_regression.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_wpi1_ar3_stata.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_wpi1_missing_ar3_matlab_ssm.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/results_wpi1_missing_ar3_regression.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_dynamic_factor.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_dynamic_factor.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_dynamic_factor.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_kalman.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_kalman.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_kalman.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_mlemodel.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_mlemodel.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_mlemodel.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_options.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_options.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_options.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_prediction.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_prediction.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_prediction.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_representation.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_representation.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_representation.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_sarimax.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_sarimax.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_sarimax.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_smoothing.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_smoothing.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_smoothing.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_structural.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_structural.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_structural.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_tools.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_tools.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_tools.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_varmax.py
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_varmax.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tests/test_varmax.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tools.py
+${PYSITELIB}/statsmodels/tsa/statespace/tools.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/tools.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/varmax.py
+${PYSITELIB}/statsmodels/tsa/statespace/varmax.pyc
+${PYSITELIB}/statsmodels/tsa/statespace/varmax.pyo
+${PYSITELIB}/statsmodels/tsa/stattools.py
+${PYSITELIB}/statsmodels/tsa/stattools.pyc
+${PYSITELIB}/statsmodels/tsa/stattools.pyo
+${PYSITELIB}/statsmodels/tsa/tests/__init__.py
+${PYSITELIB}/statsmodels/tsa/tests/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/tests/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/ARMLEConstantPredict.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/AROLSConstantPredict.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/AROLSNoConstantPredict.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/__init__.py
+${PYSITELIB}/statsmodels/tsa/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/arima111_css_results.py
+${PYSITELIB}/statsmodels/tsa/tests/results/arima111_css_results.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/arima111_css_results.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/arima111_forecasts.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/arima111_results.py
+${PYSITELIB}/statsmodels/tsa/tests/results/arima111_results.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/arima111_results.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/arima111nc_css_results.py
+${PYSITELIB}/statsmodels/tsa/tests/results/arima111nc_css_results.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/arima111nc_css_results.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/arima111nc_results.py
+${PYSITELIB}/statsmodels/tsa/tests/results/arima111nc_results.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/arima111nc_results.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/arima112_css_results.py
+${PYSITELIB}/statsmodels/tsa/tests/results/arima112_css_results.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/arima112_css_results.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/arima112_results.py
+${PYSITELIB}/statsmodels/tsa/tests/results/arima112_results.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/arima112_results.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/arima112nc_css_results.py
+${PYSITELIB}/statsmodels/tsa/tests/results/arima112nc_css_results.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/arima112nc_css_results.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/arima112nc_results.py
+${PYSITELIB}/statsmodels/tsa/tests/results/arima112nc_results.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/arima112nc_results.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/arima211_css_results.py
+${PYSITELIB}/statsmodels/tsa/tests/results/arima211_css_results.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/arima211_css_results.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/arima211_results.py
+${PYSITELIB}/statsmodels/tsa/tests/results/arima211_results.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/arima211_results.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/arima211nc_css_results.py
+${PYSITELIB}/statsmodels/tsa/tests/results/arima211nc_css_results.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/arima211nc_css_results.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/arima211nc_results.py
+${PYSITELIB}/statsmodels/tsa/tests/results/arima211nc_results.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/arima211nc_results.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/arima212_forecast.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/bds_data.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/bds_results.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/datamlw_tls.py
+${PYSITELIB}/statsmodels/tsa/tests/results/datamlw_tls.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/datamlw_tls.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/make_arma.py
+${PYSITELIB}/statsmodels/tsa/tests/results/make_arma.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/make_arma.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/resids_css_c.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/resids_css_nc.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/resids_exact_c.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/resids_exact_nc.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/results_ar.py
+${PYSITELIB}/statsmodels/tsa/tests/results/results_ar.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/results_ar.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/results_ar_forecast_mle_dynamic.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/results_arima.py
+${PYSITELIB}/statsmodels/tsa/tests/results/results_arima.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/results_arima.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/results_arima_exog_forecasts_css.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/results_arima_exog_forecasts_mle.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/results_arima_forecasts.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/results_arima_forecasts_all_css.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/results_arima_forecasts_all_css_diff.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/results_arima_forecasts_all_mle.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/results_arima_forecasts_all_mle_diff.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/results_arma.py
+${PYSITELIB}/statsmodels/tsa/tests/results/results_arma.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/results_arma.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/results_arma_forecasts.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/results_corrgram.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/results_process.py
+${PYSITELIB}/statsmodels/tsa/tests/results/results_process.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/results_process.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/savedrvs.py
+${PYSITELIB}/statsmodels/tsa/tests/results/savedrvs.pyc
+${PYSITELIB}/statsmodels/tsa/tests/results/savedrvs.pyo
+${PYSITELIB}/statsmodels/tsa/tests/results/y_arma_data.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/yhat_css_c.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/yhat_css_nc.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/yhat_exact_c.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/yhat_exact_nc.csv
+${PYSITELIB}/statsmodels/tsa/tests/test_adfuller_lag.py
+${PYSITELIB}/statsmodels/tsa/tests/test_adfuller_lag.pyc
+${PYSITELIB}/statsmodels/tsa/tests/test_adfuller_lag.pyo
+${PYSITELIB}/statsmodels/tsa/tests/test_ar.py
+${PYSITELIB}/statsmodels/tsa/tests/test_ar.pyc
+${PYSITELIB}/statsmodels/tsa/tests/test_ar.pyo
+${PYSITELIB}/statsmodels/tsa/tests/test_arima.py
+${PYSITELIB}/statsmodels/tsa/tests/test_arima.pyc
+${PYSITELIB}/statsmodels/tsa/tests/test_arima.pyo
+${PYSITELIB}/statsmodels/tsa/tests/test_arima_process.py
+${PYSITELIB}/statsmodels/tsa/tests/test_arima_process.pyc
+${PYSITELIB}/statsmodels/tsa/tests/test_arima_process.pyo
+${PYSITELIB}/statsmodels/tsa/tests/test_bds.py
+${PYSITELIB}/statsmodels/tsa/tests/test_bds.pyc
+${PYSITELIB}/statsmodels/tsa/tests/test_bds.pyo
+${PYSITELIB}/statsmodels/tsa/tests/test_seasonal.py
+${PYSITELIB}/statsmodels/tsa/tests/test_seasonal.pyc
+${PYSITELIB}/statsmodels/tsa/tests/test_seasonal.pyo
+${PYSITELIB}/statsmodels/tsa/tests/test_stattools.py
+${PYSITELIB}/statsmodels/tsa/tests/test_stattools.pyc
+${PYSITELIB}/statsmodels/tsa/tests/test_stattools.pyo
+${PYSITELIB}/statsmodels/tsa/tests/test_tsa_tools.py
+${PYSITELIB}/statsmodels/tsa/tests/test_tsa_tools.pyc
+${PYSITELIB}/statsmodels/tsa/tests/test_tsa_tools.pyo
+${PYSITELIB}/statsmodels/tsa/tests/test_x13.py
+${PYSITELIB}/statsmodels/tsa/tests/test_x13.pyc
+${PYSITELIB}/statsmodels/tsa/tests/test_x13.pyo
+${PYSITELIB}/statsmodels/tsa/tsatools.py
+${PYSITELIB}/statsmodels/tsa/tsatools.pyc
+${PYSITELIB}/statsmodels/tsa/tsatools.pyo
+${PYSITELIB}/statsmodels/tsa/varma_process.py
+${PYSITELIB}/statsmodels/tsa/varma_process.pyc
+${PYSITELIB}/statsmodels/tsa/varma_process.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/__init__.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/api.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/api.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/api.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/data/e1.dat
+${PYSITELIB}/statsmodels/tsa/vector_ar/data/e2.dat
+${PYSITELIB}/statsmodels/tsa/vector_ar/data/e3.dat
+${PYSITELIB}/statsmodels/tsa/vector_ar/data/e4.dat
+${PYSITELIB}/statsmodels/tsa/vector_ar/data/e5.dat
+${PYSITELIB}/statsmodels/tsa/vector_ar/data/e6.dat
+${PYSITELIB}/statsmodels/tsa/vector_ar/dynamic.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/dynamic.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/dynamic.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/irf.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/irf.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/irf.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/output.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/output.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/output.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/plotting.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/plotting.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/plotting.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/svar_model.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/svar_model.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/svar_model.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/__init__.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/example_svar.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/example_svar.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/example_svar.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/__init__.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/results_svar.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/results_svar.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/results_svar.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/results_svar_st.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/results_svar_st.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/results_svar_st.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/results_var.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/results_var.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/results_var.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/results_var_data.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/results_var_data.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/results_var_data.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/vars_results.npz
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_svar.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_svar.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_svar.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_var.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_var.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_var.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/util.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/util.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/util.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/var_model.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/var_model.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/var_model.pyo
+${PYSITELIB}/statsmodels/tsa/x13.py
+${PYSITELIB}/statsmodels/tsa/x13.pyc
+${PYSITELIB}/statsmodels/tsa/x13.pyo
+${PYSITELIB}/statsmodels/version.py
+${PYSITELIB}/statsmodels/version.pyc
+${PYSITELIB}/statsmodels/version.pyo
Index: pkgsrc/math/py-statsmodels/distinfo
diff -u /dev/null pkgsrc/math/py-statsmodels/distinfo:1.1
--- /dev/null   Fri Jul 15 07:35:50 2016
+++ pkgsrc/math/py-statsmodels/distinfo Fri Jul 15 07:35:50 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/07/15 07:35:50 wiz Exp $
+
+SHA1 (statsmodels-0.8.0rc1.tar.gz) = 808bddc2a04e2429c76fb594da05fd2952996292
+RMD160 (statsmodels-0.8.0rc1.tar.gz) = d2547e06657deac9270a9d6c972a4e042b4ffeb3
+SHA512 (statsmodels-0.8.0rc1.tar.gz) = e963c7fc98a8d087df43ef0b6f7807dc25d67713fdf5a74391979604291f194e088ac0669465f6c94da867f58872fcee6cafdfb3ad9d85ce4c903316351734ee
+Size (statsmodels-0.8.0rc1.tar.gz) = 9384625 bytes



Home | Main Index | Thread Index | Old Index