Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 28, 2020 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/5896c0ec8c93a57d063aef95e7d90bbb to your computer and use it in GitHub Desktop.
Save r-ryantm/5896c0ec8c93a57d063aef95e7d90bbb to your computer and use it in GitHub Desktop.
/nix/store/2g3p1wv9lz9bc8lq0h31m5xsvyvrc3cr-python2.7-statsmodels-0.11.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── statsmodels
│   │   ├── api.py
│   │   ├── api.pyc
│   │   ├── base
│   │   │   ├── _constraints.py
│   │   │   ├── _constraints.pyc
│   │   │   ├── covtype.py
│   │   │   ├── covtype.pyc
│   │   │   ├── data.py
│   │   │   ├── data.pyc
│   │   │   ├── distributed_estimation.py
│   │   │   ├── distributed_estimation.pyc
│   │   │   ├── elastic_net.py
│   │   │   ├── elastic_net.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── l1_cvxopt.py
│   │   │   ├── l1_cvxopt.pyc
│   │   │   ├── l1_slsqp.py
│   │   │   ├── l1_slsqp.pyc
│   │   │   ├── l1_solvers_common.py
│   │   │   ├── l1_solvers_common.pyc
│   │   │   ├── model.py
│   │   │   ├── model.pyc
│   │   │   ├── optimizer.py
│   │   │   ├── optimizer.pyc
│   │   │   ├── _parameter_inference.py
│   │   │   ├── _parameter_inference.pyc
│   │   │   ├── _penalized.py
│   │   │   ├── _penalized.pyc
│   │   │   ├── _penalties.py
│   │   │   ├── _penalties.pyc
│   │   │   ├── _screening.py
│   │   │   ├── _screening.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_data.py
│   │   │   │   ├── test_data.pyc
│   │   │   │   ├── test_distributed_estimation.py
│   │   │   │   ├── test_distributed_estimation.pyc
│   │   │   │   ├── test_generic_methods.py
│   │   │   │   ├── test_generic_methods.pyc
│   │   │   │   ├── test_optimize.py
│   │   │   │   ├── test_optimize.pyc
│   │   │   │   ├── test_penalized.py
│   │   │   │   ├── test_penalized.pyc
│   │   │   │   ├── test_penalties.py
│   │   │   │   ├── test_penalties.pyc
│   │   │   │   ├── test_predict.py
│   │   │   │   ├── test_predict.pyc
│   │   │   │   ├── test_screening.py
│   │   │   │   ├── test_screening.pyc
│   │   │   │   ├── test_shrink_pickle.py
│   │   │   │   ├── test_shrink_pickle.pyc
│   │   │   │   ├── test_transform.py
│   │   │   │   └── test_transform.pyc
│   │   │   ├── transform.py
│   │   │   ├── transform.pyc
│   │   │   ├── wrapper.py
│   │   │   └── wrapper.pyc
│   │   ├── compat
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── numpy.py
│   │   │   ├── numpy.pyc
│   │   │   ├── pandas.py
│   │   │   ├── pandas.pyc
│   │   │   ├── platform.py
│   │   │   ├── platform.pyc
│   │   │   ├── python.py
│   │   │   ├── python.pyc
│   │   │   ├── scipy.py
│   │   │   ├── scipy.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_itercompat.py
│   │   │   ├── test_itercompat.pyc
│   │   │   ├── test_scipy_compat.py
│   │   │   └── test_scipy_compat.pyc
│   │   ├── conftest.py
│   │   ├── conftest.pyc
│   │   ├── datasets
│   │   │   ├── anes96
│   │   │   │   ├── anes96.csv
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── cancer
│   │   │   │   ├── cancer.csv
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── ccard
│   │   │   │   ├── ccard.csv
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── china_smoking
│   │   │   │   ├── china_smoking.csv
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── co2
│   │   │   │   ├── co2.csv
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── committee
│   │   │   │   ├── committee.csv
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── copper
│   │   │   │   ├── copper.csv
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── cpunish
│   │   │   │   ├── cpunish.csv
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── elec_equip
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── elec_equip.csv
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── elnino
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── elnino.csv
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── engel
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── engel.csv
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── fair
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── fair.csv
│   │   │   │   ├── fair_pt.csv
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── fertility
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── fertility.csv
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── grunfeld
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── grunfeld.csv
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── heart
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── heart.csv
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── interest_inflation
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── E6.csv
│   │   │   │   ├── E6_jmulti.csv
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── longley
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── longley.csv
│   │   │   ├── macrodata
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── macrodata.csv
│   │   │   │   └── macrodata.dta
│   │   │   ├── modechoice
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── modechoice.csv
│   │   │   ├── nile
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── nile.csv
│   │   │   ├── randhie
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── randhie.csv
│   │   │   ├── scotland
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── scotvote.csv
│   │   │   ├── spector
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── spector.csv
│   │   │   ├── stackloss
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── stackloss.csv
│   │   │   ├── star98
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── star98.csv
│   │   │   ├── statecrime
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── statecrime.csv
│   │   │   ├── strikes
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── strikes.csv
│   │   │   ├── sunspots
│   │   │   │   ├── data.py
│   │   │   │   ├── data.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── sunspots.csv
│   │   │   ├── template_data.py
│   │   │   ├── template_data.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_data.py
│   │   │   │   ├── test_data.pyc
│   │   │   │   ├── test_utils.py
│   │   │   │   └── test_utils.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── discrete
│   │   │   ├── conditional_models.py
│   │   │   ├── conditional_models.pyc
│   │   │   ├── count_model.py
│   │   │   ├── count_model.pyc
│   │   │   ├── _diagnostics_count.py
│   │   │   ├── _diagnostics_count.pyc
│   │   │   ├── discrete_margins.py
│   │   │   ├── discrete_margins.pyc
│   │   │   ├── discrete_model.py
│   │   │   ├── discrete_model.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── results
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── mnlogit_resid.csv
│   │   │   │   ├── mn_logit_summary.txt
│   │   │   │   ├── nbinom_resids.csv
│   │   │   │   ├── phat_mnlogit.csv
│   │   │   │   ├── poisson_resid.csv
│   │   │   │   ├── predict_prob_poisson.csv
│   │   │   │   ├── results_count_margins.py
│   │   │   │   ├── results_count_margins.pyc
│   │   │   │   ├── results_count_robust_cluster.py
│   │   │   │   ├── results_count_robust_cluster.pyc
│   │   │   │   ├── results_discrete.py
│   │   │   │   ├── results_discrete.pyc
│   │   │   │   ├── results_glm_logit_constrained.py
│   │   │   │   ├── results_glm_logit_constrained.pyc
│   │   │   │   ├── results_poisson_constrained.py
│   │   │   │   ├── results_poisson_constrained.pyc
│   │   │   │   ├── ships.csv
│   │   │   │   ├── sm3533.csv
│   │   │   │   ├── yhat_mnlogit.csv
│   │   │   │   └── yhat_poisson.csv
│   │   │   ├── test_conditional.py
│   │   │   ├── test_conditional.pyc
│   │   │   ├── test_constrained.py
│   │   │   ├── test_constrained.pyc
│   │   │   ├── test_count_model.py
│   │   │   ├── test_count_model.pyc
│   │   │   ├── test_diagnostic.py
│   │   │   ├── test_diagnostic.pyc
│   │   │   ├── test_discrete.py
│   │   │   ├── test_discrete.pyc
│   │   │   ├── test_margins.py
│   │   │   ├── test_margins.pyc
│   │   │   ├── test_sandwich_cov.py
│   │   │   └── test_sandwich_cov.pyc
│   │   ├── distributions
│   │   │   ├── discrete.py
│   │   │   ├── discrete.pyc
│   │   │   ├── edgeworth.py
│   │   │   ├── edgeworth.pyc
│   │   │   ├── empirical_distribution.py
│   │   │   ├── empirical_distribution.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mixture_rvs.py
│   │   │   ├── mixture_rvs.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_discrete.py
│   │   │   ├── test_discrete.pyc
│   │   │   ├── test_ecdf.py
│   │   │   ├── test_ecdf.pyc
│   │   │   ├── test_edgeworth.py
│   │   │   ├── test_edgeworth.pyc
│   │   │   ├── test_mixture.py
│   │   │   └── test_mixture.pyc
│   │   ├── duration
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── hazard_regression.py
│   │   │   ├── hazard_regression.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── _kernel_estimates.py
│   │   │   ├── _kernel_estimates.pyc
│   │   │   ├── survfunc.py
│   │   │   ├── survfunc.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── results
│   │   │   │   ├── bmt.csv
│   │   │   │   ├── bmt_results.csv
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── phreg_gentests.py
│   │   │   │   ├── phreg_gentests.pyc
│   │   │   │   ├── survival_data_1000_10.csv
│   │   │   │   ├── survival_data_100_5.csv
│   │   │   │   ├── survival_data_20_1.csv
│   │   │   │   ├── survival_data_50_1.csv
│   │   │   │   ├── survival_data_50_2.csv
│   │   │   │   ├── survival_enet_r_results.py
│   │   │   │   ├── survival_enet_r_results.pyc
│   │   │   │   ├── survival_r_results.py
│   │   │   │   └── survival_r_results.pyc
│   │   │   ├── test_phreg.py
│   │   │   ├── test_phreg.pyc
│   │   │   ├── test_survfunc.py
│   │   │   └── test_survfunc.pyc
│   │   ├── emplike
│   │   │   ├── aft_el.py
│   │   │   ├── aft_el.pyc
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── descriptive.py
│   │   │   ├── descriptive.pyc
│   │   │   ├── elanova.py
│   │   │   ├── elanova.pyc
│   │   │   ├── elregress.py
│   │   │   ├── elregress.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── originregress.py
│   │   │   ├── originregress.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── results
│   │   │   │   ├── el_results.py
│   │   │   │   ├── el_results.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── test_aft.py
│   │   │   ├── test_aft.pyc
│   │   │   ├── test_anova.py
│   │   │   ├── test_anova.pyc
│   │   │   ├── test_descriptive.py
│   │   │   ├── test_descriptive.pyc
│   │   │   ├── test_origin.py
│   │   │   ├── test_origin.pyc
│   │   │   ├── test_regression.py
│   │   │   └── test_regression.pyc
│   │   ├── formula
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── formulatools.py
│   │   │   ├── formulatools.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_formula.py
│   │   │   └── test_formula.pyc
│   │   ├── gam
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── gam_cross_validation
│   │   │   │   ├── cross_validators.py
│   │   │   │   ├── cross_validators.pyc
│   │   │   │   ├── gam_cross_validation.py
│   │   │   │   ├── gam_cross_validation.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── gam_penalties.py
│   │   │   ├── gam_penalties.pyc
│   │   │   ├── generalized_additive_model.py
│   │   │   ├── generalized_additive_model.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── smooth_basis.py
│   │   │   ├── smooth_basis.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── results
│   │   │   │   ├── autos.csv
│   │   │   │   ├── autos_exog.csv
│   │   │   │   ├── autos_predict.csv
│   │   │   │   ├── cubic_cyclic_splines_from_mgcv.csv
│   │   │   │   ├── gam_PIRLS_results.csv
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── logit_gam_mgcv.csv
│   │   │   │   ├── motorcycle.csv
│   │   │   │   ├── prediction_from_mgcv.csv
│   │   │   │   ├── results_mpg_bs_poisson.py
│   │   │   │   ├── results_mpg_bs_poisson.pyc
│   │   │   │   ├── results_mpg_bs.py
│   │   │   │   ├── results_mpg_bs.pyc
│   │   │   │   ├── results_pls.py
│   │   │   │   └── results_pls.pyc
│   │   │   ├── test_gam.py
│   │   │   ├── test_gam.pyc
│   │   │   ├── test_penalized.py
│   │   │   ├── test_penalized.pyc
│   │   │   ├── test_smooth_basis.py
│   │   │   └── test_smooth_basis.pyc
│   │   ├── genmod
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── bayes_mixed_glm.py
│   │   │   ├── bayes_mixed_glm.pyc
│   │   │   ├── cov_struct.py
│   │   │   ├── cov_struct.pyc
│   │   │   ├── families
│   │   │   │   ├── family.py
│   │   │   │   ├── family.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── links.py
│   │   │   │   ├── links.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── test_link.py
│   │   │   │   │   └── test_link.pyc
│   │   │   │   ├── varfuncs.py
│   │   │   │   └── varfuncs.pyc
│   │   │   ├── generalized_estimating_equations.py
│   │   │   ├── generalized_estimating_equations.pyc
│   │   │   ├── generalized_linear_model.py
│   │   │   ├── generalized_linear_model.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── _prediction.py
│   │   │   ├── _prediction.pyc
│   │   │   ├── qif.py
│   │   │   ├── qif.pyc
│   │   │   ├── tests
│   │   │   │   ├── gee_categorical_simulation_check.py
│   │   │   │   ├── gee_categorical_simulation_check.pyc
│   │   │   │   ├── gee_gaussian_simulation_check.py
│   │   │   │   ├── gee_gaussian_simulation_check.pyc
│   │   │   │   ├── gee_poisson_simulation_check.py
│   │   │   │   ├── gee_poisson_simulation_check.pyc
│   │   │   │   ├── gee_simulation_check.py
│   │   │   │   ├── gee_simulation_check.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── results
│   │   │   │   │   ├── elastic_net_generate_tests.py
│   │   │   │   │   ├── elastic_net_generate_tests.pyc
│   │   │   │   │   ├── enet_binomial.csv
│   │   │   │   │   ├── enet_poisson.csv
│   │   │   │   │   ├── epil.csv
│   │   │   │   │   ├── gee_generate_tests.py
│   │   │   │   │   ├── gee_generate_tests.pyc
│   │   │   │   │   ├── gee_linear_1.csv
│   │   │   │   │   ├── gee_logistic_1.csv
│   │   │   │   │   ├── gee_nested_linear_1.csv
│   │   │   │   │   ├── gee_nominal_1.csv
│   │   │   │   │   ├── gee_ordinal_1.csv
│   │   │   │   │   ├── gee_poisson_1.csv
│   │   │   │   │   ├── glmnet_r_results.py
│   │   │   │   │   ├── glmnet_r_results.pyc
│   │   │   │   │   ├── glm_test_resids.py
│   │   │   │   │   ├── glm_test_resids.pyc
│   │   │   │   │   ├── igaussident_resids.csv
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── inv_gaussian.csv
│   │   │   │   │   ├── iris.csv
│   │   │   │   │   ├── medparlogresids.csv
│   │   │   │   │   ├── res_R_var_weight.py
│   │   │   │   │   ├── res_R_var_weight.pyc
│   │   │   │   │   ├── results_glm_poisson_weights.py
│   │   │   │   │   ├── results_glm_poisson_weights.pyc
│   │   │   │   │   ├── results_glm.py
│   │   │   │   │   ├── results_glm.pyc
│   │   │   │   │   ├── results_tweedie_aweights_nonrobust.csv
│   │   │   │   │   ├── stata_cancer_glm.csv
│   │   │   │   │   ├── stata_lbw_glm.csv
│   │   │   │   │   └── stata_medpar1_glm.csv
│   │   │   │   ├── test_bayes_mixed_glm.py
│   │   │   │   ├── test_bayes_mixed_glm.pyc
│   │   │   │   ├── test_constrained.py
│   │   │   │   ├── test_constrained.pyc
│   │   │   │   ├── test_gee_glm.py
│   │   │   │   ├── test_gee_glm.pyc
│   │   │   │   ├── test_gee.py
│   │   │   │   ├── test_gee.pyc
│   │   │   │   ├── test_glm.py
│   │   │   │   ├── test_glm.pyc
│   │   │   │   ├── test_glm_weights.py
│   │   │   │   ├── test_glm_weights.pyc
│   │   │   │   ├── test_qif.py
│   │   │   │   ├── test_qif.pyc
│   │   │   │   ├── test_score_test.py
│   │   │   │   └── test_score_test.pyc
│   │   │   ├── _tweedie_compound_poisson.py
│   │   │   └── _tweedie_compound_poisson.pyc
│   │   ├── graphics
│   │   │   ├── agreement.py
│   │   │   ├── agreement.pyc
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── boxplots.py
│   │   │   ├── boxplots.pyc
│   │   │   ├── correlation.py
│   │   │   ├── correlation.pyc
│   │   │   ├── dotplots.py
│   │   │   ├── dotplots.pyc
│   │   │   ├── factorplots.py
│   │   │   ├── factorplots.pyc
│   │   │   ├── functional.py
│   │   │   ├── functional.pyc
│   │   │   ├── gofplots.py
│   │   │   ├── gofplots.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mosaicplot.py
│   │   │   ├── mosaicplot.pyc
│   │   │   ├── plot_grids.py
│   │   │   ├── plot_grids.pyc
│   │   │   ├── plottools.py
│   │   │   ├── plottools.pyc
│   │   │   ├── _regressionplots_doc.py
│   │   │   ├── _regressionplots_doc.pyc
│   │   │   ├── regressionplots.py
│   │   │   ├── regressionplots.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_agreement.py
│   │   │   │   ├── test_agreement.pyc
│   │   │   │   ├── test_boxplots.py
│   │   │   │   ├── test_boxplots.pyc
│   │   │   │   ├── test_correlation.py
│   │   │   │   ├── test_correlation.pyc
│   │   │   │   ├── test_dotplot.py
│   │   │   │   ├── test_dotplot.pyc
│   │   │   │   ├── test_factorplots.py
│   │   │   │   ├── test_factorplots.pyc
│   │   │   │   ├── test_functional.py
│   │   │   │   ├── test_functional.pyc
│   │   │   │   ├── test_gofplots.py
│   │   │   │   ├── test_gofplots.pyc
│   │   │   │   ├── test_mosaicplot.py
│   │   │   │   ├── test_mosaicplot.pyc
│   │   │   │   ├── test_regressionplots.py
│   │   │   │   ├── test_regressionplots.pyc
│   │   │   │   ├── test_tsaplots.py
│   │   │   │   └── test_tsaplots.pyc
│   │   │   ├── tsaplots.py
│   │   │   ├── tukeyplot.py
│   │   │   ├── tukeyplot.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── imputation
│   │   │   ├── bayes_mi.py
│   │   │   ├── bayes_mi.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mice.py
│   │   │   ├── mice.pyc
│   │   │   ├── ros.py
│   │   │   ├── ros.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_bayes_mi.py
│   │   │   ├── test_bayes_mi.pyc
│   │   │   ├── test_mice.py
│   │   │   ├── test_mice.pyc
│   │   │   ├── test_ros.py
│   │   │   └── test_ros.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── interface
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── iolib
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── foreign.py
│   │   │   ├── foreign.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── openfile.py
│   │   │   ├── openfile.pyc
│   │   │   ├── smpickle.py
│   │   │   ├── smpickle.pyc
│   │   │   ├── stata_summary_examples.py
│   │   │   ├── stata_summary_examples.pyc
│   │   │   ├── summary2.py
│   │   │   ├── summary2.pyc
│   │   │   ├── summary.py
│   │   │   ├── summary.pyc
│   │   │   ├── tableformatting.py
│   │   │   ├── tableformatting.pyc
│   │   │   ├── table.py
│   │   │   ├── table.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── results
│   │   │   │   ├── data_missing.dta
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── macrodata.py
│   │   │   │   ├── macrodata.pyc
│   │   │   │   └── time_series_examples.dta
│   │   │   ├── test_foreign.py
│   │   │   ├── test_foreign.pyc
│   │   │   ├── test_pickle.py
│   │   │   ├── test_pickle.pyc
│   │   │   ├── test_summary2.py
│   │   │   ├── test_summary2.pyc
│   │   │   ├── test_summary_old.py
│   │   │   ├── test_summary_old.pyc
│   │   │   ├── test_summary.py
│   │   │   ├── test_summary.pyc
│   │   │   ├── test_table_econpy.py
│   │   │   ├── test_table_econpy.pyc
│   │   │   ├── test_table.py
│   │   │   └── test_table.pyc
│   │   ├── LICENSE.txt
│   │   ├── miscmodels
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── count.py
│   │   │   ├── count.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── nonlinls.py
│   │   │   ├── nonlinls.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── results_tmodel.py
│   │   │   │   ├── results_tmodel.pyc
│   │   │   │   ├── test_generic_mle.py
│   │   │   │   ├── test_generic_mle.pyc
│   │   │   │   ├── test_poisson.py
│   │   │   │   ├── test_poisson.pyc
│   │   │   │   ├── test_tarma.py
│   │   │   │   ├── test_tarma.pyc
│   │   │   │   ├── test_tmodel.py
│   │   │   │   └── test_tmodel.pyc
│   │   │   ├── tmodel.py
│   │   │   ├── tmodel.pyc
│   │   │   ├── try_mlecov.py
│   │   │   └── try_mlecov.pyc
│   │   ├── multivariate
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── cancorr.py
│   │   │   ├── cancorr.pyc
│   │   │   ├── factor.py
│   │   │   ├── factor.pyc
│   │   │   ├── factor_rotation
│   │   │   │   ├── _analytic_rotation.py
│   │   │   │   ├── _analytic_rotation.pyc
│   │   │   │   ├── _gpa_rotation.py
│   │   │   │   ├── _gpa_rotation.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── test_rotation.py
│   │   │   │   │   └── test_rotation.pyc
│   │   │   │   ├── _wrappers.py
│   │   │   │   └── _wrappers.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── manova.py
│   │   │   ├── manova.pyc
│   │   │   ├── multivariate_ols.py
│   │   │   ├── multivariate_ols.pyc
│   │   │   ├── pca.py
│   │   │   ├── pca.pyc
│   │   │   ├── plots.py
│   │   │   ├── plots.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── results
│   │   │   │   ├── datamlw.py
│   │   │   │   ├── datamlw.pyc
│   │   │   │   ├── factor_data.csv
│   │   │   │   ├── factors_stata.csv
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── test_cancorr.py
│   │   │   ├── test_cancorr.pyc
│   │   │   ├── test_factor.py
│   │   │   ├── test_factor.pyc
│   │   │   ├── test_manova.py
│   │   │   ├── test_manova.pyc
│   │   │   ├── test_ml_factor.py
│   │   │   ├── test_ml_factor.pyc
│   │   │   ├── test_multivariate_ols.py
│   │   │   ├── test_multivariate_ols.pyc
│   │   │   ├── test_pca.py
│   │   │   └── test_pca.pyc
│   │   ├── nonparametric
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── bandwidths.py
│   │   │   ├── bandwidths.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── kde.py
│   │   │   ├── kde.pyc
│   │   │   ├── kdetools.py
│   │   │   ├── kdetools.pyc
│   │   │   ├── _kernel_base.py
│   │   │   ├── _kernel_base.pyc
│   │   │   ├── kernel_density.py
│   │   │   ├── kernel_density.pyc
│   │   │   ├── kernel_regression.py
│   │   │   ├── kernel_regression.pyc
│   │   │   ├── kernels.py
│   │   │   ├── kernels.pyc
│   │   │   ├── linbin.so
│   │   │   ├── smoothers_lowess_old.py
│   │   │   ├── smoothers_lowess_old.pyc
│   │   │   ├── smoothers_lowess.py
│   │   │   ├── smoothers_lowess.pyc
│   │   │   ├── _smoothers_lowess.so
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── results
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── results_kcde.csv
│   │   │   │   ├── results_kde.csv
│   │   │   │   ├── results_kde_fft.csv
│   │   │   │   ├── results_kde_univ_weights.csv
│   │   │   │   ├── results_kde_weights.csv
│   │   │   │   ├── results_kernel_regression.csv
│   │   │   │   ├── test_lowess_delta.csv
│   │   │   │   ├── test_lowess_frac.csv
│   │   │   │   ├── test_lowess_iter.csv
│   │   │   │   └── test_lowess_simple.csv
│   │   │   ├── test_bandwidths.py
│   │   │   ├── test_bandwidths.pyc
│   │   │   ├── test_kde.py
│   │   │   ├── test_kde.pyc
│   │   │   ├── test_kernel_density.py
│   │   │   ├── test_kernel_density.pyc
│   │   │   ├── test_kernel_regression.py
│   │   │   ├── test_kernel_regression.pyc
│   │   │   ├── test_kernels.py
│   │   │   ├── test_kernels.pyc
│   │   │   ├── test_lowess.py
│   │   │   └── test_lowess.pyc
│   │   ├── regression
│   │   │   ├── dimred.py
│   │   │   ├── dimred.pyc
│   │   │   ├── feasible_gls.py
│   │   │   ├── feasible_gls.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── linear_model.py
│   │   │   ├── mixed_linear_model.py
│   │   │   ├── mixed_linear_model.pyc
│   │   │   ├── _prediction.py
│   │   │   ├── _prediction.pyc
│   │   │   ├── process_regression.py
│   │   │   ├── process_regression.pyc
│   │   │   ├── quantile_regression.py
│   │   │   ├── recursive_ls.py
│   │   │   ├── recursive_ls.pyc
│   │   │   ├── rolling.py
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── results
│   │   │   │   │   ├── dietox.csv
│   │   │   │   │   ├── generate_lasso.py
│   │   │   │   │   ├── generate_lasso.pyc
│   │   │   │   │   ├── generate_lme.py
│   │   │   │   │   ├── generate_lme.pyc
│   │   │   │   │   ├── glmnet_r_results.py
│   │   │   │   │   ├── glmnet_r_results.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── lasso_data.csv
│   │   │   │   │   ├── leverage_influence_ols_nostars.txt
│   │   │   │   │   ├── lme00.csv
│   │   │   │   │   ├── lme01.csv
│   │   │   │   │   ├── lme02.csv
│   │   │   │   │   ├── lme03.csv
│   │   │   │   │   ├── lme04.csv
│   │   │   │   │   ├── lme05.csv
│   │   │   │   │   ├── lme06.csv
│   │   │   │   │   ├── lme07.csv
│   │   │   │   │   ├── lme08.csv
│   │   │   │   │   ├── lme09.csv
│   │   │   │   │   ├── lme10.csv
│   │   │   │   │   ├── lme11.csv
│   │   │   │   │   ├── lme_r_results.py
│   │   │   │   │   ├── lme_r_results.pyc
│   │   │   │   │   ├── macro_gr_corc_stata.py
│   │   │   │   │   ├── macro_gr_corc_stata.pyc
│   │   │   │   │   ├── pastes.csv
│   │   │   │   │   ├── results_grunfeld_ols_robust_cluster.py
│   │   │   │   │   ├── results_grunfeld_ols_robust_cluster.pyc
│   │   │   │   │   ├── results_macro_ols_robust.py
│   │   │   │   │   ├── results_macro_ols_robust.pyc
│   │   │   │   │   ├── results_quantile_regression.py
│   │   │   │   │   ├── results_quantile_regression.pyc
│   │   │   │   │   ├── results_regression.py
│   │   │   │   │   ├── results_regression.pyc
│   │   │   │   │   ├── results_rls_R.csv
│   │   │   │   │   ├── results_rls_stata.csv
│   │   │   │   │   ├── results_theil_textile.py
│   │   │   │   │   ├── results_theil_textile.pyc
│   │   │   │   │   └── theil_textile_predict.csv
│   │   │   │   ├── test_cov.py
│   │   │   │   ├── test_cov.pyc
│   │   │   │   ├── test_dimred.py
│   │   │   │   ├── test_dimred.pyc
│   │   │   │   ├── test_glsar_gretl.py
│   │   │   │   ├── test_glsar_gretl.pyc
│   │   │   │   ├── test_glsar_stata.py
│   │   │   │   ├── test_glsar_stata.pyc
│   │   │   │   ├── test_lme.py
│   │   │   │   ├── test_lme.pyc
│   │   │   │   ├── test_predict.py
│   │   │   │   ├── test_predict.pyc
│   │   │   │   ├── test_processreg.py
│   │   │   │   ├── test_processreg.pyc
│   │   │   │   ├── test_quantile_regression.py
│   │   │   │   ├── test_quantile_regression.pyc
│   │   │   │   ├── test_recursive_ls.py
│   │   │   │   ├── test_recursive_ls.pyc
│   │   │   │   ├── test_regression.py
│   │   │   │   ├── test_regression.pyc
│   │   │   │   ├── test_robustcov.py
│   │   │   │   ├── test_robustcov.pyc
│   │   │   │   ├── test_rolling.py
│   │   │   │   ├── test_rolling.pyc
│   │   │   │   ├── test_theil.py
│   │   │   │   ├── test_theil.pyc
│   │   │   │   ├── test_tools.py
│   │   │   │   └── test_tools.pyc
│   │   │   ├── _tools.py
│   │   │   └── _tools.pyc
│   │   ├── resampling
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── robust
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── norms.py
│   │   │   ├── norms.pyc
│   │   │   ├── robust_linear_model.py
│   │   │   ├── robust_linear_model.pyc
│   │   │   ├── scale.py
│   │   │   ├── scale.pyc
│   │   │   └── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── results
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── results_rlm.py
│   │   │   │   └── results_rlm.pyc
│   │   │   ├── test_rlm.py
│   │   │   ├── test_rlm.pyc
│   │   │   ├── test_scale.py
│   │   │   └── test_scale.pyc
│   │   ├── sandbox
│   │   │   ├── archive
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── linalg_covmat.py
│   │   │   │   ├── linalg_covmat.pyc
│   │   │   │   ├── linalg_decomp_1.py
│   │   │   │   ├── linalg_decomp_1.pyc
│   │   │   │   ├── tsa.py
│   │   │   │   └── tsa.pyc
│   │   │   ├── bspline.py
│   │   │   ├── bspline.pyc
│   │   │   ├── datarich
│   │   │   │   ├── factormodels.py
│   │   │   │   ├── factormodels.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── descstats.py
│   │   │   ├── descstats.pyc
│   │   │   ├── distributions
│   │   │   │   ├── copula.py
│   │   │   │   ├── copula.pyc
│   │   │   │   ├── estimators.py
│   │   │   │   ├── estimators.pyc
│   │   │   │   ├── examples
│   │   │   │   │   ├── ex_extras.py
│   │   │   │   │   ├── ex_extras.pyc
│   │   │   │   │   ├── ex_fitfr.py
│   │   │   │   │   ├── ex_fitfr.pyc
│   │   │   │   │   ├── ex_gof.py
│   │   │   │   │   ├── ex_gof.pyc
│   │   │   │   │   ├── ex_mvelliptical.py
│   │   │   │   │   ├── ex_mvelliptical.pyc
│   │   │   │   │   ├── ex_transf2.py
│   │   │   │   │   ├── ex_transf2.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── matchdist.py
│   │   │   │   │   └── matchdist.pyc
│   │   │   │   ├── extras.py
│   │   │   │   ├── extras.pyc
│   │   │   │   ├── genpareto.py
│   │   │   │   ├── genpareto.pyc
│   │   │   │   ├── gof_new.py
│   │   │   │   ├── gof_new.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── multivariate.py
│   │   │   │   ├── multivariate.pyc
│   │   │   │   ├── mv_measures.py
│   │   │   │   ├── mv_measures.pyc
│   │   │   │   ├── mv_normal.py
│   │   │   │   ├── mv_normal.pyc
│   │   │   │   ├── otherdist.py
│   │   │   │   ├── otherdist.pyc
│   │   │   │   ├── quantize.py
│   │   │   │   ├── quantize.pyc
│   │   │   │   ├── sppatch.py
│   │   │   │   ├── sppatch.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── check_moments.py
│   │   │   │   │   ├── check_moments.pyc
│   │   │   │   │   ├── distparams.py
│   │   │   │   │   ├── distparams.pyc
│   │   │   │   │   ├── _est_fit.py
│   │   │   │   │   ├── _est_fit.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── test_extras.py
│   │   │   │   │   ├── test_extras.pyc
│   │   │   │   │   ├── test_gof_new.py
│   │   │   │   │   ├── test_gof_new.pyc
│   │   │   │   │   ├── test_multivariate.py
│   │   │   │   │   ├── test_multivariate.pyc
│   │   │   │   │   ├── test_norm_expan.py
│   │   │   │   │   ├── test_norm_expan.pyc
│   │   │   │   │   ├── test_transf.py
│   │   │   │   │   └── test_transf.pyc
│   │   │   │   ├── transformed.py
│   │   │   │   ├── transformed.pyc
│   │   │   │   ├── transform_functions.py
│   │   │   │   ├── transform_functions.pyc
│   │   │   │   ├── try_max.py
│   │   │   │   ├── try_max.pyc
│   │   │   │   ├── try_pot.py
│   │   │   │   └── try_pot.pyc
│   │   │   ├── gam.py
│   │   │   ├── gam.pyc
│   │   │   ├── infotheo.py
│   │   │   ├── infotheo.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mcevaluate
│   │   │   │   ├── arma.py
│   │   │   │   ├── arma.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── mle.py
│   │   │   ├── mle.pyc
│   │   │   ├── multilinear.py
│   │   │   ├── multilinear.pyc
│   │   │   ├── nonparametric
│   │   │   │   ├── densityorthopoly.py
│   │   │   │   ├── densityorthopoly.pyc
│   │   │   │   ├── dgp_examples.py
│   │   │   │   ├── dgp_examples.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── kde2.py
│   │   │   │   ├── kde2.pyc
│   │   │   │   ├── kdecovclass.py
│   │   │   │   ├── kdecovclass.pyc
│   │   │   │   ├── kernel_extras.py
│   │   │   │   ├── kernel_extras.pyc
│   │   │   │   ├── kernels.py
│   │   │   │   ├── kernels.pyc
│   │   │   │   ├── smoothers.py
│   │   │   │   ├── smoothers.pyc
│   │   │   │   ├── testdata.py
│   │   │   │   ├── testdata.pyc
│   │   │   │   └── tests
│   │   │   │   ├── ex_gam_am_new.py
│   │   │   │   ├── ex_gam_am_new.pyc
│   │   │   │   ├── ex_gam_new.py
│   │   │   │   ├── ex_gam_new.pyc
│   │   │   │   ├── ex_smoothers.py
│   │   │   │   ├── ex_smoothers.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_kernel_extras.py
│   │   │   │   ├── test_kernel_extras.pyc
│   │   │   │   ├── test_smoothers.py
│   │   │   │   └── test_smoothers.pyc
│   │   │   ├── panel
│   │   │   │   ├── correlation_structures.py
│   │   │   │   ├── correlation_structures.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── mixed.py
│   │   │   │   ├── mixed.pyc
│   │   │   │   ├── panelmod.py
│   │   │   │   ├── panelmod.pyc
│   │   │   │   ├── panel_short.py
│   │   │   │   ├── panel_short.pyc
│   │   │   │   ├── random_panel.py
│   │   │   │   ├── random_panel.pyc
│   │   │   │   ├── sandwich_covariance_generic.py
│   │   │   │   ├── sandwich_covariance_generic.pyc
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_random_panel.py
│   │   │   │   └── test_random_panel.pyc
│   │   │   ├── pca.py
│   │   │   ├── pca.pyc
│   │   │   ├── predict_functional.py
│   │   │   ├── predict_functional.pyc
│   │   │   ├── regression
│   │   │   │   ├── anova_nistcertified.py
│   │   │   │   ├── anova_nistcertified.pyc
│   │   │   │   ├── ar_panel.py
│   │   │   │   ├── ar_panel.pyc
│   │   │   │   ├── example_kernridge.py
│   │   │   │   ├── example_kernridge.pyc
│   │   │   │   ├── gmm.py
│   │   │   │   ├── gmm.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── kernridgeregress_class.py
│   │   │   │   ├── kernridgeregress_class.pyc
│   │   │   │   ├── ols_anova_original.py
│   │   │   │   ├── ols_anova_original.pyc
│   │   │   │   ├── onewaygls.py
│   │   │   │   ├── onewaygls.pyc
│   │   │   │   ├── penalized.py
│   │   │   │   ├── penalized.pyc
│   │   │   │   ├── predstd.py
│   │   │   │   ├── predstd.pyc
│   │   │   │   ├── runmnl.py
│   │   │   │   ├── runmnl.pyc
│   │   │   │   ├── sympy_diff.py
│   │   │   │   ├── sympy_diff.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── griliches76.dta
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── racd10data_with_transformed.csv
│   │   │   │   │   ├── results_gmm_griliches_iter.py
│   │   │   │   │   ├── results_gmm_griliches_iter.pyc
│   │   │   │   │   ├── results_gmm_griliches.py
│   │   │   │   │   ├── results_gmm_griliches.pyc
│   │   │   │   │   ├── results_gmm_poisson.py
│   │   │   │   │   ├── results_gmm_poisson.pyc
│   │   │   │   │   ├── results_ivreg2_griliches.py
│   │   │   │   │   ├── results_ivreg2_griliches.pyc
│   │   │   │   │   ├── test_gmm_poisson.py
│   │   │   │   │   ├── test_gmm_poisson.pyc
│   │   │   │   │   ├── test_gmm.py
│   │   │   │   │   └── test_gmm.pyc
│   │   │   │   ├── tools.py
│   │   │   │   ├── tools.pyc
│   │   │   │   ├── treewalkerclass.py
│   │   │   │   ├── treewalkerclass.pyc
│   │   │   │   ├── try_catdata.py
│   │   │   │   ├── try_catdata.pyc
│   │   │   │   ├── try_ols_anova.py
│   │   │   │   ├── try_ols_anova.pyc
│   │   │   │   ├── try_treewalker.py
│   │   │   │   └── try_treewalker.pyc
│   │   │   ├── rls.py
│   │   │   ├── rls.pyc
│   │   │   ├── stats
│   │   │   │   ├── contrast_tools.py
│   │   │   │   ├── contrast_tools.pyc
│   │   │   │   ├── diagnostic.py
│   │   │   │   ├── diagnostic.pyc
│   │   │   │   ├── ex_newtests.py
│   │   │   │   ├── ex_newtests.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── multicomp.py
│   │   │   │   ├── multicomp.pyc
│   │   │   │   ├── runs.py
│   │   │   │   ├── runs.pyc
│   │   │   │   ├── stats_dhuard.py
│   │   │   │   ├── stats_dhuard.pyc
│   │   │   │   ├── stats_mstats_short.py
│   │   │   │   ├── stats_mstats_short.pyc
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_multicomp.py
│   │   │   │   └── test_multicomp.pyc
│   │   │   ├── sysreg.py
│   │   │   ├── sysreg.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── maketests_mlabwrap.py
│   │   │   │   ├── maketests_mlabwrap.pyc
│   │   │   │   ├── savervs.py
│   │   │   │   ├── savervs.pyc
│   │   │   │   ├── test_gam.py
│   │   │   │   ├── test_gam.pyc
│   │   │   │   ├── test_pca.py
│   │   │   │   ├── test_pca.pyc
│   │   │   │   ├── test_predict_functional.py
│   │   │   │   └── test_predict_functional.pyc
│   │   │   ├── tools
│   │   │   │   ├── cross_val.py
│   │   │   │   ├── cross_val.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── mctools.py
│   │   │   │   ├── mctools.pyc
│   │   │   │   ├── tools_pca.py
│   │   │   │   ├── tools_pca.pyc
│   │   │   │   ├── try_mctools.py
│   │   │   │   └── try_mctools.pyc
│   │   │   └── tsa
│   │   │   ├── diffusion2.py
│   │   │   ├── diffusion2.pyc
│   │   │   ├── diffusion.py
│   │   │   ├── diffusion.pyc
│   │   │   ├── example_arma.py
│   │   │   ├── example_arma.pyc
│   │   │   ├── fftarma.py
│   │   │   ├── fftarma.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── movstat.py
│   │   │   ├── movstat.pyc
│   │   │   ├── try_arma_more.py
│   │   │   ├── try_arma_more.pyc
│   │   │   ├── try_fi.py
│   │   │   ├── try_fi.pyc
│   │   │   ├── try_var_convolve.py
│   │   │   ├── try_var_convolve.pyc
│   │   │   ├── varma.py
│   │   │   └── varma.pyc
│   │   ├── setup.cfg
│   │   ├── src
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── stats
│   │   │   ├── _adnorm.py
│   │   │   ├── _adnorm.pyc
│   │   │   ├── anova.py
│   │   │   ├── anova.pyc
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── contingency_tables.py
│   │   │   ├── contingency_tables.pyc
│   │   │   ├── contrast.py
│   │   │   ├── contrast.pyc
│   │   │   ├── correlation_tools.py
│   │   │   ├── correlation_tools.pyc
│   │   │   ├── descriptivestats.py
│   │   │   ├── descriptivestats.pyc
│   │   │   ├── _diagnostic_other.py
│   │   │   ├── _diagnostic_other.pyc
│   │   │   ├── diagnostic.py
│   │   │   ├── dist_dependence_measures.py
│   │   │   ├── dist_dependence_measures.pyc
│   │   │   ├── gof.py
│   │   │   ├── gof.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── inter_rater.py
│   │   │   ├── inter_rater.pyc
│   │   │   ├── _knockoff.py
│   │   │   ├── _knockoff.pyc
│   │   │   ├── knockoff_regeffects.py
│   │   │   ├── knockoff_regeffects.pyc
│   │   │   ├── libqsturng
│   │   │   │   ├── CH.r
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── LICENSE.txt
│   │   │   │   ├── make_tbls.py
│   │   │   │   ├── make_tbls.pyc
│   │   │   │   ├── qsturng_.py
│   │   │   │   ├── qsturng_.pyc
│   │   │   │   └── tests
│   │   │   │   ├── bootleg.dat
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_qsturng.py
│   │   │   │   └── test_qsturng.pyc
│   │   │   ├── _lilliefors_critical_values.py
│   │   │   ├── _lilliefors_critical_values.pyc
│   │   │   ├── _lilliefors.py
│   │   │   ├── _lilliefors.pyc
│   │   │   ├── mediation.py
│   │   │   ├── mediation.pyc
│   │   │   ├── moment_helpers.py
│   │   │   ├── moment_helpers.pyc
│   │   │   ├── multicomp.py
│   │   │   ├── multicomp.pyc
│   │   │   ├── multitest.py
│   │   │   ├── multitest.pyc
│   │   │   ├── multivariate_tools.py
│   │   │   ├── multivariate_tools.pyc
│   │   │   ├── oaxaca.py
│   │   │   ├── outliers_influence.py
│   │   │   ├── outliers_influence.pyc
│   │   │   ├── power.py
│   │   │   ├── power.pyc
│   │   │   ├── proportion.py
│   │   │   ├── proportion.pyc
│   │   │   ├── regularized_covariance.py
│   │   │   ├── regularized_covariance.pyc
│   │   │   ├── sandwich_covariance.py
│   │   │   ├── sandwich_covariance.pyc
│   │   │   ├── stattools.py
│   │   │   ├── stattools.pyc
│   │   │   ├── tabledist.py
│   │   │   ├── tabledist.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── results
│   │   │   │   │   ├── binary_constrict.csv
│   │   │   │   │   ├── bootleg.csv
│   │   │   │   │   ├── contingency_table_r_results.csv
│   │   │   │   │   ├── data.dat
│   │   │   │   │   ├── framing.csv
│   │   │   │   │   ├── influence_lsdiag_R.json
│   │   │   │   │   ├── influence_measures_bool_R.csv
│   │   │   │   │   ├── influence_measures_R.csv
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── lilliefors_critical_value_simulation.py
│   │   │   │   │   ├── lilliefors_critical_value_simulation.pyc
│   │   │   │   │   ├── results_influence_logit.csv
│   │   │   │   │   ├── results_multinomial_proportions.py
│   │   │   │   │   ├── results_multinomial_proportions.pyc
│   │   │   │   │   ├── results_panelrobust.py
│   │   │   │   │   ├── results_panelrobust.pyc
│   │   │   │   │   ├── results_power.py
│   │   │   │   │   ├── results_power.pyc
│   │   │   │   │   ├── results_proportion.py
│   │   │   │   │   ├── results_proportion.pyc
│   │   │   │   │   ├── wspec1.csv
│   │   │   │   │   ├── wspec2.csv
│   │   │   │   │   ├── wspec3.csv
│   │   │   │   │   └── wspec4.csv
│   │   │   │   ├── test_anova.py
│   │   │   │   ├── test_anova.pyc
│   │   │   │   ├── test_anova_rm.py
│   │   │   │   ├── test_anova_rm.pyc
│   │   │   │   ├── test_contingency_tables.py
│   │   │   │   ├── test_contingency_tables.pyc
│   │   │   │   ├── test_contrast.py
│   │   │   │   ├── test_contrast.pyc
│   │   │   │   ├── test_correlation.py
│   │   │   │   ├── test_correlation.pyc
│   │   │   │   ├── test_corrpsd.py
│   │   │   │   ├── test_corrpsd.pyc
│   │   │   │   ├── test_data.txt
│   │   │   │   ├── test_descriptivestats.py
│   │   │   │   ├── test_descriptivestats.pyc
│   │   │   │   ├── test_diagnostic_other.py
│   │   │   │   ├── test_diagnostic_other.pyc
│   │   │   │   ├── test_diagnostic.py
│   │   │   │   ├── test_dist_dependant_measures.py
│   │   │   │   ├── test_dist_dependant_measures.pyc
│   │   │   │   ├── test_gof.py
│   │   │   │   ├── test_gof.pyc
│   │   │   │   ├── test_groups_sw.py
│   │   │   │   ├── test_groups_sw.pyc
│   │   │   │   ├── test_influence.py
│   │   │   │   ├── test_influence.pyc
│   │   │   │   ├── test_inter_rater.py
│   │   │   │   ├── test_inter_rater.pyc
│   │   │   │   ├── test_knockoff.py
│   │   │   │   ├── test_knockoff.pyc
│   │   │   │   ├── test_lilliefors.py
│   │   │   │   ├── test_lilliefors.pyc
│   │   │   │   ├── test_mediation.py
│   │   │   │   ├── test_mediation.pyc
│   │   │   │   ├── test_moment_helpers.py
│   │   │   │   ├── test_moment_helpers.pyc
│   │   │   │   ├── test_multi.py
│   │   │   │   ├── test_multi.pyc
│   │   │   │   ├── test_nonparametric.py
│   │   │   │   ├── test_nonparametric.pyc
│   │   │   │   ├── test_oaxaca.py
│   │   │   │   ├── test_oaxaca.pyc
│   │   │   │   ├── test_outliers_influence.py
│   │   │   │   ├── test_outliers_influence.pyc
│   │   │   │   ├── test_pairwise.py
│   │   │   │   ├── test_pairwise.pyc
│   │   │   │   ├── test_panel_robustcov.py
│   │   │   │   ├── test_panel_robustcov.pyc
│   │   │   │   ├── test_power.py
│   │   │   │   ├── test_power.pyc
│   │   │   │   ├── test_proportion.py
│   │   │   │   ├── test_proportion.pyc
│   │   │   │   ├── test_qsturng.py
│   │   │   │   ├── test_qsturng.pyc
│   │   │   │   ├── test_regularized_covariance.py
│   │   │   │   ├── test_regularized_covariance.pyc
│   │   │   │   ├── test_sandwich.py
│   │   │   │   ├── test_sandwich.pyc
│   │   │   │   ├── test_statstools.py
│   │   │   │   ├── test_statstools.pyc
│   │   │   │   ├── test_tabledist.py
│   │   │   │   ├── test_tabledist.pyc
│   │   │   │   ├── test_tost.py
│   │   │   │   ├── test_tost.pyc
│   │   │   │   ├── test_weightstats.py
│   │   │   │   └── test_weightstats.pyc
│   │   │   ├── weightstats.py
│   │   │   └── weightstats.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── test_package.py
│   │   │   └── test_package.pyc
│   │   ├── tools
│   │   │   ├── catadd.py
│   │   │   ├── catadd.pyc
│   │   │   ├── data.py
│   │   │   ├── data.pyc
│   │   │   ├── decorators.py
│   │   │   ├── decorators.pyc
│   │   │   ├── docstring.py
│   │   │   ├── docstring.pyc
│   │   │   ├── eval_measures.py
│   │   │   ├── eval_measures.pyc
│   │   │   ├── grouputils.py
│   │   │   ├── grouputils.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── linalg.py
│   │   │   ├── linalg.pyc
│   │   │   ├── numdiff.py
│   │   │   ├── numdiff.pyc
│   │   │   ├── parallel.py
│   │   │   ├── parallel.pyc
│   │   │   ├── print_version.py
│   │   │   ├── print_version.pyc
│   │   │   ├── rootfinding.py
│   │   │   ├── rootfinding.pyc
│   │   │   ├── sequences.py
│   │   │   ├── sequences.pyc
│   │   │   ├── sm_exceptions.py
│   │   │   ├── sm_exceptions.pyc
│   │   │   ├── _testing.py
│   │   │   ├── testing.py
│   │   │   ├── _testing.pyc
│   │   │   ├── testing.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_catadd.py
│   │   │   │   ├── test_catadd.pyc
│   │   │   │   ├── test_data.py
│   │   │   │   ├── test_data.pyc
│   │   │   │   ├── test_decorators.py
│   │   │   │   ├── test_decorators.pyc
│   │   │   │   ├── test_docstring.py
│   │   │   │   ├── test_docstring.pyc
│   │   │   │   ├── test_eval_measures.py
│   │   │   │   ├── test_eval_measures.pyc
│   │   │   │   ├── test_grouputils.py
│   │   │   │   ├── test_grouputils.pyc
│   │   │   │   ├── test_linalg.py
│   │   │   │   ├── test_linalg.pyc
│   │   │   │   ├── test_numdiff.py
│   │   │   │   ├── test_numdiff.pyc
│   │   │   │   ├── test_parallel.py
│   │   │   │   ├── test_parallel.pyc
│   │   │   │   ├── test_rootfinding.py
│   │   │   │   ├── test_rootfinding.pyc
│   │   │   │   ├── test_sequences.py
│   │   │   │   ├── test_sequences.pyc
│   │   │   │   ├── test_testing.py
│   │   │   │   ├── test_testing.pyc
│   │   │   │   ├── test_tools.py
│   │   │   │   ├── test_tools.pyc
│   │   │   │   ├── test_transform_model.py
│   │   │   │   ├── test_transform_model.pyc
│   │   │   │   ├── test_web.py
│   │   │   │   └── test_web.pyc
│   │   │   ├── tools.py
│   │   │   ├── tools.pyc
│   │   │   ├── transform_model.py
│   │   │   ├── transform_model.pyc
│   │   │   ├── validation
│   │   │   │   ├── decorators.py
│   │   │   │   ├── decorators.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── test_validation.py
│   │   │   │   │   └── test_validation.pyc
│   │   │   │   ├── validation.py
│   │   │   │   └── validation.pyc
│   │   │   ├── web.py
│   │   │   └── web.pyc
│   │   ├── tsa
│   │   │   ├── adfvalues.py
│   │   │   ├── adfvalues.pyc
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── arima
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── datasets
│   │   │   │   │   ├── brockwell_davis_2002
│   │   │   │   │   │   ├── data
│   │   │   │   │   │   │   ├── dowj.py
│   │   │   │   │   │   │   ├── dowj.pyc
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   │   │   ├── lake.py
│   │   │   │   │   │   │   ├── lake.pyc
│   │   │   │   │   │   │   ├── oshorts.py
│   │   │   │   │   │   │   ├── oshorts.pyc
│   │   │   │   │   │   │   ├── sbl.py
│   │   │   │   │   │   │   └── sbl.pyc
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __init__.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __init__.pyc
│   │   │   │   ├── estimators
│   │   │   │   │   ├── burg.py
│   │   │   │   │   ├── burg.pyc
│   │   │   │   │   ├── durbin_levinson.py
│   │   │   │   │   ├── durbin_levinson.pyc
│   │   │   │   │   ├── gls.py
│   │   │   │   │   ├── gls.pyc
│   │   │   │   │   ├── hannan_rissanen.py
│   │   │   │   │   ├── hannan_rissanen.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── innovations.py
│   │   │   │   │   ├── innovations.pyc
│   │   │   │   │   ├── statespace.py
│   │   │   │   │   ├── statespace.pyc
│   │   │   │   │   ├── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   │   ├── test_burg.py
│   │   │   │   │   │   ├── test_burg.pyc
│   │   │   │   │   │   ├── test_durbin_levinson.py
│   │   │   │   │   │   ├── test_durbin_levinson.pyc
│   │   │   │   │   │   ├── test_gls.py
│   │   │   │   │   │   ├── test_gls.pyc
│   │   │   │   │   │   ├── test_hannan_rissanen.py
│   │   │   │   │   │   ├── test_hannan_rissanen.pyc
│   │   │   │   │   │   ├── test_innovations.py
│   │   │   │   │   │   ├── test_innovations.pyc
│   │   │   │   │   │   ├── test_statespace.py
│   │   │   │   │   │   ├── test_statespace.pyc
│   │   │   │   │   │   ├── test_yule_walker.py
│   │   │   │   │   │   └── test_yule_walker.pyc
│   │   │   │   │   ├── yule_walker.py
│   │   │   │   │   └── yule_walker.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── model.py
│   │   │   │   ├── model.pyc
│   │   │   │   ├── params.py
│   │   │   │   ├── params.pyc
│   │   │   │   ├── specification.py
│   │   │   │   ├── specification.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── test_model.py
│   │   │   │   │   ├── test_model.pyc
│   │   │   │   │   ├── test_params.py
│   │   │   │   │   ├── test_params.pyc
│   │   │   │   │   ├── test_specification.py
│   │   │   │   │   ├── test_specification.pyc
│   │   │   │   │   ├── test_tools.py
│   │   │   │   │   └── test_tools.pyc
│   │   │   │   ├── tools.py
│   │   │   │   └── tools.pyc
│   │   │   ├── arima_model.py
│   │   │   ├── arima_model.pyc
│   │   │   ├── arima_process.py
│   │   │   ├── arima_process.pyc
│   │   │   ├── arma_mle.py
│   │   │   ├── arma_mle.pyc
│   │   │   ├── ar_model.py
│   │   │   ├── base
│   │   │   │   ├── datetools.py
│   │   │   │   ├── datetools.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── test_base.py
│   │   │   │   │   ├── test_base.pyc
│   │   │   │   │   ├── test_datetools.py
│   │   │   │   │   ├── test_datetools.pyc
│   │   │   │   │   ├── test_tsa_indexes.py
│   │   │   │   │   └── test_tsa_indexes.pyc
│   │   │   │   ├── tsa_model.py
│   │   │   │   └── tsa_model.pyc
│   │   │   ├── _bds.py
│   │   │   ├── _bds.pyc
│   │   │   ├── coint_tables.py
│   │   │   ├── coint_tables.pyc
│   │   │   ├── descriptivestats.py
│   │   │   ├── descriptivestats.pyc
│   │   │   ├── _exponential_smoothers.so
│   │   │   ├── exponential_smoothing
│   │   │   │   ├── initialization.py
│   │   │   │   ├── initialization.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── filters
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── bk_filter.py
│   │   │   │   ├── bk_filter.pyc
│   │   │   │   ├── cf_filter.py
│   │   │   │   ├── cf_filter.pyc
│   │   │   │   ├── filtertools.py
│   │   │   │   ├── filtertools.pyc
│   │   │   │   ├── hp_filter.py
│   │   │   │   ├── hp_filter.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── results
│   │   │   │   │   │   ├── filter_results.py
│   │   │   │   │   │   ├── filter_results.pyc
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   └── __init__.pyc
│   │   │   │   │   ├── test_filters.py
│   │   │   │   │   └── test_filters.pyc
│   │   │   │   ├── _utils.py
│   │   │   │   └── _utils.pyc
│   │   │   ├── holtwinters.py
│   │   │   ├── holtwinters.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── innovations
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── arma_innovations.py
│   │   │   │   ├── arma_innovations.pyc
│   │   │   │   ├── _arma_innovations.so
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_arma_innovations.py
│   │   │   │   ├── test_arma_innovations.pyc
│   │   │   │   ├── test_cython_arma_innovations_fast.py
│   │   │   │   └── test_cython_arma_innovations_fast.pyc
│   │   │   ├── _innovations.so
│   │   │   ├── interp
│   │   │   │   ├── denton.py
│   │   │   │   ├── denton.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_denton.py
│   │   │   │   └── test_denton.pyc
│   │   │   ├── kalmanf
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── kalmanfilter.py
│   │   │   │   ├── kalmanfilter.pyc
│   │   │   │   └── kalman_loglike.so
│   │   │   ├── mlemodel.py
│   │   │   ├── mlemodel.pyc
│   │   │   ├── regime_switching
│   │   │   │   ├── _hamilton_filter.so
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── _kim_smoother.so
│   │   │   │   ├── markov_autoregression.py
│   │   │   │   ├── markov_autoregression.pyc
│   │   │   │   ├── markov_regression.py
│   │   │   │   ├── markov_regression.pyc
│   │   │   │   ├── markov_switching.py
│   │   │   │   ├── markov_switching.pyc
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── results
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── mar_filardo.csv
│   │   │   │   │   ├── results_predict_fedfunds.csv
│   │   │   │   │   └── results_predict_rgnp.csv
│   │   │   │   ├── test_markov_autoregression.py
│   │   │   │   ├── test_markov_autoregression.pyc
│   │   │   │   ├── test_markov_regression.py
│   │   │   │   ├── test_markov_regression.pyc
│   │   │   │   ├── test_markov_switching.py
│   │   │   │   └── test_markov_switching.pyc
│   │   │   ├── seasonal.py
│   │   │   ├── seasonal.pyc
│   │   │   ├── statespace
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── dynamic_factor.py
│   │   │   │   ├── dynamic_factor.pyc
│   │   │   │   ├── exponential_smoothing.py
│   │   │   │   ├── exponential_smoothing.pyc
│   │   │   │   ├── _filters
│   │   │   │   │   ├── _conventional.so
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── _inversions.so
│   │   │   │   │   ├── _univariate_diffuse.so
│   │   │   │   │   └── _univariate.so
│   │   │   │   ├── initialization.py
│   │   │   │   ├── initialization.pyc
│   │   │   │   ├── _initialization.so
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── kalman_filter.py
│   │   │   │   ├── kalman_filter.pyc
│   │   │   │   ├── _kalman_filter.so
│   │   │   │   ├── kalman_smoother.py
│   │   │   │   ├── kalman_smoother.pyc
│   │   │   │   ├── _kalman_smoother.so
│   │   │   │   ├── mlemodel.py
│   │   │   │   ├── mlemodel.pyc
│   │   │   │   ├── _pykalman_smoother.py
│   │   │   │   ├── _pykalman_smoother.pyc
│   │   │   │   ├── representation.py
│   │   │   │   ├── representation.pyc
│   │   │   │   ├── _representation.so
│   │   │   │   ├── sarimax.py
│   │   │   │   ├── sarimax.pyc
│   │   │   │   ├── simulation_smoother.py
│   │   │   │   ├── simulation_smoother.pyc
│   │   │   │   ├── _simulation_smoother.so
│   │   │   │   ├── _smoothers
│   │   │   │   │   ├── _alternative.so
│   │   │   │   │   ├── _classical.so
│   │   │   │   │   ├── _conventional.so
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── _univariate_diffuse.so
│   │   │   │   │   └── _univariate.so
│   │   │   │   ├── structural.py
│   │   │   │   ├── structural.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── kfas_helpers.py
│   │   │   │   │   ├── kfas_helpers.pyc
│   │   │   │   │   ├── results
│   │   │   │   │   │   ├── clark1989.csv
│   │   │   │   │   │   ├── exponential_smoothing_params.csv
│   │   │   │   │   │   ├── exponential_smoothing_predict.csv
│   │   │   │   │   │   ├── exponential_smoothing_states.csv
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   │   ├── manufac.dta
│   │   │   │   │   │   ├── results_clark1989_R.csv
│   │   │   │   │   │   ├── results_dynamic_factor.py
│   │   │   │   │   │   ├── results_dynamic_factor.pyc
│   │   │   │   │   │   ├── results_dynamic_factor_stata.csv
│   │   │   │   │   │   ├── results_exact_initial_common_level_R.csv
│   │   │   │   │   │   ├── results_exact_initial_common_level_restricted_R.csv
│   │   │   │   │   │   ├── results_exact_initial_dfm_R.csv
│   │   │   │   │   │   ├── results_exact_initial_local_level_R.csv
│   │   │   │   │   │   ├── results_exact_initial_local_linear_trend_missing_R.csv
│   │   │   │   │   │   ├── results_exact_initial_local_linear_trend_R.csv
│   │   │   │   │   │   ├── results_exact_initial_var1_measurement_error_R.csv
│   │   │   │   │   │   ├── results_exact_initial_var1_missing_R.csv
│   │   │   │   │   │   ├── results_exact_initial_var1_mixed_R.csv
│   │   │   │   │   │   ├── results_exact_initial_var1_R.csv
│   │   │   │   │   │   ├── results_intercepts_R.csv
│   │   │   │   │   │   ├── results_kalman_filter.py
│   │   │   │   │   │   ├── results_kalman_filter.pyc
│   │   │   │   │   │   ├── results_realgdpar_stata.csv
│   │   │   │   │   │   ├── results_sarimax_coverage.csv
│   │   │   │   │   │   ├── results_sarimax.py
│   │   │   │   │   │   ├── results_sarimax.pyc
│   │   │   │   │   │   ├── results_simulation_smoothing0.csv
│   │   │   │   │   │   ├── results_simulation_smoothing1.csv
│   │   │   │   │   │   ├── results_simulation_smoothing2.csv
│   │   │   │   │   │   ├── results_simulation_smoothing3.csv
│   │   │   │   │   │   ├── results_simulation_smoothing3_variates.csv
│   │   │   │   │   │   ├── results_simulation_smoothing4.csv
│   │   │   │   │   │   ├── results_simulation_smoothing5.csv
│   │   │   │   │   │   ├── results_simulation_smoothing6.csv
│   │   │   │   │   │   ├── results_smoothing2_R.csv
│   │   │   │   │   │   ├── results_smoothing3_R.csv
│   │   │   │   │   │   ├── results_smoothing_generalobscov_R.csv
│   │   │   │   │   │   ├── results_smoothing_R.csv
│   │   │   │   │   │   ├── results_structural.py
│   │   │   │   │   │   ├── results_structural.pyc
│   │   │   │   │   │   ├── results_varmax.py
│   │   │   │   │   │   ├── results_varmax.pyc
│   │   │   │   │   │   ├── results_varmax_stata.csv
│   │   │   │   │   │   ├── results_var_misc.py
│   │   │   │   │   │   ├── results_var_misc.pyc
│   │   │   │   │   │   ├── results_var_R_output.csv
│   │   │   │   │   │   ├── results_var_R.py
│   │   │   │   │   │   ├── results_var_R.pyc
│   │   │   │   │   │   ├── results_var_stata.csv
│   │   │   │   │   │   ├── results_wpi1_ar3_matlab_ssm.csv
│   │   │   │   │   │   ├── results_wpi1_ar3_stata.csv
│   │   │   │   │   │   ├── results_wpi1_missing_ar3_matlab_ssm.csv
│   │   │   │   │   │   └── sm-0.9-sarimax.pkl
│   │   │   │   │   ├── test_collapsed.py
│   │   │   │   │   ├── test_collapsed.pyc
│   │   │   │   │   ├── test_concentrated.py
│   │   │   │   │   ├── test_concentrated.pyc
│   │   │   │   │   ├── test_conserve_memory.py
│   │   │   │   │   ├── test_conserve_memory.pyc
│   │   │   │   │   ├── test_dynamic_factor.py
│   │   │   │   │   ├── test_dynamic_factor.pyc
│   │   │   │   │   ├── test_exact_diffuse_filtering.py
│   │   │   │   │   ├── test_exact_diffuse_filtering.pyc
│   │   │   │   │   ├── test_exponential_smoothing.py
│   │   │   │   │   ├── test_exponential_smoothing.pyc
│   │   │   │   │   ├── test_fixed_params.py
│   │   │   │   │   ├── test_fixed_params.pyc
│   │   │   │   │   ├── test_impulse_responses.py
│   │   │   │   │   ├── test_impulse_responses.pyc
│   │   │   │   │   ├── test_initialization.py
│   │   │   │   │   ├── test_initialization.pyc
│   │   │   │   │   ├── test_kalman.py
│   │   │   │   │   ├── test_kalman.pyc
│   │   │   │   │   ├── test_mlemodel.py
│   │   │   │   │   ├── test_mlemodel.pyc
│   │   │   │   │   ├── test_models.py
│   │   │   │   │   ├── test_models.pyc
│   │   │   │   │   ├── test_options.py
│   │   │   │   │   ├── test_options.pyc
│   │   │   │   │   ├── test_pickle.py
│   │   │   │   │   ├── test_pickle.pyc
│   │   │   │   │   ├── test_prediction.py
│   │   │   │   │   ├── test_prediction.pyc
│   │   │   │   │   ├── test_representation.py
│   │   │   │   │   ├── test_representation.pyc
│   │   │   │   │   ├── test_sarimax.py
│   │   │   │   │   ├── test_sarimax.pyc
│   │   │   │   │   ├── test_save.py
│   │   │   │   │   ├── test_save.pyc
│   │   │   │   │   ├── test_simulate.py
│   │   │   │   │   ├── test_simulate.pyc
│   │   │   │   │   ├── test_simulation_smoothing.py
│   │   │   │   │   ├── test_simulation_smoothing.pyc
│   │   │   │   │   ├── test_smoothing.py
│   │   │   │   │   ├── test_smoothing.pyc
│   │   │   │   │   ├── test_structural.py
│   │   │   │   │   ├── test_structural.pyc
│   │   │   │   │   ├── test_tools.py
│   │   │   │   │   ├── test_tools.pyc
│   │   │   │   │   ├── test_univariate.py
│   │   │   │   │   ├── test_univariate.pyc
│   │   │   │   │   ├── test_varmax.py
│   │   │   │   │   ├── test_varmax.pyc
│   │   │   │   │   ├── test_var.py
│   │   │   │   │   └── test_var.pyc
│   │   │   │   ├── tools.py
│   │   │   │   ├── tools.pyc
│   │   │   │   ├── _tools.so
│   │   │   │   ├── varmax.py
│   │   │   │   └── varmax.pyc
│   │   │   ├── stattools.py
│   │   │   ├── stattools.pyc
│   │   │   ├── _stl.so
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── results
│   │   │   │   │   ├── arima111_css_results.py
│   │   │   │   │   ├── arima111_css_results.pyc
│   │   │   │   │   ├── arima111_forecasts.csv
│   │   │   │   │   ├── arima111nc_css_results.py
│   │   │   │   │   ├── arima111nc_css_results.pyc
│   │   │   │   │   ├── arima111nc_results.py
│   │   │   │   │   ├── arima111nc_results.pyc
│   │   │   │   │   ├── arima111_results.py
│   │   │   │   │   ├── arima111_results.pyc
│   │   │   │   │   ├── arima112_css_results.py
│   │   │   │   │   ├── arima112_css_results.pyc
│   │   │   │   │   ├── arima112nc_css_results.py
│   │   │   │   │   ├── arima112nc_css_results.pyc
│   │   │   │   │   ├── arima112nc_results.py
│   │   │   │   │   ├── arima112nc_results.pyc
│   │   │   │   │   ├── arima112_results.py
│   │   │   │   │   ├── arima112_results.pyc
│   │   │   │   │   ├── arima211_css_results.py
│   │   │   │   │   ├── arima211_css_results.pyc
│   │   │   │   │   ├── arima211nc_css_results.py
│   │   │   │   │   ├── arima211nc_css_results.pyc
│   │   │   │   │   ├── arima211nc_results.py
│   │   │   │   │   ├── arima211nc_results.pyc
│   │   │   │   │   ├── arima211_results.py
│   │   │   │   │   ├── arima211_results.pyc
│   │   │   │   │   ├── arima212_forecast.csv
│   │   │   │   │   ├── ARMLEConstantPredict.csv
│   │   │   │   │   ├── AROLSConstantPredict.csv
│   │   │   │   │   ├── AROLSNoConstantPredict.csv
│   │   │   │   │   ├── bds_data.csv
│   │   │   │   │   ├── bds_results.csv
│   │   │   │   │   ├── datamlw_tls.py
│   │   │   │   │   ├── datamlw_tls.pyc
│   │   │   │   │   ├── gnpdef.csv
│   │   │   │   │   ├── housing-data.csv
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── lutkepohl2.dta
│   │   │   │   │   ├── make_arma.py
│   │   │   │   │   ├── make_arma.pyc
│   │   │   │   │   ├── rand10000.csv
│   │   │   │   │   ├── resids_css_c.csv
│   │   │   │   │   ├── resids_css_nc.csv
│   │   │   │   │   ├── resids_exact_c.csv
│   │   │   │   │   ├── resids_exact_nc.csv
│   │   │   │   │   ├── results_ar_forecast_mle_dynamic.csv
│   │   │   │   │   ├── results_arima_exog_forecasts_css.csv
│   │   │   │   │   ├── results_arima_exog_forecasts_mle.csv
│   │   │   │   │   ├── results_arima_forecasts_all_css.csv
│   │   │   │   │   ├── results_arima_forecasts_all_css_diff.csv
│   │   │   │   │   ├── results_arima_forecasts_all_mle.csv
│   │   │   │   │   ├── results_arima_forecasts_all_mle_diff.csv
│   │   │   │   │   ├── results_arima_forecasts.csv
│   │   │   │   │   ├── results_arima.py
│   │   │   │   │   ├── results_arima.pyc
│   │   │   │   │   ├── results_arma_acf.py
│   │   │   │   │   ├── results_arma_acf.pyc
│   │   │   │   │   ├── results_arma_forecasts.csv
│   │   │   │   │   ├── results_arma.py
│   │   │   │   │   ├── results_arma.pyc
│   │   │   │   │   ├── results_ar.py
│   │   │   │   │   ├── results_ar.pyc
│   │   │   │   │   ├── results_corrgram.csv
│   │   │   │   │   ├── results_process.py
│   │   │   │   │   ├── results_process.pyc
│   │   │   │   │   ├── rgnp.csv
│   │   │   │   │   ├── rgnpq.csv
│   │   │   │   │   ├── savedrvs.py
│   │   │   │   │   ├── savedrvs.pyc
│   │   │   │   │   ├── stkprc.csv
│   │   │   │   │   ├── stl_co2.csv
│   │   │   │   │   ├── stl_test_results.csv
│   │   │   │   │   ├── y_arma_data.csv
│   │   │   │   │   ├── yhat_css_c.csv
│   │   │   │   │   ├── yhat_css_nc.csv
│   │   │   │   │   ├── yhat_exact_c.csv
│   │   │   │   │   └── yhat_exact_nc.csv
│   │   │   │   ├── test_adfuller_lag.py
│   │   │   │   ├── test_adfuller_lag.pyc
│   │   │   │   ├── test_arima_process.py
│   │   │   │   ├── test_arima_process.pyc
│   │   │   │   ├── test_arima.py
│   │   │   │   ├── test_ar.py
│   │   │   │   ├── test_bds.py
│   │   │   │   ├── test_bds.pyc
│   │   │   │   ├── test_holtwinters.py
│   │   │   │   ├── test_holtwinters.pyc
│   │   │   │   ├── test_seasonal.py
│   │   │   │   ├── test_seasonal.pyc
│   │   │   │   ├── test_stattools.py
│   │   │   │   ├── test_stattools.pyc
│   │   │   │   ├── test_stl.py
│   │   │   │   ├── test_stl.pyc
│   │   │   │   ├── test_tsa_tools.py
│   │   │   │   ├── test_tsa_tools.pyc
│   │   │   │   ├── test_x13.py
│   │   │   │   └── test_x13.pyc
│   │   │   ├── tsatools.py
│   │   │   ├── tsatools.pyc
│   │   │   ├── varma_process.py
│   │   │   ├── varma_process.pyc
│   │   │   ├── vector_ar
│   │   │   │   ├── api.py
│   │   │   │   ├── api.pyc
│   │   │   │   ├── hypothesis_test_results.py
│   │   │   │   ├── hypothesis_test_results.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── irf.py
│   │   │   │   ├── output.py
│   │   │   │   ├── output.pyc
│   │   │   │   ├── plotting.py
│   │   │   │   ├── plotting.pyc
│   │   │   │   ├── svar_model.py
│   │   │   │   ├── svar_model.pyc
│   │   │   │   ├── tests
│   │   │   │   │   ├── example_svar.py
│   │   │   │   │   ├── example_svar.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── JMulTi_results
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   │   ├── macrodata_jmulti_c_diag.txt
│   │   │   │   │   │   ├── macrodata_jmulti_c_fc5.txt
│   │   │   │   │   │   ├── macrodata_jmulti_c_granger_causality_realcons_realgdp.txt
│   │   │   │   │   │   ├── macrodata_jmulti_c_granger_causality_realcons_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_c_granger_causality_realcons.txt
│   │   │   │   │   │   ├── macrodata_jmulti_c_granger_causality_realgdp_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_c_granger_causality_realgdp.txt
│   │   │   │   │   │   ├── macrodata_jmulti_c_granger_causality_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_c_ir.txt
│   │   │   │   │   │   ├── macrodata_jmulti_c_lagorder.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cs_diag.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cs_fc5.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cs_granger_causality_realcons_realgdp.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cs_granger_causality_realcons_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cs_granger_causality_realcons.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cs_granger_causality_realgdp_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cs_granger_causality_realgdp.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cs_granger_causality_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_c_Sigmau.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cs_ir.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cs_lagorder.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cs_Sigmau.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cst_diag.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cst_fc5.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cst_granger_causality_realcons_realgdp.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cst_granger_causality_realcons_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cst_granger_causality_realcons.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cst_granger_causality_realgdp_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cst_granger_causality_realgdp.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cst_granger_causality_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cst_ir.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cst_lagorder.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cst_Sigmau.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cst.txt
│   │   │   │   │   │   ├── macrodata_jmulti_cs.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ct_diag.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ct_fc5.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ct_granger_causality_realcons_realgdp.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ct_granger_causality_realcons_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ct_granger_causality_realcons.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ct_granger_causality_realgdp_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ct_granger_causality_realgdp.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ct_granger_causality_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ct_ir.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ct_lagorder.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ct_Sigmau.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ct.txt
│   │   │   │   │   │   ├── macrodata_jmulti_c.txt
│   │   │   │   │   │   ├── macrodata_jmulti_nc_diag.txt
│   │   │   │   │   │   ├── macrodata_jmulti_nc_fc5.txt
│   │   │   │   │   │   ├── macrodata_jmulti_nc_granger_causality_realcons_realgdp.txt
│   │   │   │   │   │   ├── macrodata_jmulti_nc_granger_causality_realcons_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_nc_granger_causality_realcons.txt
│   │   │   │   │   │   ├── macrodata_jmulti_nc_granger_causality_realgdp_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_nc_granger_causality_realgdp.txt
│   │   │   │   │   │   ├── macrodata_jmulti_nc_granger_causality_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_nc_ir.txt
│   │   │   │   │   │   ├── macrodata_jmulti_nc_lagorder.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ncs_diag.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ncs_fc5.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ncs_granger_causality_realcons_realgdp.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ncs_granger_causality_realcons_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ncs_granger_causality_realcons.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ncs_granger_causality_realgdp_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ncs_granger_causality_realgdp.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ncs_granger_causality_realinv.txt
│   │   │   │   │   │   ├── macrodata_jmulti_nc_Sigmau.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ncs_ir.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ncs_lagorder.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ncs_Sigmau.txt
│   │   │   │   │   │   ├── macrodata_jmulti_ncs.txt
│   │   │   │   │   │   ├── macrodata_jmulti_nc.txt
│   │   │   │   │   │   ├── parse_jmulti_var_output.py
│   │   │   │   │   │   ├── parse_jmulti_var_output.pyc
│   │   │   │   │   │   ├── parse_jmulti_vecm_output.py
│   │   │   │   │   │   ├── parse_jmulti_vecm_output.pyc
│   │   │   │   │   │   ├── vecm_e6_jmulti_ci_diag.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ci_fc5.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ci_granger_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ci_granger_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ci_inst_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ci_inst_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ci_ir.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ci_lagorder.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cili_diag.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cili_fc5.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cili_granger_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cili_granger_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cili_inst_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cili_inst_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cili_ir.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cili_lagorder.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cili_Sigmau.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cili.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cis_diag.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cis_fc5.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cis_granger_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cis_granger_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ci_Sigmau.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cis_inst_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cis_inst_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cis_ir.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cis_lagorder.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cisli_diag.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cisli_fc5.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cisli_granger_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cisli_granger_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cisli_inst_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cisli_inst_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cisli_ir.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cisli_lagorder.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cisli_Sigmau.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cisli.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cis_Sigmau.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cis.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ci.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_co_diag.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_co_fc5.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_co_granger_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_co_granger_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_co_inst_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_co_inst_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_co_ir.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_co_lagorder.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_colo_diag.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_colo_fc5.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_colo_granger_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_colo_granger_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_colo_inst_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_colo_inst_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_colo_ir.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_colo_lagorder.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_colo_Sigmau.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_colo.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cos_diag.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cos_fc5.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cos_granger_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cos_granger_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_co_Sigmau.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cos_inst_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cos_inst_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cos_ir.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cos_lagorder.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_coslo_diag.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_coslo_fc5.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_coslo_granger_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_coslo_granger_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_coslo_inst_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_coslo_inst_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_coslo_ir.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_coslo_lagorder.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_coslo_Sigmau.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_coslo.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cos_Sigmau.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_cos.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_co.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_nc_diag.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_nc_fc5.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_nc_granger_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_nc_granger_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_nc_inst_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_nc_inst_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_nc_ir.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_nc_lagorder.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ncs_diag.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ncs_fc5.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ncs_granger_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ncs_granger_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_nc_Sigmau.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ncs_inst_causality_dp_r.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ncs_inst_causality_r_dp.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ncs_ir.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ncs_lagorder.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ncs_Sigmau.txt
│   │   │   │   │   │   ├── vecm_e6_jmulti_ncs.txt
│   │   │   │   │   │   └── vecm_e6_jmulti_nc.txt
│   │   │   │   │   ├── Matlab_results
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   │   └── test_coint.csv
│   │   │   │   │   ├── results
│   │   │   │   │   │   ├── e1.dat
│   │   │   │   │   │   ├── e2.dat
│   │   │   │   │   │   ├── e3.dat
│   │   │   │   │   │   ├── e4.dat
│   │   │   │   │   │   ├── e5.dat
│   │   │   │   │   │   ├── e6.dat
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   │   ├── results_svar.py
│   │   │   │   │   │   ├── results_svar.pyc
│   │   │   │   │   │   ├── results_svar_st.py
│   │   │   │   │   │   ├── results_svar_st.pyc
│   │   │   │   │   │   ├── results_var_data.py
│   │   │   │   │   │   ├── results_var_data.pyc
│   │   │   │   │   │   ├── results_var.py
│   │   │   │   │   │   ├── results_var.pyc
│   │   │   │   │   │   └── vars_results.npz
│   │   │   │   │   ├── test_coint.py
│   │   │   │   │   ├── test_coint.pyc
│   │   │   │   │   ├── test_svar.py
│   │   │   │   │   ├── test_svar.pyc
│   │   │   │   │   ├── test_var_jmulti.py
│   │   │   │   │   ├── test_var.py
│   │   │   │   │   ├── test_var.pyc
│   │   │   │   │   └── test_vecm.py
│   │   │   │   ├── util.py
│   │   │   │   ├── util.pyc
│   │   │   │   ├── var_model.py
│   │   │   │   └── vecm.py
│   │   │   ├── x13.py
│   │   │   └── x13.pyc
│   │   ├── _version.py
│   │   └── _version.pyc
│   └── statsmodels-0.11.0.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
150 directories, 2058 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment