CHANGELOG.md
CONDUCT.md
CONTRIBUTING.md
GOVERNANCE.md
MANIFEST.in
README.rst
RELEASE-NOTES.md
requirements.txt
setup.cfg
setup.py
setupegg.py
docs/release-notes/pymc3-3.0.md
docs/source/Makefile
docs/source/api.rst
docs/source/conf.py
docs/source/examples.rst
docs/source/getting_started.rst
docs/source/index.rst
docs/source/make.bat
docs/source/data/Guber1999data.txt
docs/source/data/HtWt.csv
docs/source/data/SP500.csv
docs/source/data/__init__.py
docs/source/data/cty.dat
docs/source/data/pancreatitis.csv
docs/source/data/radon.csv
docs/source/data/srrs2.dat
docs/source/data/test_scores.csv
docs/source/data/wells.dat
docs/source/data/__pycache__/__init__.cpython-34.pyc
docs/source/data/__pycache__/__init__.cpython-35.pyc
docs/source/notebooks/BEST.ipynb
docs/source/notebooks/GLM-hierarchical-ADVI.ipynb
docs/source/notebooks/GLM-hierarchical-advi-minibatch.ipynb
docs/source/notebooks/GLM-hierarchical.ipynb
docs/source/notebooks/GLM-linear.ipynb
docs/source/notebooks/GLM-logistic.ipynb
docs/source/notebooks/GLM-model-selection.ipynb
docs/source/notebooks/GLM-poisson-regression.ipynb
docs/source/notebooks/GLM-robust-with-outlier-detection.ipynb
docs/source/notebooks/GLM-robust.ipynb
docs/source/notebooks/GLM.ipynb
docs/source/notebooks/GP-smoothing.ipynb
docs/source/notebooks/Model Comparison.ipynb
docs/source/notebooks/advi.ipynb
docs/source/notebooks/bayesian_neural_network_advi.ipynb
docs/source/notebooks/cox_model.ipynb
docs/source/notebooks/disaster_model.ipynb
docs/source/notebooks/dp_mix.ipynb
docs/source/notebooks/gaussian-mixture-model-advi.ipynb
docs/source/notebooks/gaussian_mixture_model.ipynb
docs/source/notebooks/getting_started.ipynb
docs/source/notebooks/howto_debugging.ipynb
docs/source/notebooks/lasso_block_update.ipynb
docs/source/notebooks/lda-advi-aevb.ipynb
docs/source/notebooks/posterior_predictive.ipynb
docs/source/notebooks/profiling.ipynb
docs/source/notebooks/rugby_analytics.ipynb
docs/source/notebooks/stochastic_volatility.ipynb
docs/source/notebooks/survival_analysis.ipynb
pymc3/__init__.py
pymc3/blocking.py
pymc3/data.py
pymc3/debug.py
pymc3/diagnostics.py
pymc3/math.py
pymc3/memoize.py
pymc3/model.py
pymc3/plots.py
pymc3/sampling.py
pymc3/stats.py
pymc3/theanof.py
pymc3/vartypes.py
pymc3.egg-info/PKG-INFO
pymc3.egg-info/SOURCES.txt
pymc3.egg-info/dependency_links.txt
pymc3.egg-info/requires.txt
pymc3.egg-info/top_level.txt
pymc3/backends/__init__.py
pymc3/backends/base.py
pymc3/backends/ndarray.py
pymc3/backends/sqlite.py
pymc3/backends/text.py
pymc3/backends/tracetab.py
pymc3/distributions/__init__.py
pymc3/distributions/continuous.py
pymc3/distributions/discrete.py
pymc3/distributions/dist_math.py
pymc3/distributions/distribution.py
pymc3/distributions/mixture.py
pymc3/distributions/multivariate.py
pymc3/distributions/special.py
pymc3/distributions/timeseries.py
pymc3/distributions/transforms.py
pymc3/examples/GHME_2013.py
pymc3/examples/LKJ_correlation.py
pymc3/examples/__init__.py
pymc3/examples/arbitrary_stochastic.py
pymc3/examples/arma_example.py
pymc3/examples/baseball.py
pymc3/examples/custom_dists.py
pymc3/examples/disaster_model_arbitrary_deterministic.py
pymc3/examples/factor_potential.py
pymc3/examples/garch_example.py
pymc3/examples/gelman_bioassay.py
pymc3/examples/gelman_schools.py
pymc3/examples/lasso_missing.py
pymc3/examples/lightspeed_example.py
pymc3/examples/simpletest.py
pymc3/examples/data/.DS_Store
pymc3/examples/data/Guber1999data.txt
pymc3/examples/data/HtWt.csv
pymc3/examples/data/SP500.csv
pymc3/examples/data/__init__.py
pymc3/examples/data/cty.dat
pymc3/examples/data/efron-morris-75-data.tsv
pymc3/examples/data/pancreatitis.csv
pymc3/examples/data/radon.csv
pymc3/examples/data/srrs2.dat
pymc3/examples/data/test_scores.csv
pymc3/examples/data/wells.dat
pymc3/examples/data/__pycache__/__init__.cpython-34.pyc
pymc3/examples/data/__pycache__/__init__.cpython-35.pyc
pymc3/examples/data/pmf/jester-dataset-v1-dense-first-1000.csv
pymc3/examples/data/pmf/jokes.json
pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8/shapes.json
pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8/test.txt
pymc3/examples/data/pmf/6bb8d06c69c0666e6da14c094d4320d115f1ffc8/train.txt
pymc3/glm/__init__.py
pymc3/glm/families.py
pymc3/glm/glm.py
pymc3/step_methods/__init__.py
pymc3/step_methods/arraystep.py
pymc3/step_methods/compound.py
pymc3/step_methods/gibbs.py
pymc3/step_methods/hmc.py
pymc3/step_methods/metropolis.py
pymc3/step_methods/nuts.py
pymc3/step_methods/quadpotential.py
pymc3/step_methods/slicer.py
pymc3/tests/__init__.py
pymc3/tests/backend_fixtures.py
pymc3/tests/checks.py
pymc3/tests/helpers.py
pymc3/tests/models.py
pymc3/tests/test_advi.py
pymc3/tests/test_diagnostics.py
pymc3/tests/test_dist_math.py
pymc3/tests/test_distribution_defaults.py
pymc3/tests/test_distributions.py
pymc3/tests/test_distributions_random.py
pymc3/tests/test_distributions_timeseries.py
pymc3/tests/test_examples.py
pymc3/tests/test_glm.py
pymc3/tests/test_hmc.py
pymc3/tests/test_memo.py
pymc3/tests/test_missing.py
pymc3/tests/test_mixture.py
pymc3/tests/test_model_func.py
pymc3/tests/test_modelcontext.py
pymc3/tests/test_ndarray_backend.py
pymc3/tests/test_pickling.py
pymc3/tests/test_plots.py
pymc3/tests/test_posdef_sym.py
pymc3/tests/test_profile.py
pymc3/tests/test_sampling.py
pymc3/tests/test_shared.py
pymc3/tests/test_special_functions.py
pymc3/tests/test_sqlite_backend.py
pymc3/tests/test_starting.py
pymc3/tests/test_stats.py
pymc3/tests/test_step.py
pymc3/tests/test_text_backend.py
pymc3/tests/test_tracetab.py
pymc3/tests/test_transforms.py
pymc3/tests/test_tuning.py
pymc3/tuning/__init__.py
pymc3/tuning/scaling.py
pymc3/tuning/starting.py
pymc3/variational/__init__.py
pymc3/variational/advi.py
pymc3/variational/advi_minibatch.py