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:   adam
Date:           Fri Sep  4 09:16:49 UTC 2026

Modified Files:
        pkgsrc/math/py-statsmodels: Makefile PLIST distinfo
Removed Files:
        pkgsrc/math/py-statsmodels/patches:
            patch-statsmodels_tsa_exponential__smoothing___ets__smooth.pyx
            patch-statsmodels_tsa_statespace___filters___inversions.pyx.in
            patch-statsmodels_tsa_statespace___filters___univariate.pyx.in
            patch-statsmodels_tsa_statespace___filters___univariate__diffuse.pyx.in

Log Message:
py-statsmodels: updated to 0.15.0

0.15.0

SPEC-007: consistent use of rng for randomness
NamedTuple return values replace bare tuples
Formula engine: patsy is no longer the only option
Build system: meson-python replaces setuptools
Polars DataFrame support
New robust estimation tools
New models and statistical tests
New and improved plots
GLM and other model enhancements
Platform and packaging compatibility
Stricter input validation for string-valued options
A few consequential bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/math/py-statsmodels/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/py-statsmodels/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/py-statsmodels/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/math/py-statsmodels/patches/patch-statsmodels_tsa_exponential__smoothing___ets__smooth.pyx \
    pkgsrc/math/py-statsmodels/patches/patch-statsmodels_tsa_statespace___filters___inversions.pyx.in \
    pkgsrc/math/py-statsmodels/patches/patch-statsmodels_tsa_statespace___filters___univariate.pyx.in \
    pkgsrc/math/py-statsmodels/patches/patch-statsmodels_tsa_statespace___filters___univariate__diffuse.pyx.in

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

Modified files:

Index: pkgsrc/math/py-statsmodels/Makefile
diff -u pkgsrc/math/py-statsmodels/Makefile:1.32 pkgsrc/math/py-statsmodels/Makefile:1.33
--- pkgsrc/math/py-statsmodels/Makefile:1.32    Sun Jun 28 15:41:31 2026
+++ pkgsrc/math/py-statsmodels/Makefile Fri Sep  4 09:16:49 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2026/06/28 15:41:31 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2026/09/04 09:16:49 adam Exp $
 
-DISTNAME=      statsmodels-0.14.6
+DISTNAME=      statsmodels-0.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/statsmodels/}
@@ -10,19 +10,27 @@ HOMEPAGE=   https://www.statsmodels.org/
 COMMENT=       Statistical computations and models for Python
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29.33:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=3.0.13:../../devel/py-cython
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=8:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=9.2.0:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-formulaic>=1.1.0:../../math/py-formulaic
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pandas>=2.1.1:../../math/py-pandas
 DEPENDS+=      ${PYPKGPREFIX}-patsy>=0.5.6:../../math/py-patsy
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=1.13.0:../../math/py-scipy
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly-[0-9]*:../../devel/py-test-randomly
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly>=0:../../devel/py-test-randomly
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-run-parallel>=0:../../devel/py-test-run-parallel
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=0:../../devel/py-test-xdist
 
-PYTHON_VERSIONS_INCOMPATIBLE=  310 311
+REPLACE_PYTHON+=       statsmodels/tools/print_version.py
+REPLACE_PYTHON+=       statsmodels/tsa/ardl/_pss_critical_values/pss.py
+REPLACE_PYTHON+=       statsmodels/tsa/ardl/pss_critical_values.py
 
+PYTHON_VERSIONS_INCOMPATIBLE=  310 311 # py-numpy
+
+.include "../../lang/python/application.mk"
 .include "../../lang/python/wheel.mk"
-BUILDLINK_API_DEPENDS.py-numpy+=       ${PYPKGPREFIX}-numpy>=1.18
+BUILDLINK_API_DEPENDS.py-numpy+=       ${PYPKGPREFIX}-numpy>=2.0.0
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-statsmodels/PLIST
diff -u pkgsrc/math/py-statsmodels/PLIST:1.12 pkgsrc/math/py-statsmodels/PLIST:1.13
--- pkgsrc/math/py-statsmodels/PLIST:1.12       Tue Apr 15 16:31:39 2025
+++ pkgsrc/math/py-statsmodels/PLIST    Fri Sep  4 09:16:49 2026
@@ -1,10 +1,8 @@
-@comment $NetBSD: PLIST,v 1.12 2025/04/15 16:31:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2026/09/04 09:16:49 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
-${PYSITELIB}/statsmodels/LICENSE.txt
 ${PYSITELIB}/statsmodels/__init__.py
 ${PYSITELIB}/statsmodels/__init__.pyc
 ${PYSITELIB}/statsmodels/__init__.pyo
@@ -65,6 +63,9 @@ ${PYSITELIB}/statsmodels/base/optimizer.
 ${PYSITELIB}/statsmodels/base/tests/__init__.py
 ${PYSITELIB}/statsmodels/base/tests/__init__.pyc
 ${PYSITELIB}/statsmodels/base/tests/__init__.pyo
+${PYSITELIB}/statsmodels/base/tests/test_constraints.py
+${PYSITELIB}/statsmodels/base/tests/test_constraints.pyc
+${PYSITELIB}/statsmodels/base/tests/test_constraints.pyo
 ${PYSITELIB}/statsmodels/base/tests/test_data.py
 ${PYSITELIB}/statsmodels/base/tests/test_data.pyc
 ${PYSITELIB}/statsmodels/base/tests/test_data.pyo
@@ -83,6 +84,9 @@ ${PYSITELIB}/statsmodels/base/tests/test
 ${PYSITELIB}/statsmodels/base/tests/test_penalties.py
 ${PYSITELIB}/statsmodels/base/tests/test_penalties.pyc
 ${PYSITELIB}/statsmodels/base/tests/test_penalties.pyo
+${PYSITELIB}/statsmodels/base/tests/test_polars_compat.py
+${PYSITELIB}/statsmodels/base/tests/test_polars_compat.pyc
+${PYSITELIB}/statsmodels/base/tests/test_polars_compat.pyo
 ${PYSITELIB}/statsmodels/base/tests/test_predict.py
 ${PYSITELIB}/statsmodels/base/tests/test_predict.pyc
 ${PYSITELIB}/statsmodels/base/tests/test_predict.pyo
@@ -104,9 +108,9 @@ ${PYSITELIB}/statsmodels/base/wrapper.py
 ${PYSITELIB}/statsmodels/compat/__init__.py
 ${PYSITELIB}/statsmodels/compat/__init__.pyc
 ${PYSITELIB}/statsmodels/compat/__init__.pyo
-${PYSITELIB}/statsmodels/compat/_scipy_multivariate_t.py
-${PYSITELIB}/statsmodels/compat/_scipy_multivariate_t.pyc
-${PYSITELIB}/statsmodels/compat/_scipy_multivariate_t.pyo
+${PYSITELIB}/statsmodels/compat/matplotlib.py
+${PYSITELIB}/statsmodels/compat/matplotlib.pyc
+${PYSITELIB}/statsmodels/compat/matplotlib.pyo
 ${PYSITELIB}/statsmodels/compat/numpy.py
 ${PYSITELIB}/statsmodels/compat/numpy.pyc
 ${PYSITELIB}/statsmodels/compat/numpy.pyo
@@ -153,6 +157,7 @@ ${PYSITELIB}/statsmodels/datasets/anes96
 ${PYSITELIB}/statsmodels/datasets/anes96/data.py
 ${PYSITELIB}/statsmodels/datasets/anes96/data.pyc
 ${PYSITELIB}/statsmodels/datasets/anes96/data.pyo
+${PYSITELIB}/statsmodels/datasets/anes96/src/anes96.csv
 ${PYSITELIB}/statsmodels/datasets/cancer/__init__.py
 ${PYSITELIB}/statsmodels/datasets/cancer/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/cancer/__init__.pyo
@@ -160,6 +165,7 @@ ${PYSITELIB}/statsmodels/datasets/cancer
 ${PYSITELIB}/statsmodels/datasets/cancer/data.py
 ${PYSITELIB}/statsmodels/datasets/cancer/data.pyc
 ${PYSITELIB}/statsmodels/datasets/cancer/data.pyo
+${PYSITELIB}/statsmodels/datasets/ccard/R_wls.s
 ${PYSITELIB}/statsmodels/datasets/ccard/__init__.py
 ${PYSITELIB}/statsmodels/datasets/ccard/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/ccard/__init__.pyo
@@ -167,6 +173,8 @@ ${PYSITELIB}/statsmodels/datasets/ccard/
 ${PYSITELIB}/statsmodels/datasets/ccard/data.py
 ${PYSITELIB}/statsmodels/datasets/ccard/data.pyc
 ${PYSITELIB}/statsmodels/datasets/ccard/data.pyo
+${PYSITELIB}/statsmodels/datasets/ccard/src/ccard.csv
+${PYSITELIB}/statsmodels/datasets/ccard/src/names.txt
 ${PYSITELIB}/statsmodels/datasets/china_smoking/__init__.py
 ${PYSITELIB}/statsmodels/datasets/china_smoking/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/china_smoking/__init__.pyo
@@ -181,6 +189,8 @@ ${PYSITELIB}/statsmodels/datasets/co2/co
 ${PYSITELIB}/statsmodels/datasets/co2/data.py
 ${PYSITELIB}/statsmodels/datasets/co2/data.pyc
 ${PYSITELIB}/statsmodels/datasets/co2/data.pyo
+${PYSITELIB}/statsmodels/datasets/co2/src/maunaloa_c.dat
+${PYSITELIB}/statsmodels/datasets/committee/R_committee.s
 ${PYSITELIB}/statsmodels/datasets/committee/__init__.py
 ${PYSITELIB}/statsmodels/datasets/committee/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/committee/__init__.pyo
@@ -188,6 +198,7 @@ ${PYSITELIB}/statsmodels/datasets/commit
 ${PYSITELIB}/statsmodels/datasets/committee/data.py
 ${PYSITELIB}/statsmodels/datasets/committee/data.pyc
 ${PYSITELIB}/statsmodels/datasets/committee/data.pyo
+${PYSITELIB}/statsmodels/datasets/committee/src/committee.dat
 ${PYSITELIB}/statsmodels/datasets/copper/__init__.py
 ${PYSITELIB}/statsmodels/datasets/copper/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/copper/__init__.pyo
@@ -195,6 +206,8 @@ ${PYSITELIB}/statsmodels/datasets/copper
 ${PYSITELIB}/statsmodels/datasets/copper/data.py
 ${PYSITELIB}/statsmodels/datasets/copper/data.pyc
 ${PYSITELIB}/statsmodels/datasets/copper/data.pyo
+${PYSITELIB}/statsmodels/datasets/copper/src/copper.dat
+${PYSITELIB}/statsmodels/datasets/cpunish/R_cpunish.s
 ${PYSITELIB}/statsmodels/datasets/cpunish/__init__.py
 ${PYSITELIB}/statsmodels/datasets/cpunish/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/cpunish/__init__.pyo
@@ -202,6 +215,7 @@ ${PYSITELIB}/statsmodels/datasets/cpunis
 ${PYSITELIB}/statsmodels/datasets/cpunish/data.py
 ${PYSITELIB}/statsmodels/datasets/cpunish/data.pyc
 ${PYSITELIB}/statsmodels/datasets/cpunish/data.pyo
+${PYSITELIB}/statsmodels/datasets/cpunish/src/cpunish.dat
 ${PYSITELIB}/statsmodels/datasets/danish_data/__init__.py
 ${PYSITELIB}/statsmodels/datasets/danish_data/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/danish_data/__init__.pyo
@@ -223,6 +237,7 @@ ${PYSITELIB}/statsmodels/datasets/elnino
 ${PYSITELIB}/statsmodels/datasets/elnino/data.pyc
 ${PYSITELIB}/statsmodels/datasets/elnino/data.pyo
 ${PYSITELIB}/statsmodels/datasets/elnino/elnino.csv
+${PYSITELIB}/statsmodels/datasets/elnino/src/elnino.dat
 ${PYSITELIB}/statsmodels/datasets/engel/__init__.py
 ${PYSITELIB}/statsmodels/datasets/engel/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/engel/__init__.pyo
@@ -238,6 +253,7 @@ ${PYSITELIB}/statsmodels/datasets/fair/d
 ${PYSITELIB}/statsmodels/datasets/fair/data.pyo
 ${PYSITELIB}/statsmodels/datasets/fair/fair.csv
 ${PYSITELIB}/statsmodels/datasets/fair/fair_pt.csv
+${PYSITELIB}/statsmodels/datasets/fair/src/1978ADAT.asc
 ${PYSITELIB}/statsmodels/datasets/fertility/__init__.py
 ${PYSITELIB}/statsmodels/datasets/fertility/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/fertility/__init__.pyo
@@ -252,6 +268,7 @@ ${PYSITELIB}/statsmodels/datasets/grunfe
 ${PYSITELIB}/statsmodels/datasets/grunfeld/data.pyc
 ${PYSITELIB}/statsmodels/datasets/grunfeld/data.pyo
 ${PYSITELIB}/statsmodels/datasets/grunfeld/grunfeld.csv
+${PYSITELIB}/statsmodels/datasets/grunfeld/src/grunfeld.csv
 ${PYSITELIB}/statsmodels/datasets/heart/__init__.py
 ${PYSITELIB}/statsmodels/datasets/heart/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/heart/__init__.pyo
@@ -267,6 +284,8 @@ ${PYSITELIB}/statsmodels/datasets/intere
 ${PYSITELIB}/statsmodels/datasets/interest_inflation/data.py
 ${PYSITELIB}/statsmodels/datasets/interest_inflation/data.pyc
 ${PYSITELIB}/statsmodels/datasets/interest_inflation/data.pyo
+${PYSITELIB}/statsmodels/datasets/longley/R_gls.s
+${PYSITELIB}/statsmodels/datasets/longley/R_lm.s
 ${PYSITELIB}/statsmodels/datasets/longley/__init__.py
 ${PYSITELIB}/statsmodels/datasets/longley/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/longley/__init__.pyo
@@ -282,6 +301,8 @@ ${PYSITELIB}/statsmodels/datasets/macrod
 ${PYSITELIB}/statsmodels/datasets/macrodata/data.pyo
 ${PYSITELIB}/statsmodels/datasets/macrodata/macrodata.csv
 ${PYSITELIB}/statsmodels/datasets/macrodata/macrodata.dta
+${PYSITELIB}/statsmodels/datasets/macrodata/src/macrodata.xls/macrodata.xls
+${PYSITELIB}/statsmodels/datasets/macrodata/src/unemp.csv
 ${PYSITELIB}/statsmodels/datasets/modechoice/__init__.py
 ${PYSITELIB}/statsmodels/datasets/modechoice/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/modechoice/__init__.pyo
@@ -289,6 +310,7 @@ ${PYSITELIB}/statsmodels/datasets/modech
 ${PYSITELIB}/statsmodels/datasets/modechoice/data.pyc
 ${PYSITELIB}/statsmodels/datasets/modechoice/data.pyo
 ${PYSITELIB}/statsmodels/datasets/modechoice/modechoice.csv
+${PYSITELIB}/statsmodels/datasets/modechoice/src/TableF18-2.csv
 ${PYSITELIB}/statsmodels/datasets/nile/__init__.py
 ${PYSITELIB}/statsmodels/datasets/nile/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/nile/__init__.pyo
@@ -303,6 +325,9 @@ ${PYSITELIB}/statsmodels/datasets/randhi
 ${PYSITELIB}/statsmodels/datasets/randhie/data.pyc
 ${PYSITELIB}/statsmodels/datasets/randhie/data.pyo
 ${PYSITELIB}/statsmodels/datasets/randhie/randhie.csv
+${PYSITELIB}/statsmodels/datasets/randhie/src/randdesc.txt
+${PYSITELIB}/statsmodels/datasets/randhie/src/randhie.csv
+${PYSITELIB}/statsmodels/datasets/scotland/R_scotvote.s
 ${PYSITELIB}/statsmodels/datasets/scotland/__init__.py
 ${PYSITELIB}/statsmodels/datasets/scotland/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/scotland/__init__.pyo
@@ -310,6 +335,18 @@ ${PYSITELIB}/statsmodels/datasets/scotla
 ${PYSITELIB}/statsmodels/datasets/scotland/data.pyc
 ${PYSITELIB}/statsmodels/datasets/scotland/data.pyo
 ${PYSITELIB}/statsmodels/datasets/scotland/scotvote.csv
+${PYSITELIB}/statsmodels/datasets/scotland/src/scotland.readme
+${PYSITELIB}/statsmodels/datasets/scotland/src/scotland_births.html
+${PYSITELIB}/statsmodels/datasets/scotland/src/scotland_changes.html
+${PYSITELIB}/statsmodels/datasets/scotland/src/scotland_devolution.html
+${PYSITELIB}/statsmodels/datasets/scotland/src/scotland_econ_summary.html
+${PYSITELIB}/statsmodels/datasets/scotland/src/scotland_economics.html
+${PYSITELIB}/statsmodels/datasets/scotland/src/scotland_education.html
+${PYSITELIB}/statsmodels/datasets/scotland/src/scotland_housing.html
+${PYSITELIB}/statsmodels/datasets/scotland/src/scotland_population.csv
+${PYSITELIB}/statsmodels/datasets/scotland/src/scotland_population.html
+${PYSITELIB}/statsmodels/datasets/scotland/src/scotvote.csv
+${PYSITELIB}/statsmodels/datasets/scotland/src/scotvote.dat
 ${PYSITELIB}/statsmodels/datasets/spector/__init__.py
 ${PYSITELIB}/statsmodels/datasets/spector/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/spector/__init__.pyo
@@ -317,6 +354,7 @@ ${PYSITELIB}/statsmodels/datasets/specto
 ${PYSITELIB}/statsmodels/datasets/spector/data.pyc
 ${PYSITELIB}/statsmodels/datasets/spector/data.pyo
 ${PYSITELIB}/statsmodels/datasets/spector/spector.csv
+${PYSITELIB}/statsmodels/datasets/stackloss/R_stackloss.s
 ${PYSITELIB}/statsmodels/datasets/stackloss/__init__.py
 ${PYSITELIB}/statsmodels/datasets/stackloss/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/stackloss/__init__.pyo
@@ -330,6 +368,10 @@ ${PYSITELIB}/statsmodels/datasets/star98
 ${PYSITELIB}/statsmodels/datasets/star98/data.py
 ${PYSITELIB}/statsmodels/datasets/star98/data.pyc
 ${PYSITELIB}/statsmodels/datasets/star98/data.pyo
+${PYSITELIB}/statsmodels/datasets/star98/r_glm.s
+${PYSITELIB}/statsmodels/datasets/star98/src/star.bi.dat
+${PYSITELIB}/statsmodels/datasets/star98/src/star98.dat
+${PYSITELIB}/statsmodels/datasets/star98/src/star98.names
 ${PYSITELIB}/statsmodels/datasets/star98/star98.csv
 ${PYSITELIB}/statsmodels/datasets/statecrime/__init__.py
 ${PYSITELIB}/statsmodels/datasets/statecrime/__init__.pyc
@@ -345,12 +387,16 @@ ${PYSITELIB}/statsmodels/datasets/strike
 ${PYSITELIB}/statsmodels/datasets/strikes/data.pyc
 ${PYSITELIB}/statsmodels/datasets/strikes/data.pyo
 ${PYSITELIB}/statsmodels/datasets/strikes/strikes.csv
+${PYSITELIB}/statsmodels/datasets/sunspots/R_sunspots.s
 ${PYSITELIB}/statsmodels/datasets/sunspots/__init__.py
 ${PYSITELIB}/statsmodels/datasets/sunspots/__init__.pyc
 ${PYSITELIB}/statsmodels/datasets/sunspots/__init__.pyo
+${PYSITELIB}/statsmodels/datasets/sunspots/arima_mod.R
 ${PYSITELIB}/statsmodels/datasets/sunspots/data.py
 ${PYSITELIB}/statsmodels/datasets/sunspots/data.pyc
 ${PYSITELIB}/statsmodels/datasets/sunspots/data.pyo
+${PYSITELIB}/statsmodels/datasets/sunspots/src/sunspots_monthly.dat
+${PYSITELIB}/statsmodels/datasets/sunspots/src/sunspots_yearly.dat
 ${PYSITELIB}/statsmodels/datasets/sunspots/sunspots.csv
 ${PYSITELIB}/statsmodels/datasets/template_data.py
 ${PYSITELIB}/statsmodels/datasets/template_data.pyc
@@ -491,6 +537,13 @@ ${PYSITELIB}/statsmodels/distributions/c
 ${PYSITELIB}/statsmodels/distributions/copula/other_copulas.py
 ${PYSITELIB}/statsmodels/distributions/copula/other_copulas.pyc
 ${PYSITELIB}/statsmodels/distributions/copula/other_copulas.pyo
+${PYSITELIB}/statsmodels/distributions/copula/tests/copula_r_tests.rst
+${PYSITELIB}/statsmodels/distributions/copula/tests/test_copula.py
+${PYSITELIB}/statsmodels/distributions/copula/tests/test_copula.pyc
+${PYSITELIB}/statsmodels/distributions/copula/tests/test_copula.pyo
+${PYSITELIB}/statsmodels/distributions/copula/tests/test_model.py
+${PYSITELIB}/statsmodels/distributions/copula/tests/test_model.pyc
+${PYSITELIB}/statsmodels/distributions/copula/tests/test_model.pyo
 ${PYSITELIB}/statsmodels/distributions/copula/transforms.py
 ${PYSITELIB}/statsmodels/distributions/copula/transforms.pyc
 ${PYSITELIB}/statsmodels/distributions/copula/transforms.pyo
@@ -553,9 +606,11 @@ ${PYSITELIB}/statsmodels/duration/tests/
 ${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/km_cox1.do
 ${PYSITELIB}/statsmodels/duration/tests/results/phreg_gentests.py
 ${PYSITELIB}/statsmodels/duration/tests/results/phreg_gentests.pyc
 ${PYSITELIB}/statsmodels/duration/tests/results/phreg_gentests.pyo
+${PYSITELIB}/statsmodels/duration/tests/results/survival.R
 ${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
@@ -567,6 +622,7 @@ ${PYSITELIB}/statsmodels/duration/tests/
 ${PYSITELIB}/statsmodels/duration/tests/results/survival_r_results.py
 ${PYSITELIB}/statsmodels/duration/tests/results/survival_r_results.pyc
 ${PYSITELIB}/statsmodels/duration/tests/results/survival_r_results.pyo
+${PYSITELIB}/statsmodels/duration/tests/results/survival_regularized.R
 ${PYSITELIB}/statsmodels/duration/tests/test_phreg.py
 ${PYSITELIB}/statsmodels/duration/tests/test_phreg.pyc
 ${PYSITELIB}/statsmodels/duration/tests/test_phreg.pyo
@@ -621,6 +677,9 @@ ${PYSITELIB}/statsmodels/emplike/tests/t
 ${PYSITELIB}/statsmodels/formula/__init__.py
 ${PYSITELIB}/statsmodels/formula/__init__.pyc
 ${PYSITELIB}/statsmodels/formula/__init__.pyo
+${PYSITELIB}/statsmodels/formula/_manager.py
+${PYSITELIB}/statsmodels/formula/_manager.pyc
+${PYSITELIB}/statsmodels/formula/_manager.pyo
 ${PYSITELIB}/statsmodels/formula/api.py
 ${PYSITELIB}/statsmodels/formula/api.pyc
 ${PYSITELIB}/statsmodels/formula/api.pyo
@@ -633,6 +692,9 @@ ${PYSITELIB}/statsmodels/formula/tests/_
 ${PYSITELIB}/statsmodels/formula/tests/test_formula.py
 ${PYSITELIB}/statsmodels/formula/tests/test_formula.pyc
 ${PYSITELIB}/statsmodels/formula/tests/test_formula.pyo
+${PYSITELIB}/statsmodels/formula/tests/test_manager.py
+${PYSITELIB}/statsmodels/formula/tests/test_manager.pyc
+${PYSITELIB}/statsmodels/formula/tests/test_manager.pyo
 ${PYSITELIB}/statsmodels/gam/__init__.py
 ${PYSITELIB}/statsmodels/gam/__init__.pyc
 ${PYSITELIB}/statsmodels/gam/__init__.pyo
@@ -677,6 +739,7 @@ ${PYSITELIB}/statsmodels/gam/tests/resul
 ${PYSITELIB}/statsmodels/gam/tests/results/results_mpg_bs_poisson.py
 ${PYSITELIB}/statsmodels/gam/tests/results/results_mpg_bs_poisson.pyc
 ${PYSITELIB}/statsmodels/gam/tests/results/results_mpg_bs_poisson.pyo
+${PYSITELIB}/statsmodels/gam/tests/results/results_mpg_bs_poisson.r
 ${PYSITELIB}/statsmodels/gam/tests/results/results_pls.py
 ${PYSITELIB}/statsmodels/gam/tests/results/results_pls.pyc
 ${PYSITELIB}/statsmodels/gam/tests/results/results_pls.pyo
@@ -740,18 +803,22 @@ ${PYSITELIB}/statsmodels/genmod/tests/__
 ${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_categorical_simulation_check.txt
 ${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_gaussian_simulation_check.txt
 ${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_poisson_simulation_check.txt
 ${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/results/__init__.py
 ${PYSITELIB}/statsmodels/genmod/tests/results/__init__.pyc
 ${PYSITELIB}/statsmodels/genmod/tests/results/__init__.pyo
+${PYSITELIB}/statsmodels/genmod/tests/results/elastic_net.R
 ${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
@@ -777,6 +844,7 @@ ${PYSITELIB}/statsmodels/genmod/tests/re
 ${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/poisson_weights_v2.do
 ${PYSITELIB}/statsmodels/genmod/tests/results/res_R_var_weight.py
 ${PYSITELIB}/statsmodels/genmod/tests/results/res_R_var_weight.pyc
 ${PYSITELIB}/statsmodels/genmod/tests/results/res_R_var_weight.pyo
@@ -790,6 +858,7 @@ ${PYSITELIB}/statsmodels/genmod/tests/re
 ${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/results/test_get_R_tweedie_var_weight.R
 ${PYSITELIB}/statsmodels/genmod/tests/test_bayes_mixed_glm.py
 ${PYSITELIB}/statsmodels/genmod/tests/test_bayes_mixed_glm.pyc
 ${PYSITELIB}/statsmodels/genmod/tests/test_bayes_mixed_glm.pyo
@@ -883,12 +952,18 @@ ${PYSITELIB}/statsmodels/graphics/tests/
 ${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_plot_grids.py
+${PYSITELIB}/statsmodels/graphics/tests/test_plot_grids.pyc
+${PYSITELIB}/statsmodels/graphics/tests/test_plot_grids.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/tests/test_utils.py
+${PYSITELIB}/statsmodels/graphics/tests/test_utils.pyc
+${PYSITELIB}/statsmodels/graphics/tests/test_utils.pyo
 ${PYSITELIB}/statsmodels/graphics/tsaplots.py
 ${PYSITELIB}/statsmodels/graphics/tsaplots.pyc
 ${PYSITELIB}/statsmodels/graphics/tsaplots.pyo
@@ -922,9 +997,15 @@ ${PYSITELIB}/statsmodels/imputation/test
 ${PYSITELIB}/statsmodels/imputation/tests/test_ros.py
 ${PYSITELIB}/statsmodels/imputation/tests/test_ros.pyc
 ${PYSITELIB}/statsmodels/imputation/tests/test_ros.pyo
-${PYSITELIB}/statsmodels/interface/__init__.py
-${PYSITELIB}/statsmodels/interface/__init__.pyc
-${PYSITELIB}/statsmodels/interface/__init__.pyo
+${PYSITELIB}/statsmodels/includes/__init__.pxd
+${PYSITELIB}/statsmodels/includes/__init__.py
+${PYSITELIB}/statsmodels/includes/__init__.pyc
+${PYSITELIB}/statsmodels/includes/__init__.pyo
+${PYSITELIB}/statsmodels/includes/_complex_shim.h
+${PYSITELIB}/statsmodels/includes/blas_lapack.pxd
+${PYSITELIB}/statsmodels/includes/capsule.h
+${PYSITELIB}/statsmodels/includes/math.pxd
+${PYSITELIB}/statsmodels/includes/meson.build
 ${PYSITELIB}/statsmodels/iolib/__init__.py
 ${PYSITELIB}/statsmodels/iolib/__init__.pyc
 ${PYSITELIB}/statsmodels/iolib/__init__.pyo
@@ -958,6 +1039,7 @@ ${PYSITELIB}/statsmodels/iolib/tableform
 ${PYSITELIB}/statsmodels/iolib/tests/__init__.py
 ${PYSITELIB}/statsmodels/iolib/tests/__init__.pyc
 ${PYSITELIB}/statsmodels/iolib/tests/__init__.pyo
+${PYSITELIB}/statsmodels/iolib/tests/gen_dates.do
 ${PYSITELIB}/statsmodels/iolib/tests/results/__init__.py
 ${PYSITELIB}/statsmodels/iolib/tests/results/__init__.pyc
 ${PYSITELIB}/statsmodels/iolib/tests/results/__init__.pyo
@@ -966,6 +1048,11 @@ ${PYSITELIB}/statsmodels/iolib/tests/res
 ${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/stata_dates.csv
+${PYSITELIB}/statsmodels/iolib/tests/test_data.csv
+${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
@@ -1042,6 +1129,8 @@ ${PYSITELIB}/statsmodels/multivariate/ca
 ${PYSITELIB}/statsmodels/multivariate/factor.py
 ${PYSITELIB}/statsmodels/multivariate/factor.pyc
 ${PYSITELIB}/statsmodels/multivariate/factor.pyo
+${PYSITELIB}/statsmodels/multivariate/factor_rotation/COPYRIGHTS.txt
+${PYSITELIB}/statsmodels/multivariate/factor_rotation/LICENSE.txt
 ${PYSITELIB}/statsmodels/multivariate/factor_rotation/__init__.py
 ${PYSITELIB}/statsmodels/multivariate/factor_rotation/__init__.pyc
 ${PYSITELIB}/statsmodels/multivariate/factor_rotation/__init__.pyo
@@ -1083,6 +1172,7 @@ ${PYSITELIB}/statsmodels/multivariate/te
 ${PYSITELIB}/statsmodels/multivariate/tests/results/datamlw.pyo
 ${PYSITELIB}/statsmodels/multivariate/tests/results/factor_data.csv
 ${PYSITELIB}/statsmodels/multivariate/tests/results/factors_stata.csv
+${PYSITELIB}/statsmodels/multivariate/tests/results/mvreg.csv
 ${PYSITELIB}/statsmodels/multivariate/tests/test_cancorr.py
 ${PYSITELIB}/statsmodels/multivariate/tests/test_cancorr.pyc
 ${PYSITELIB}/statsmodels/multivariate/tests/test_cancorr.pyo
@@ -1107,6 +1197,7 @@ ${PYSITELIB}/statsmodels/nonparametric/_
 ${PYSITELIB}/statsmodels/nonparametric/_kernel_base.py
 ${PYSITELIB}/statsmodels/nonparametric/_kernel_base.pyc
 ${PYSITELIB}/statsmodels/nonparametric/_kernel_base.pyo
+${PYSITELIB}/statsmodels/nonparametric/_smoothers_lowess.pyx
 ${PYSITELIB}/statsmodels/nonparametric/_smoothers_lowess.so
 ${PYSITELIB}/statsmodels/nonparametric/api.py
 ${PYSITELIB}/statsmodels/nonparametric/api.pyc
@@ -1132,13 +1223,16 @@ ${PYSITELIB}/statsmodels/nonparametric/k
 ${PYSITELIB}/statsmodels/nonparametric/kernels_asymmetric.py
 ${PYSITELIB}/statsmodels/nonparametric/kernels_asymmetric.pyc
 ${PYSITELIB}/statsmodels/nonparametric/kernels_asymmetric.pyo
+${PYSITELIB}/statsmodels/nonparametric/linbin.pyx
 ${PYSITELIB}/statsmodels/nonparametric/linbin.so
+${PYSITELIB}/statsmodels/nonparametric/meson.build
 ${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/Xi_test_data.csv
 ${PYSITELIB}/statsmodels/nonparametric/tests/__init__.py
 ${PYSITELIB}/statsmodels/nonparametric/tests/__init__.pyc
 ${PYSITELIB}/statsmodels/nonparametric/tests/__init__.pyo
@@ -1154,6 +1248,7 @@ ${PYSITELIB}/statsmodels/nonparametric/t
 ${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_r_outputs.R
 ${PYSITELIB}/statsmodels/nonparametric/tests/results/test_lowess_simple.csv
 ${PYSITELIB}/statsmodels/nonparametric/tests/test_asymmetric.py
 ${PYSITELIB}/statsmodels/nonparametric/tests/test_asymmetric.pyc
@@ -1200,6 +1295,7 @@ ${PYSITELIB}/statsmodels/othermod/tests/
 ${PYSITELIB}/statsmodels/othermod/tests/test_beta.py
 ${PYSITELIB}/statsmodels/othermod/tests/test_beta.pyc
 ${PYSITELIB}/statsmodels/othermod/tests/test_beta.pyo
+${PYSITELIB}/statsmodels/pyproject.toml
 ${PYSITELIB}/statsmodels/regression/__init__.py
 ${PYSITELIB}/statsmodels/regression/__init__.pyc
 ${PYSITELIB}/statsmodels/regression/__init__.pyo
@@ -1236,6 +1332,7 @@ ${PYSITELIB}/statsmodels/regression/roll
 ${PYSITELIB}/statsmodels/regression/tests/__init__.py
 ${PYSITELIB}/statsmodels/regression/tests/__init__.pyc
 ${PYSITELIB}/statsmodels/regression/tests/__init__.pyo
+${PYSITELIB}/statsmodels/regression/tests/lme_examples.R
 ${PYSITELIB}/statsmodels/regression/tests/results/__init__.py
 ${PYSITELIB}/statsmodels/regression/tests/results/__init__.pyc
 ${PYSITELIB}/statsmodels/regression/tests/results/__init__.pyo
@@ -1250,6 +1347,7 @@ ${PYSITELIB}/statsmodels/regression/test
 ${PYSITELIB}/statsmodels/regression/tests/results/glmnet_r_results.pyc
 ${PYSITELIB}/statsmodels/regression/tests/results/glmnet_r_results.pyo
 ${PYSITELIB}/statsmodels/regression/tests/results/lasso_data.csv
+${PYSITELIB}/statsmodels/regression/tests/results/lasso_r_results.R
 ${PYSITELIB}/statsmodels/regression/tests/results/leverage_influence_ols_nostars.txt
 ${PYSITELIB}/statsmodels/regression/tests/results/lme00.csv
 ${PYSITELIB}/statsmodels/regression/tests/results/lme01.csv
@@ -1266,6 +1364,7 @@ ${PYSITELIB}/statsmodels/regression/test
 ${PYSITELIB}/statsmodels/regression/tests/results/lme_r_results.py
 ${PYSITELIB}/statsmodels/regression/tests/results/lme_r_results.pyc
 ${PYSITELIB}/statsmodels/regression/tests/results/lme_r_results.pyo
+${PYSITELIB}/statsmodels/regression/tests/results/lme_results.R
 ${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
@@ -1287,6 +1386,8 @@ ${PYSITELIB}/statsmodels/regression/test
 ${PYSITELIB}/statsmodels/regression/tests/results/results_theil_textile.py
 ${PYSITELIB}/statsmodels/regression/tests/results/results_theil_textile.pyc
 ${PYSITELIB}/statsmodels/regression/tests/results/results_theil_textile.pyo
+${PYSITELIB}/statsmodels/regression/tests/results/test_rls.R
+${PYSITELIB}/statsmodels/regression/tests/results/test_rls.do
 ${PYSITELIB}/statsmodels/regression/tests/results/theil_textile_predict.csv
 ${PYSITELIB}/statsmodels/regression/tests/test_cov.py
 ${PYSITELIB}/statsmodels/regression/tests/test_cov.pyc
@@ -1333,10 +1434,21 @@ ${PYSITELIB}/statsmodels/regression/test
 ${PYSITELIB}/statsmodels/robust/__init__.py
 ${PYSITELIB}/statsmodels/robust/__init__.pyc
 ${PYSITELIB}/statsmodels/robust/__init__.pyo
+${PYSITELIB}/statsmodels/robust/_qn.pyx
 ${PYSITELIB}/statsmodels/robust/_qn.so
+${PYSITELIB}/statsmodels/robust/_tables.py
+${PYSITELIB}/statsmodels/robust/_tables.pyc
+${PYSITELIB}/statsmodels/robust/_tables.pyo
+${PYSITELIB}/statsmodels/robust/covariance.py
+${PYSITELIB}/statsmodels/robust/covariance.pyc
+${PYSITELIB}/statsmodels/robust/covariance.pyo
+${PYSITELIB}/statsmodels/robust/meson.build
 ${PYSITELIB}/statsmodels/robust/norms.py
 ${PYSITELIB}/statsmodels/robust/norms.pyc
 ${PYSITELIB}/statsmodels/robust/norms.pyo
+${PYSITELIB}/statsmodels/robust/resistant_linear_model.py
+${PYSITELIB}/statsmodels/robust/resistant_linear_model.pyc
+${PYSITELIB}/statsmodels/robust/resistant_linear_model.pyo
 ${PYSITELIB}/statsmodels/robust/robust_linear_model.py
 ${PYSITELIB}/statsmodels/robust/robust_linear_model.pyc
 ${PYSITELIB}/statsmodels/robust/robust_linear_model.pyo
@@ -1349,204 +1461,88 @@ ${PYSITELIB}/statsmodels/robust/tests/__
 ${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/hbk.csv
+${PYSITELIB}/statsmodels/robust/tests/results/results_cov.py
+${PYSITELIB}/statsmodels/robust/tests/results/results_cov.pyc
+${PYSITELIB}/statsmodels/robust/tests/results/results_cov.pyo
 ${PYSITELIB}/statsmodels/robust/tests/results/results_norms.py
 ${PYSITELIB}/statsmodels/robust/tests/results/results_norms.pyc
 ${PYSITELIB}/statsmodels/robust/tests/results/results_norms.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_covariance.py
+${PYSITELIB}/statsmodels/robust/tests/test_covariance.pyc
+${PYSITELIB}/statsmodels/robust/tests/test_covariance.pyo
 ${PYSITELIB}/statsmodels/robust/tests/test_mquantiles.py
 ${PYSITELIB}/statsmodels/robust/tests/test_mquantiles.pyc
 ${PYSITELIB}/statsmodels/robust/tests/test_mquantiles.pyo
 ${PYSITELIB}/statsmodels/robust/tests/test_norms.py
 ${PYSITELIB}/statsmodels/robust/tests/test_norms.pyc
 ${PYSITELIB}/statsmodels/robust/tests/test_norms.pyo
+${PYSITELIB}/statsmodels/robust/tests/test_resistant_linear_model.py
+${PYSITELIB}/statsmodels/robust/tests/test_resistant_linear_model.pyc
+${PYSITELIB}/statsmodels/robust/tests/test_resistant_linear_model.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/robust/tests/test_tools.py
+${PYSITELIB}/statsmodels/robust/tests/test_tools.pyc
+${PYSITELIB}/statsmodels/robust/tests/test_tools.pyo
+${PYSITELIB}/statsmodels/robust/tools.py
+${PYSITELIB}/statsmodels/robust/tools.pyc
+${PYSITELIB}/statsmodels/robust/tools.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/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/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_gof_new.py
-${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_gof_new.pyc
-${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_gof_new.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_mv_normal.py
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_mv_normal.pyc
+${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_mv_normal.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/test_transf.py
 ${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_transf.pyc
 ${PYSITELIB}/statsmodels/sandbox/distributions/tests/test_transf.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/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/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_kernels.py
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/test_kernels.pyc
+${PYSITELIB}/statsmodels/sandbox/nonparametric/tests/test_kernels.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
@@ -1556,69 +1552,33 @@ ${PYSITELIB}/statsmodels/sandbox/panel/_
 ${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_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_correlation_structures.py
+${PYSITELIB}/statsmodels/sandbox/panel/tests/test_correlation_structures.pyc
+${PYSITELIB}/statsmodels/sandbox/panel/tests/test_correlation_structures.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
@@ -1642,48 +1602,20 @@ ${PYSITELIB}/statsmodels/sandbox/regress
 ${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/regression/tests/test_predstd.py
+${PYSITELIB}/statsmodels/sandbox/regression/tests/test_predstd.pyc
+${PYSITELIB}/statsmodels/sandbox/regression/tests/test_predstd.pyo
+${PYSITELIB}/statsmodels/sandbox/rlsdata.txt
 ${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/notes_fdr.txt
 ${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
@@ -1693,76 +1625,46 @@ ${PYSITELIB}/statsmodels/sandbox/stats/t
 ${PYSITELIB}/statsmodels/sandbox/stats/tests/test_runs.py
 ${PYSITELIB}/statsmodels/sandbox/stats/tests/test_runs.pyc
 ${PYSITELIB}/statsmodels/sandbox/stats/tests/test_runs.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/maketests_mlabwrap.py
-${PYSITELIB}/statsmodels/sandbox/tests/maketests_mlabwrap.pyc
-${PYSITELIB}/statsmodels/sandbox/tests/maketests_mlabwrap.pyo
-${PYSITELIB}/statsmodels/sandbox/tests/savervs.py
-${PYSITELIB}/statsmodels/sandbox/tests/savervs.pyc
-${PYSITELIB}/statsmodels/sandbox/tests/savervs.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/TODO.txt
 ${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/tests/__init__.py
+${PYSITELIB}/statsmodels/sandbox/tools/tests/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/tools/tests/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/tools/tests/test_cross_val.py
+${PYSITELIB}/statsmodels/sandbox/tools/tests/test_cross_val.pyc
+${PYSITELIB}/statsmodels/sandbox/tools/tests/test_cross_val.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/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/setup.cfg
-${PYSITELIB}/statsmodels/src/__init__.py
-${PYSITELIB}/statsmodels/src/__init__.pyc
-${PYSITELIB}/statsmodels/src/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/tsa/tests/__init__.py
+${PYSITELIB}/statsmodels/sandbox/tsa/tests/__init__.pyc
+${PYSITELIB}/statsmodels/sandbox/tsa/tests/__init__.pyo
+${PYSITELIB}/statsmodels/sandbox/tsa/tests/test_fftarma.py
+${PYSITELIB}/statsmodels/sandbox/tsa/tests/test_fftarma.pyc
+${PYSITELIB}/statsmodels/sandbox/tsa/tests/test_fftarma.pyo
+${PYSITELIB}/statsmodels/sandbox/tsa/tests/test_movstat.py
+${PYSITELIB}/statsmodels/sandbox/tsa/tests/test_movstat.pyc
+${PYSITELIB}/statsmodels/sandbox/tsa/tests/test_movstat.pyo
 ${PYSITELIB}/statsmodels/stats/__init__.py
 ${PYSITELIB}/statsmodels/stats/__init__.pyc
 ${PYSITELIB}/statsmodels/stats/__init__.pyo
@@ -1787,6 +1689,9 @@ ${PYSITELIB}/statsmodels/stats/_lilliefo
 ${PYSITELIB}/statsmodels/stats/_lilliefors_critical_values.py
 ${PYSITELIB}/statsmodels/stats/_lilliefors_critical_values.pyc
 ${PYSITELIB}/statsmodels/stats/_lilliefors_critical_values.pyo
+${PYSITELIB}/statsmodels/stats/_results_store.py
+${PYSITELIB}/statsmodels/stats/_results_store.pyc
+${PYSITELIB}/statsmodels/stats/_results_store.pyo
 ${PYSITELIB}/statsmodels/stats/anova.py
 ${PYSITELIB}/statsmodels/stats/anova.pyc
 ${PYSITELIB}/statsmodels/stats/anova.pyo
@@ -1805,6 +1710,9 @@ ${PYSITELIB}/statsmodels/stats/contrast.
 ${PYSITELIB}/statsmodels/stats/correlation_tools.py
 ${PYSITELIB}/statsmodels/stats/correlation_tools.pyc
 ${PYSITELIB}/statsmodels/stats/correlation_tools.pyo
+${PYSITELIB}/statsmodels/stats/covariance.py
+${PYSITELIB}/statsmodels/stats/covariance.pyc
+${PYSITELIB}/statsmodels/stats/covariance.pyo
 ${PYSITELIB}/statsmodels/stats/descriptivestats.py
 ${PYSITELIB}/statsmodels/stats/descriptivestats.pyc
 ${PYSITELIB}/statsmodels/stats/descriptivestats.pyo
@@ -1907,14 +1815,18 @@ ${PYSITELIB}/statsmodels/stats/tabledist
 ${PYSITELIB}/statsmodels/stats/tests/__init__.py
 ${PYSITELIB}/statsmodels/stats/tests/__init__.pyc
 ${PYSITELIB}/statsmodels/stats/tests/__init__.pyo
+${PYSITELIB}/statsmodels/stats/tests/gen_contingency_table_tests.R
 ${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/anova-rm-test-data.csv
+${PYSITELIB}/statsmodels/stats/tests/results/anova.R
 ${PYSITELIB}/statsmodels/stats/tests/results/binary_constrict.csv
 ${PYSITELIB}/statsmodels/stats/tests/results/bootleg.csv
 ${PYSITELIB}/statsmodels/stats/tests/results/contingency_table_r_results.csv
 ${PYSITELIB}/statsmodels/stats/tests/results/data.dat
 ${PYSITELIB}/statsmodels/stats/tests/results/framing.csv
+${PYSITELIB}/statsmodels/stats/tests/results/generate_results_rank_compare_sample_size.R
 ${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
@@ -1940,6 +1852,7 @@ ${PYSITELIB}/statsmodels/stats/tests/res
 ${PYSITELIB}/statsmodels/stats/tests/results/results_rates.py
 ${PYSITELIB}/statsmodels/stats/tests/results/results_rates.pyc
 ${PYSITELIB}/statsmodels/stats/tests/results/results_rates.pyo
+${PYSITELIB}/statsmodels/stats/tests/results/results_samplesize_rank_compare_onetail.csv
 ${PYSITELIB}/statsmodels/stats/tests/results/wspec1.csv
 ${PYSITELIB}/statsmodels/stats/tests/results/wspec2.csv
 ${PYSITELIB}/statsmodels/stats/tests/results/wspec3.csv
@@ -1965,6 +1878,9 @@ ${PYSITELIB}/statsmodels/stats/tests/tes
 ${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_covariance.py
+${PYSITELIB}/statsmodels/stats/tests/test_covariance.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_covariance.pyo
 ${PYSITELIB}/statsmodels/stats/tests/test_data.txt
 ${PYSITELIB}/statsmodels/stats/tests/test_deltacov.py
 ${PYSITELIB}/statsmodels/stats/tests/test_deltacov.pyc
@@ -1990,6 +1906,9 @@ ${PYSITELIB}/statsmodels/stats/tests/tes
 ${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_inference_tools.py
+${PYSITELIB}/statsmodels/stats/tests/test_inference_tools.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_inference_tools.pyo
 ${PYSITELIB}/statsmodels/stats/tests/test_influence.py
 ${PYSITELIB}/statsmodels/stats/tests/test_influence.pyc
 ${PYSITELIB}/statsmodels/stats/tests/test_influence.pyo
@@ -2002,6 +1921,9 @@ ${PYSITELIB}/statsmodels/stats/tests/tes
 ${PYSITELIB}/statsmodels/stats/tests/test_lilliefors.py
 ${PYSITELIB}/statsmodels/stats/tests/test_lilliefors.pyc
 ${PYSITELIB}/statsmodels/stats/tests/test_lilliefors.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_limited_iteration_mixin.py
+${PYSITELIB}/statsmodels/stats/tests/test_limited_iteration_mixin.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_limited_iteration_mixin.pyo
 ${PYSITELIB}/statsmodels/stats/tests/test_mediation.py
 ${PYSITELIB}/statsmodels/stats/tests/test_mediation.pyc
 ${PYSITELIB}/statsmodels/stats/tests/test_mediation.pyo
@@ -2017,6 +1939,9 @@ ${PYSITELIB}/statsmodels/stats/tests/tes
 ${PYSITELIB}/statsmodels/stats/tests/test_multivariate.py
 ${PYSITELIB}/statsmodels/stats/tests/test_multivariate.pyc
 ${PYSITELIB}/statsmodels/stats/tests/test_multivariate.pyo
+${PYSITELIB}/statsmodels/stats/tests/test_multivariate_tools.py
+${PYSITELIB}/statsmodels/stats/tests/test_multivariate_tools.pyc
+${PYSITELIB}/statsmodels/stats/tests/test_multivariate_tools.pyo
 ${PYSITELIB}/statsmodels/stats/tests/test_nonparametric.py
 ${PYSITELIB}/statsmodels/stats/tests/test_nonparametric.pyc
 ${PYSITELIB}/statsmodels/stats/tests/test_nonparametric.pyo
@@ -2074,6 +1999,9 @@ ${PYSITELIB}/statsmodels/stats/weightsta
 ${PYSITELIB}/statsmodels/tests/__init__.py
 ${PYSITELIB}/statsmodels/tests/__init__.pyc
 ${PYSITELIB}/statsmodels/tests/__init__.pyo
+${PYSITELIB}/statsmodels/tests/test_deprecated_estimators.py
+${PYSITELIB}/statsmodels/tests/test_deprecated_estimators.pyc
+${PYSITELIB}/statsmodels/tests/test_deprecated_estimators.pyo
 ${PYSITELIB}/statsmodels/tests/test_package.py
 ${PYSITELIB}/statsmodels/tests/test_package.pyc
 ${PYSITELIB}/statsmodels/tests/test_package.pyo
@@ -2083,6 +2011,9 @@ ${PYSITELIB}/statsmodels/tests/test_x13.
 ${PYSITELIB}/statsmodels/tools/__init__.py
 ${PYSITELIB}/statsmodels/tools/__init__.pyc
 ${PYSITELIB}/statsmodels/tools/__init__.pyo
+${PYSITELIB}/statsmodels/tools/_decorators.py
+${PYSITELIB}/statsmodels/tools/_decorators.pyc
+${PYSITELIB}/statsmodels/tools/_decorators.pyo
 ${PYSITELIB}/statsmodels/tools/_test_runner.py
 ${PYSITELIB}/statsmodels/tools/_test_runner.pyc
 ${PYSITELIB}/statsmodels/tools/_test_runner.pyo
@@ -2095,12 +2026,12 @@ ${PYSITELIB}/statsmodels/tools/catadd.py
 ${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/docstring.py
 ${PYSITELIB}/statsmodels/tools/docstring.pyc
 ${PYSITELIB}/statsmodels/tools/docstring.pyo
+${PYSITELIB}/statsmodels/tools/docstring_helpers.py
+${PYSITELIB}/statsmodels/tools/docstring_helpers.pyc
+${PYSITELIB}/statsmodels/tools/docstring_helpers.pyo
 ${PYSITELIB}/statsmodels/tools/eval_measures.py
 ${PYSITELIB}/statsmodels/tools/eval_measures.pyc
 ${PYSITELIB}/statsmodels/tools/eval_measures.pyo
@@ -2149,6 +2080,9 @@ ${PYSITELIB}/statsmodels/tools/tests/tes
 ${PYSITELIB}/statsmodels/tools/tests/test_docstring.py
 ${PYSITELIB}/statsmodels/tools/tests/test_docstring.pyc
 ${PYSITELIB}/statsmodels/tools/tests/test_docstring.pyo
+${PYSITELIB}/statsmodels/tools/tests/test_docstring_helpers.py
+${PYSITELIB}/statsmodels/tools/tests/test_docstring_helpers.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_docstring_helpers.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
@@ -2164,12 +2098,21 @@ ${PYSITELIB}/statsmodels/tools/tests/tes
 ${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_print_version.py
+${PYSITELIB}/statsmodels/tools/tests/test_print_version.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_print_version.pyo
+${PYSITELIB}/statsmodels/tools/tests/test_rng_qrng.py
+${PYSITELIB}/statsmodels/tools/tests/test_rng_qrng.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_rng_qrng.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_sequences.py
 ${PYSITELIB}/statsmodels/tools/tests/test_sequences.pyc
 ${PYSITELIB}/statsmodels/tools/tests/test_sequences.pyo
+${PYSITELIB}/statsmodels/tools/tests/test_sm_exceptions.py
+${PYSITELIB}/statsmodels/tools/tests/test_sm_exceptions.pyc
+${PYSITELIB}/statsmodels/tools/tests/test_sm_exceptions.pyo
 ${PYSITELIB}/statsmodels/tools/tests/test_testing.py
 ${PYSITELIB}/statsmodels/tools/tests/test_testing.pyc
 ${PYSITELIB}/statsmodels/tools/tests/test_testing.pyo
@@ -2234,7 +2177,11 @@ ${PYSITELIB}/statsmodels/tsa/__init__.py
 ${PYSITELIB}/statsmodels/tsa/_bds.py
 ${PYSITELIB}/statsmodels/tsa/_bds.pyc
 ${PYSITELIB}/statsmodels/tsa/_bds.pyo
+${PYSITELIB}/statsmodels/tsa/_innovations.pyx
 ${PYSITELIB}/statsmodels/tsa/_innovations.so
+${PYSITELIB}/statsmodels/tsa/_leybourne.py
+${PYSITELIB}/statsmodels/tsa/_leybourne.pyc
+${PYSITELIB}/statsmodels/tsa/_leybourne.pyo
 ${PYSITELIB}/statsmodels/tsa/adfvalues.py
 ${PYSITELIB}/statsmodels/tsa/adfvalues.pyc
 ${PYSITELIB}/statsmodels/tsa/adfvalues.pyo
@@ -2250,12 +2197,12 @@ ${PYSITELIB}/statsmodels/tsa/ardl/__init
 ${PYSITELIB}/statsmodels/tsa/ardl/_pss_critical_values/__init__.py
 ${PYSITELIB}/statsmodels/tsa/ardl/_pss_critical_values/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/ardl/_pss_critical_values/__init__.pyo
-${PYSITELIB}/statsmodels/tsa/ardl/_pss_critical_values/pss-process.py
-${PYSITELIB}/statsmodels/tsa/ardl/_pss_critical_values/pss-process.pyc
-${PYSITELIB}/statsmodels/tsa/ardl/_pss_critical_values/pss-process.pyo
 ${PYSITELIB}/statsmodels/tsa/ardl/_pss_critical_values/pss.py
 ${PYSITELIB}/statsmodels/tsa/ardl/_pss_critical_values/pss.pyc
 ${PYSITELIB}/statsmodels/tsa/ardl/_pss_critical_values/pss.pyo
+${PYSITELIB}/statsmodels/tsa/ardl/_pss_critical_values/pss_process.py
+${PYSITELIB}/statsmodels/tsa/ardl/_pss_critical_values/pss_process.pyc
+${PYSITELIB}/statsmodels/tsa/ardl/_pss_critical_values/pss_process.pyo
 ${PYSITELIB}/statsmodels/tsa/ardl/model.py
 ${PYSITELIB}/statsmodels/tsa/ardl/model.pyc
 ${PYSITELIB}/statsmodels/tsa/ardl/model.pyo
@@ -2298,6 +2245,9 @@ ${PYSITELIB}/statsmodels/tsa/arima/datas
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/__init__.py
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/arima/estimators/_base.py
+${PYSITELIB}/statsmodels/tsa/arima/estimators/_base.pyc
+${PYSITELIB}/statsmodels/tsa/arima/estimators/_base.pyo
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/burg.py
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/burg.pyc
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/burg.pyo
@@ -2319,12 +2269,19 @@ ${PYSITELIB}/statsmodels/tsa/arima/estim
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/__init__.py
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/results/results_burg.R
+${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/results/results_hr.R
+${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/results/results_innovations_ma.R
+${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/results/results_yw_dl.R
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/test_burg.py
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/test_burg.pyc
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/test_burg.pyo
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/test_durbin_levinson.py
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/test_durbin_levinson.pyc
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/test_durbin_levinson.pyo
+${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/test_estimator_result.py
+${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/test_estimator_result.pyc
+${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/test_estimator_result.pyo
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/test_gls.py
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/test_gls.pyc
 ${PYSITELIB}/statsmodels/tsa/arima/estimators/tests/test_gls.pyo
@@ -2376,9 +2333,6 @@ ${PYSITELIB}/statsmodels/tsa/arima_model
 ${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
@@ -2418,6 +2372,7 @@ ${PYSITELIB}/statsmodels/tsa/determinist
 ${PYSITELIB}/statsmodels/tsa/exponential_smoothing/__init__.py
 ${PYSITELIB}/statsmodels/tsa/exponential_smoothing/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/exponential_smoothing/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/exponential_smoothing/_ets_smooth.pyx
 ${PYSITELIB}/statsmodels/tsa/exponential_smoothing/_ets_smooth.so
 ${PYSITELIB}/statsmodels/tsa/exponential_smoothing/base.py
 ${PYSITELIB}/statsmodels/tsa/exponential_smoothing/base.pyc
@@ -2428,6 +2383,7 @@ ${PYSITELIB}/statsmodels/tsa/exponential
 ${PYSITELIB}/statsmodels/tsa/exponential_smoothing/initialization.py
 ${PYSITELIB}/statsmodels/tsa/exponential_smoothing/initialization.pyc
 ${PYSITELIB}/statsmodels/tsa/exponential_smoothing/initialization.pyo
+${PYSITELIB}/statsmodels/tsa/exponential_smoothing/meson.build
 ${PYSITELIB}/statsmodels/tsa/filters/__init__.py
 ${PYSITELIB}/statsmodels/tsa/filters/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/filters/__init__.pyo
@@ -2446,6 +2402,9 @@ ${PYSITELIB}/statsmodels/tsa/filters/cf_
 ${PYSITELIB}/statsmodels/tsa/filters/filtertools.py
 ${PYSITELIB}/statsmodels/tsa/filters/filtertools.pyc
 ${PYSITELIB}/statsmodels/tsa/filters/filtertools.pyo
+${PYSITELIB}/statsmodels/tsa/filters/hamilton_filter.py
+${PYSITELIB}/statsmodels/tsa/filters/hamilton_filter.pyc
+${PYSITELIB}/statsmodels/tsa/filters/hamilton_filter.pyo
 ${PYSITELIB}/statsmodels/tsa/filters/hp_filter.py
 ${PYSITELIB}/statsmodels/tsa/filters/hp_filter.pyc
 ${PYSITELIB}/statsmodels/tsa/filters/hp_filter.pyo
@@ -2455,12 +2414,16 @@ ${PYSITELIB}/statsmodels/tsa/filters/tes
 ${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.R
 ${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/filters/tests/test_hamilton_filter.py
+${PYSITELIB}/statsmodels/tsa/filters/tests/test_hamilton_filter.pyc
+${PYSITELIB}/statsmodels/tsa/filters/tests/test_hamilton_filter.pyo
 ${PYSITELIB}/statsmodels/tsa/forecasting/__init__.py
 ${PYSITELIB}/statsmodels/tsa/forecasting/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/forecasting/__init__.pyo
@@ -2482,10 +2445,12 @@ ${PYSITELIB}/statsmodels/tsa/forecasting
 ${PYSITELIB}/statsmodels/tsa/holtwinters/__init__.py
 ${PYSITELIB}/statsmodels/tsa/holtwinters/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/holtwinters/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/holtwinters/_exponential_smoothers.pyx
 ${PYSITELIB}/statsmodels/tsa/holtwinters/_exponential_smoothers.so
 ${PYSITELIB}/statsmodels/tsa/holtwinters/_smoothers.py
 ${PYSITELIB}/statsmodels/tsa/holtwinters/_smoothers.pyc
 ${PYSITELIB}/statsmodels/tsa/holtwinters/_smoothers.pyo
+${PYSITELIB}/statsmodels/tsa/holtwinters/meson.build
 ${PYSITELIB}/statsmodels/tsa/holtwinters/model.py
 ${PYSITELIB}/statsmodels/tsa/holtwinters/model.pyc
 ${PYSITELIB}/statsmodels/tsa/holtwinters/model.pyo
@@ -2505,6 +2470,7 @@ ${PYSITELIB}/statsmodels/tsa/holtwinters
 ${PYSITELIB}/statsmodels/tsa/innovations/__init__.py
 ${PYSITELIB}/statsmodels/tsa/innovations/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/innovations/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/innovations/_arma_innovations.pyx.in
 ${PYSITELIB}/statsmodels/tsa/innovations/_arma_innovations.so
 ${PYSITELIB}/statsmodels/tsa/innovations/api.py
 ${PYSITELIB}/statsmodels/tsa/innovations/api.pyc
@@ -2512,6 +2478,7 @@ ${PYSITELIB}/statsmodels/tsa/innovations
 ${PYSITELIB}/statsmodels/tsa/innovations/arma_innovations.py
 ${PYSITELIB}/statsmodels/tsa/innovations/arma_innovations.pyc
 ${PYSITELIB}/statsmodels/tsa/innovations/arma_innovations.pyo
+${PYSITELIB}/statsmodels/tsa/innovations/meson.build
 ${PYSITELIB}/statsmodels/tsa/innovations/tests/__init__.py
 ${PYSITELIB}/statsmodels/tsa/innovations/tests/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/innovations/tests/__init__.pyo
@@ -2533,13 +2500,18 @@ ${PYSITELIB}/statsmodels/tsa/interp/test
 ${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/meson.build
 ${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.pxd
+${PYSITELIB}/statsmodels/tsa/regime_switching/_hamilton_filter.pyx.in
 ${PYSITELIB}/statsmodels/tsa/regime_switching/_hamilton_filter.so
+${PYSITELIB}/statsmodels/tsa/regime_switching/_kim_smoother.pxd
+${PYSITELIB}/statsmodels/tsa/regime_switching/_kim_smoother.pyx.in
 ${PYSITELIB}/statsmodels/tsa/regime_switching/_kim_smoother.so
 ${PYSITELIB}/statsmodels/tsa/regime_switching/markov_autoregression.py
 ${PYSITELIB}/statsmodels/tsa/regime_switching/markov_autoregression.pyc
@@ -2550,6 +2522,7 @@ ${PYSITELIB}/statsmodels/tsa/regime_swit
 ${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/meson.build
 ${PYSITELIB}/statsmodels/tsa/regime_switching/tests/__init__.py
 ${PYSITELIB}/statsmodels/tsa/regime_switching/tests/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/regime_switching/tests/__init__.pyo
@@ -2568,22 +2541,43 @@ ${PYSITELIB}/statsmodels/tsa/regime_swit
 ${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/seasonal/__init__.py
+${PYSITELIB}/statsmodels/tsa/seasonal/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/seasonal/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/seasonal/_seasonal.py
+${PYSITELIB}/statsmodels/tsa/seasonal/_seasonal.pyc
+${PYSITELIB}/statsmodels/tsa/seasonal/_seasonal.pyo
 ${PYSITELIB}/statsmodels/tsa/statespace/__init__.py
 ${PYSITELIB}/statsmodels/tsa/statespace/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/_blas_int.pxi.in
+${PYSITELIB}/statsmodels/tsa/statespace/_cfa_simulation_smoother.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_cfa_simulation_smoother.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_cfa_simulation_smoother.so
 ${PYSITELIB}/statsmodels/tsa/statespace/_filters/__init__.py
 ${PYSITELIB}/statsmodels/tsa/statespace/_filters/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/_filters/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/_filters/_conventional.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_filters/_conventional.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_filters/_conventional.so
+${PYSITELIB}/statsmodels/tsa/statespace/_filters/_inversions.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_filters/_inversions.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_filters/_inversions.so
+${PYSITELIB}/statsmodels/tsa/statespace/_filters/_univariate.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_filters/_univariate.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_filters/_univariate.so
+${PYSITELIB}/statsmodels/tsa/statespace/_filters/_univariate_diffuse.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_filters/_univariate_diffuse.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_filters/_univariate_diffuse.so
+${PYSITELIB}/statsmodels/tsa/statespace/_filters/meson.build
+${PYSITELIB}/statsmodels/tsa/statespace/_initialization.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_initialization.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_initialization.so
+${PYSITELIB}/statsmodels/tsa/statespace/_kalman_filter.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_kalman_filter.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_kalman_filter.so
+${PYSITELIB}/statsmodels/tsa/statespace/_kalman_smoother.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_kalman_smoother.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_kalman_smoother.so
 ${PYSITELIB}/statsmodels/tsa/statespace/_pykalman_smoother.py
 ${PYSITELIB}/statsmodels/tsa/statespace/_pykalman_smoother.pyc
@@ -2591,16 +2585,33 @@ ${PYSITELIB}/statsmodels/tsa/statespace/
 ${PYSITELIB}/statsmodels/tsa/statespace/_quarterly_ar1.py
 ${PYSITELIB}/statsmodels/tsa/statespace/_quarterly_ar1.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/_quarterly_ar1.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/_representation.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_representation.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_representation.so
+${PYSITELIB}/statsmodels/tsa/statespace/_simulation_smoother.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_simulation_smoother.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_simulation_smoother.so
 ${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/__init__.py
 ${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_alternative.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_alternative.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_alternative.so
+${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_classical.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_classical.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_classical.so
+${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_conventional.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_conventional.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_conventional.so
+${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_univariate.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_univariate.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_univariate.so
+${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_univariate_diffuse.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_univariate_diffuse.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/_univariate_diffuse.so
+${PYSITELIB}/statsmodels/tsa/statespace/_smoothers/meson.build
+${PYSITELIB}/statsmodels/tsa/statespace/_tools.pxd
+${PYSITELIB}/statsmodels/tsa/statespace/_tools.pyx.in
 ${PYSITELIB}/statsmodels/tsa/statespace/_tools.so
 ${PYSITELIB}/statsmodels/tsa/statespace/api.py
 ${PYSITELIB}/statsmodels/tsa/statespace/api.pyc
@@ -2626,6 +2637,7 @@ ${PYSITELIB}/statsmodels/tsa/statespace/
 ${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/meson.build
 ${PYSITELIB}/statsmodels/tsa/statespace/mlemodel.py
 ${PYSITELIB}/statsmodels/tsa/statespace/mlemodel.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/mlemodel.pyo
@@ -2661,26 +2673,46 @@ ${PYSITELIB}/statsmodels/tsa/statespace/
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/cfa_tvpvar_invP.csv
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/cfa_tvpvar_posterior_mean.csv
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/cfa_tvpvar_state_variates.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/cfa_tvpvar_test.m
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/cfa_tvpvar_v10.csv
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/cfa_tvpvar_vi0.csv
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/clark1989.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/example_ssm_wpi1.m
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/exponential_smoothing.R
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/exponential_smoothing_params.csv
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/exponential_smoothing_predict.csv
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/exponential_smoothing_states.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/LICENSE
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/README.md
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/__init__.py
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/__init__.pyo
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/data/US/2016-06-29.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/data/US/2016-06-29.xls
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/data/US/2016-07-29.csv
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/data/US/2016-07-29.xls
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/data/US/__init__.py
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/data/US/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/data/US/__init__.pyo
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/data/__init__.py
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/data/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/data/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/data/yyyy-mm-dd.xls
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/functions/__init__.py
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/functions/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/functions/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/functions/dfm.m
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/functions/load_data.m
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/functions/load_spec.m
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/functions/remNaNs_spline.m
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/functions/summarize.m
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/functions/update_nowcast.m
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/test_DFM.m
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/test_DFM_blocks.m
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/test_news.m
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/test_news_blocks.m
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/test_spec.xls
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/Nowcasting/test_spec_blocks.xls
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/__init__.py
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/__init__.pyo
@@ -2698,6 +2730,7 @@ ${PYSITELIB}/statsmodels/tsa/statespace/
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/test_news_222.mat
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/test_news_blocks_112.mat
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/results/frbny_nowcast/test_news_blocks_222.mat
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/kfas_helpers.R
 ${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
@@ -2754,6 +2787,26 @@ ${PYSITELIB}/statsmodels/tsa/statespace/
 ${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/sm-0.9-sarimax.pkl
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_clark1989_r.R
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_dynamic_factor_stata.do
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_exact_diffuse_filtering.R
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_exact_diffuse_filtering_multivariate.R
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_exact_diffuse_filtering_stata.do
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_intercepts.R
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_realgdpar_r.R
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_realgdpar_stata.do
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_sarimax_coverage.do
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_sarimax_stata.do
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_simulation_smoothing.R
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_smoothing.R
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_smoothing2.R
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_smoothing3.R
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_smoothing_generalobscov.R
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_ucm.R
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_var.R
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_var_misc_stata.do
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_varmax_stata.do
+${PYSITELIB}/statsmodels/tsa/statespace/tests/results/test_wpi1_stata.do
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.py
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.pyc
 ${PYSITELIB}/statsmodels/tsa/statespace/tests/test_cfa_simulation_smoothing.pyo
@@ -2871,13 +2924,24 @@ ${PYSITELIB}/statsmodels/tsa/statespace/
 ${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/stattools/__init__.py
+${PYSITELIB}/statsmodels/tsa/stattools/__init__.pyc
+${PYSITELIB}/statsmodels/tsa/stattools/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/stattools/_arma_order_selection.py
+${PYSITELIB}/statsmodels/tsa/stattools/_arma_order_selection.pyc
+${PYSITELIB}/statsmodels/tsa/stattools/_arma_order_selection.pyo
+${PYSITELIB}/statsmodels/tsa/stattools/_leybourne.py
+${PYSITELIB}/statsmodels/tsa/stattools/_leybourne.pyc
+${PYSITELIB}/statsmodels/tsa/stattools/_leybourne.pyo
+${PYSITELIB}/statsmodels/tsa/stattools/_stattools.py
+${PYSITELIB}/statsmodels/tsa/stattools/_stattools.pyc
+${PYSITELIB}/statsmodels/tsa/stattools/_stattools.pyo
 ${PYSITELIB}/statsmodels/tsa/stl/__init__.py
 ${PYSITELIB}/statsmodels/tsa/stl/__init__.pyc
 ${PYSITELIB}/statsmodels/tsa/stl/__init__.pyo
+${PYSITELIB}/statsmodels/tsa/stl/_stl.pyx
 ${PYSITELIB}/statsmodels/tsa/stl/_stl.so
+${PYSITELIB}/statsmodels/tsa/stl/meson.build
 ${PYSITELIB}/statsmodels/tsa/stl/mstl.py
 ${PYSITELIB}/statsmodels/tsa/stl/mstl.pyc
 ${PYSITELIB}/statsmodels/tsa/stl/mstl.pyo
@@ -2889,7 +2953,10 @@ ${PYSITELIB}/statsmodels/tsa/stl/tests/r
 ${PYSITELIB}/statsmodels/tsa/stl/tests/results/__init__.pyo
 ${PYSITELIB}/statsmodels/tsa/stl/tests/results/mstl_elec_vic.csv
 ${PYSITELIB}/statsmodels/tsa/stl/tests/results/mstl_test_results.csv
+${PYSITELIB}/statsmodels/tsa/stl/tests/results/stl-fixed.f90
+${PYSITELIB}/statsmodels/tsa/stl/tests/results/stl_co2
 ${PYSITELIB}/statsmodels/tsa/stl/tests/results/stl_co2.csv
+${PYSITELIB}/statsmodels/tsa/stl/tests/results/stl_test_data.f90
 ${PYSITELIB}/statsmodels/tsa/stl/tests/results/stl_test_results.csv
 ${PYSITELIB}/statsmodels/tsa/stl/tests/test_mstl.py
 ${PYSITELIB}/statsmodels/tsa/stl/tests/test_mstl.pyc
@@ -2903,9 +2970,16 @@ ${PYSITELIB}/statsmodels/tsa/tests/__ini
 ${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/BAA.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/DBAA.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/DSP500.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/DUN.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/SP500.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/UN.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/arima.R
 ${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
@@ -2944,11 +3018,15 @@ ${PYSITELIB}/statsmodels/tsa/tests/resul
 ${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/arima_forecast.inp
+${PYSITELIB}/statsmodels/tsa/tests/results/arma_forecast.inp
 ${PYSITELIB}/statsmodels/tsa/tests/results/bds_data.csv
 ${PYSITELIB}/statsmodels/tsa/tests/results/bds_results.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/corrgram.do
 ${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/fit_ets.R
 ${PYSITELIB}/statsmodels/tsa/tests/results/fit_ets_results.json
 ${PYSITELIB}/statsmodels/tsa/tests/results/fit_ets_results_nonseasonal.json
 ${PYSITELIB}/statsmodels/tsa/tests/results/fit_ets_results_seasonal.json
@@ -2985,6 +3063,8 @@ ${PYSITELIB}/statsmodels/tsa/tests/resul
 ${PYSITELIB}/statsmodels/tsa/tests/results/results_arma_forecasts.csv
 ${PYSITELIB}/statsmodels/tsa/tests/results/results_ccf.csv
 ${PYSITELIB}/statsmodels/tsa/tests/results/results_corrgram.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/results_pccf.R
+${PYSITELIB}/statsmodels/tsa/tests/results/results_pccf.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
@@ -2994,6 +3074,8 @@ ${PYSITELIB}/statsmodels/tsa/tests/resul
 ${PYSITELIB}/statsmodels/tsa/tests/results/savedrvs.pyc
 ${PYSITELIB}/statsmodels/tsa/tests/results/savedrvs.pyo
 ${PYSITELIB}/statsmodels/tsa/tests/results/stkprc.csv
+${PYSITELIB}/statsmodels/tsa/tests/results/test_arma_acf.R
+${PYSITELIB}/statsmodels/tsa/tests/results/test_bds.m
 ${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
@@ -3002,6 +3084,9 @@ ${PYSITELIB}/statsmodels/tsa/tests/resul
 ${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_adfvalues.py
+${PYSITELIB}/statsmodels/tsa/tests/test_adfvalues.pyc
+${PYSITELIB}/statsmodels/tsa/tests/test_adfvalues.pyo
 ${PYSITELIB}/statsmodels/tsa/tests/test_ar.py
 ${PYSITELIB}/statsmodels/tsa/tests/test_ar.pyc
 ${PYSITELIB}/statsmodels/tsa/tests/test_ar.pyo
@@ -3026,6 +3111,9 @@ ${PYSITELIB}/statsmodels/tsa/tests/test_
 ${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_varma_process.py
+${PYSITELIB}/statsmodels/tsa/tests/test_varma_process.pyc
+${PYSITELIB}/statsmodels/tsa/tests/test_varma_process.pyo
 ${PYSITELIB}/statsmodels/tsa/tests/test_x13.py
 ${PYSITELIB}/statsmodels/tsa/tests/test_x13.pyc
 ${PYSITELIB}/statsmodels/tsa/tests/test_x13.pyo
@@ -3047,6 +3135,9 @@ ${PYSITELIB}/statsmodels/tsa/vector_ar/h
 ${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/local_proj.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/local_proj.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/local_proj.pyo
 ${PYSITELIB}/statsmodels/tsa/vector_ar/output.py
 ${PYSITELIB}/statsmodels/tsa/vector_ar/output.pyc
 ${PYSITELIB}/statsmodels/tsa/vector_ar/output.pyo
@@ -3256,6 +3347,7 @@ ${PYSITELIB}/statsmodels/tsa/vector_ar/t
 ${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/e4.dat
 ${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/e5.dat
 ${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/e6.dat
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/results/results_local_proj.R
 ${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
@@ -3269,9 +3361,14 @@ ${PYSITELIB}/statsmodels/tsa/vector_ar/t
 ${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/svar.do
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/svartest.R
 ${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_coint.py
 ${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_coint.pyc
 ${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_coint.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_local_projection.py
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_local_projection.pyc
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_local_projection.pyo
 ${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
@@ -3284,6 +3381,7 @@ ${PYSITELIB}/statsmodels/tsa/vector_ar/t
 ${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_vecm.py
 ${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_vecm.pyc
 ${PYSITELIB}/statsmodels/tsa/vector_ar/tests/test_vecm.pyo
+${PYSITELIB}/statsmodels/tsa/vector_ar/tests/var.R
 ${PYSITELIB}/statsmodels/tsa/vector_ar/util.py
 ${PYSITELIB}/statsmodels/tsa/vector_ar/util.pyc
 ${PYSITELIB}/statsmodels/tsa/vector_ar/util.pyo

Index: pkgsrc/math/py-statsmodels/distinfo
diff -u pkgsrc/math/py-statsmodels/distinfo:1.17 pkgsrc/math/py-statsmodels/distinfo:1.18
--- pkgsrc/math/py-statsmodels/distinfo:1.17    Fri Dec 12 09:54:49 2025
+++ pkgsrc/math/py-statsmodels/distinfo Fri Sep  4 09:16:49 2026
@@ -1,9 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/12/12 09:54:49 adam Exp $
+$NetBSD: distinfo,v 1.18 2026/09/04 09:16:49 adam Exp $
 
-BLAKE2s (statsmodels-0.14.6.tar.gz) = e8e6d698c452630d9e1e5846c33ad1acf96703ac72c9448f99ad3cad43920bf4
-SHA512 (statsmodels-0.14.6.tar.gz) = 5bb28aea779236d5f48743db624c048f78117456e1752414bd156f650098a996a81d882fd271fc5e203298dc941a656450f252a94b2d05e86b571e5ebb0b29fd
-Size (statsmodels-0.14.6.tar.gz) = 20689085 bytes
-SHA1 (patch-statsmodels_tsa_exponential__smoothing___ets__smooth.pyx) = 7f16d85398a2dda6a11c3a4e0c47bad454194207
-SHA1 (patch-statsmodels_tsa_statespace___filters___inversions.pyx.in) = 2d22542e9ce8122fe8d127907897fd33b310d610
-SHA1 (patch-statsmodels_tsa_statespace___filters___univariate.pyx.in) = 38a00193937033bd7bd739cbf6859c67dd443c97
-SHA1 (patch-statsmodels_tsa_statespace___filters___univariate__diffuse.pyx.in) = f9d4746a87f5d5f23e916f0b2369c9f90d96048c
+BLAKE2s (statsmodels-0.15.0.tar.gz) = a3fac5a3d6386db872a8bafdbe2e653dd5cd0e87b4649e1f27f83f8fbc0b313d
+SHA512 (statsmodels-0.15.0.tar.gz) = 1e53c8c914c2c8e95457769f4e4125e39e1f80133fd080d43041f1ac9c1b12e06d568d4584cea1f2b2ae8a592a6466fbd95dca6090d806dfa0b3754ac1f87818
+Size (statsmodels-0.15.0.tar.gz) = 15736853 bytes



Home | Main Index | Thread Index | Old Index