.flake8
.gitignore
.pre-commit-config.yaml
.pylintrc
.readthedocs.yml
CONTRIBUTING.md
LICENSE.md
MANIFEST.in
README.md
cmdstanpy_tutorial.ipynb
cmdstanpy_tutorial.py
pyproject.toml
requirements-optional.txt
requirements-test.txt
requirements.txt
rtd_change_default_version.py
setup.py
.github/FUNDING.yml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/main.yml
.github/workflows/release.yml
cmdstanpy/__init__.py
cmdstanpy/_version.py
cmdstanpy/cmdstan_args.py
cmdstanpy/compiler_opts.py
cmdstanpy/install_cmdstan.py
cmdstanpy/install_cxx_toolchain.py
cmdstanpy/model.py
cmdstanpy/progress.py
cmdstanpy/stanfit.py
cmdstanpy/utils.py
cmdstanpy.egg-info/PKG-INFO
cmdstanpy.egg-info/SOURCES.txt
cmdstanpy.egg-info/dependency_links.txt
cmdstanpy.egg-info/entry_points.txt
cmdstanpy.egg-info/requires.txt
cmdstanpy.egg-info/top_level.txt
docs/.buildinfo
docs/.nojekyll
docs/api.html
docs/examples.html
docs/genindex.html
docs/hello_world.html
docs/index.html
docs/installation.html
docs/internal_api.html
docs/objects.inv
docs/overview.html
docs/py-modindex.html
docs/search.html
docs/searchindex.js
docs/workflow.html
docs/_images/examples_MCMC_Sampling_25_2.png
docs/_modules/index.html
docs/_modules/cmdstanpy/cmdstan_args.html
docs/_modules/cmdstanpy/compiler_opts.html
docs/_modules/cmdstanpy/model.html
docs/_modules/cmdstanpy/stanfit.html
docs/_modules/cmdstanpy/utils.html
docs/_sources/api.rst.txt
docs/_sources/examples.rst.txt
docs/_sources/hello_world.rst.txt
docs/_sources/index.rst.txt
docs/_sources/installation.rst.txt
docs/_sources/internal_api.rst.txt
docs/_sources/overview.rst.txt
docs/_sources/workflow.rst.txt
docs/_sources/examples/MCMC Sampling.ipynb.txt
docs/_sources/examples/Maximum Likelihood Estimation.ipynb.txt
docs/_sources/examples/Run Generated Quantities.ipynb.txt
docs/_sources/examples/Using External C++.ipynb.txt
docs/_sources/examples/VI as Sampler Inits.ipynb.txt
docs/_sources/examples/Variational Inference.ipynb.txt
docs/_static/basic.css
docs/_static/check-solid.svg
docs/_static/clipboard.min.js
docs/_static/copy-button.svg
docs/_static/copybutton.css
docs/_static/copybutton.js
docs/_static/copybutton_funcs.js
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/file.png
docs/_static/jquery-3.5.1.js
docs/_static/jquery.js
docs/_static/language_data.js
docs/_static/logo_icon.png
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/underscore-1.13.1.js
docs/_static/underscore.js
docs/_static/webpack-macros.html
docs/_static/css/blank.css
docs/_static/css/index.ff1ffe594081f20da1ef19478df9384b.css
docs/_static/css/theme.css
docs/_static/images/logo_icon.png
docs/_static/images/logo_tm.png
docs/_static/js/index.be7d3bbb2ef33a8344ce.js
docs/_static/vendor/fontawesome/5.13.0/LICENSE.txt
docs/_static/vendor/fontawesome/5.13.0/css/all.min.css
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.eot
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.svg
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.ttf
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-brands-400.woff2
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.eot
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.svg
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.ttf
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.woff
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-regular-400.woff2
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.eot
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.svg
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.ttf
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff
docs/_static/vendor/fontawesome/5.13.0/webfonts/fa-solid-900.woff2
docs/examples/MCMC Sampling.html
docs/examples/MCMC Sampling.ipynb
docs/examples/Maximum Likelihood Estimation.html
docs/examples/Maximum Likelihood Estimation.ipynb
docs/examples/Run Generated Quantities.html
docs/examples/Run Generated Quantities.ipynb
docs/examples/Using External C++.html
docs/examples/Using External C++.ipynb
docs/examples/VI as Sampler Inits.html
docs/examples/VI as Sampler Inits.ipynb
docs/examples/Variational Inference.html
docs/examples/Variational Inference.ipynb
docsrc/Makefile
docsrc/api.rst
docsrc/conf.py
docsrc/env.yml
docsrc/examples.rst
docsrc/hello_world.rst
docsrc/index.rst
docsrc/installation.rst
docsrc/internal_api.rst
docsrc/make.bat
docsrc/numpydoc_docstring.py
docsrc/overview.rst
docsrc/workflow.rst
docsrc/_static/images/logo_icon.png
docsrc/_static/images/logo_tm.png
docsrc/_templates/layout.html
docsrc/_templates/logo.html
docsrc/_templates/title.html
docsrc/examples/.gitignore
docsrc/examples/MCMC Sampling.ipynb
docsrc/examples/Maximum Likelihood Estimation.ipynb
docsrc/examples/Run Generated Quantities.ipynb
docsrc/examples/Using External C++.ipynb
docsrc/examples/VI as Sampler Inits.ipynb
docsrc/examples/Variational Inference.ipynb
docsrc/examples/bernoulli_datagen.stan
docsrc/examples/bernoulli_external.stan
docsrc/examples/bernoulli_ppc.stan
docsrc/examples/blr.stan
docsrc/examples/eta_should_fail.stan
docsrc/examples/make_odds.hpp
docsrc/examples/sblri.json
test/__init__.py
test/conftest.py
test/example_script.py
test/test_cmdstan_args.py
test/test_compiler_opts.py
test/test_cxx_installation.py
test/test_generate_quantities.py
test/test_install_cmdstan.py
test/test_metadata.py
test/test_model.py
test/test_optimize.py
test/test_runset.py
test/test_sample.py
test/test_utils.py
test/test_variational.py
test/data/.gitignore
test/data/bad_syntax.stan
test/data/bernoulli with space in name.stan
test/data/bernoulli.data.R
test/data/bernoulli.data.json
test/data/bernoulli.init.json
test/data/bernoulli.init_1.json
test/data/bernoulli.init_2.json
test/data/bernoulli.metric-2.json
test/data/bernoulli.metric.json
test/data/bernoulli.stan
test/data/bernoulli_array.stan
test/data/bernoulli_datagen.data.json
test/data/bernoulli_datagen.stan
test/data/bernoulli_include.stan
test/data/bernoulli_output_1.csv
test/data/bernoulli_pedantic.stan
test/data/bernoulli_ppc.stan
test/data/bernoulli_ppc_dup.stan
test/data/chain-1-missing-data-stderr.txt
test/data/chain-1-missing-data-stdout.txt
test/data/chain-2-missing-data-stderr.txt
test/data/chain-2-missing-data-stdout.txt
test/data/chain-3-missing-data-stderr.txt
test/data/chain-3-missing-data-stdout.txt
test/data/container_vars.stan
test/data/datagen_poisson_glm.stan
test/data/divide_real_by_two.stan
test/data/external.stan
test/data/fixed_param_sample.csv
test/data/logistic.data.R
test/data/logistic.missing_data.R
test/data/logistic.stan
test/data/logistic_output_1.csv
test/data/logistic_output_2.csv
test/data/logistic_output_3.csv
test/data/logistic_output_4.csv
test/data/lotka-volterra.csv
test/data/lotka-volterra.data.json
test/data/matrix_var.stan
test/data/metric_bad.data.json
test/data/metric_bad_1.data.R
test/data/metric_bad_2.data.R
test/data/metric_dense.data.R
test/data/metric_dense.data.json
test/data/metric_diag.data.R
test/data/metric_diag.data.json
test/data/multidim_vars.csv
test/data/multidim_vars.stan
test/data/out_of_bounds.stan
test/data/output_bad_cols.csv
test/data/output_bad_metric_1.csv
test/data/output_bad_metric_2.csv
test/data/output_bad_metric_3.csv
test/data/output_bad_metric_4.csv
test/data/output_bad_rows.csv
test/data/profile_likelihood.stan
test/data/rdump_array.data.R
test/data/rdump_bad_1.data.R
test/data/rdump_bad_2.data.R
test/data/rdump_bad_3.data.R
test/data/rdump_jags.data.R
test/data/rdump_test.data.R
test/data/redcard.json
test/data/redcard_reduce_sum.stan
test/data/return_one.hpp
test/data/sampling_output.csv
test/data/diagnose-good/corr_gauss_depth8-1.csv
test/data/from_csv/wrong_header_method.csv
test/data/optimize/eight_schools.data.R
test/data/optimize/eight_schools.stan
test/data/optimize/eight_schools_mle_iters.csv
test/data/optimize/exponential_boundary.stan
test/data/optimize/no_data.stan
test/data/optimize/rosenbrock.stan
test/data/optimize/rosenbrock_mle.csv
test/data/optimize/rosenbrock_mle_iters.csv
test/data/path with space/bernoulli_path_with_space.stan
test/data/runset-bad/bad-cols-bern-1.csv
test/data/runset-bad/bad-cols-bern-2.csv
test/data/runset-bad/bad-cols-bern-3.csv
test/data/runset-bad/bad-cols-bern-4.csv
test/data/runset-bad/bad-draws-bern-1.csv
test/data/runset-bad/bad-draws-bern-2.csv
test/data/runset-bad/bad-draws-bern-3.csv
test/data/runset-bad/bad-draws-bern-4.csv
test/data/runset-bad/bad-hdr-bern-1.csv
test/data/runset-bad/bad-hdr-bern-2.csv
test/data/runset-bad/bad-hdr-bern-3.csv
test/data/runset-bad/bad-hdr-bern-4.csv
test/data/runset-bad/bad-transcript-bern-1.txt
test/data/runset-bad/bad-transcript-bern-2.txt
test/data/runset-bad/bad-transcript-bern-3.txt
test/data/runset-bad/bad-transcript-bern-4.txt
test/data/runset-big/output_icar_nyc-1.csv
test/data/runset-big/output_icar_nyc-2.csv
test/data/runset-good/bern-1.csv
test/data/runset-good/bern-1.txt
test/data/runset-good/bern-2.csv
test/data/runset-good/bern-2.txt
test/data/runset-good/bern-3.csv
test/data/runset-good/bern-3.txt
test/data/runset-good/bern-4.csv
test/data/runset-good/bern-4.txt
test/data/variational/eta_big_output.csv
test/data/variational/eta_should_be_big.stan
test/data/variational/eta_should_be_small.stan
test/data/variational/eta_should_fail.stan