diff --git a/docsrc/community.rst b/docsrc/community.rst new file mode 100644 index 00000000..6e319922 --- /dev/null +++ b/docsrc/community.rst @@ -0,0 +1,27 @@ +Community +========= + +This page highlights community projects that involve CmdStanPy. Check them out! + +Project templates +----------------- + +Templates are a great way to piggy back on other users' work, saving you time +when you start a new project. + +- `cookiecutter-cmdstanpy-analysis + `_ A + cookiecutter template for cmdstanpy-based statistical analysis projects. + +Software +-------- + +- `Prophet `_ A procedure for forecasting + time series data based on an additive model where non-linear trends are fit + with yearly, weekly, and daily seasonality, plus holiday effects. + +- `ArviZ `_ A Python package (with a `Julia + interface `_) for exploratory analysis of + Bayesian models. Includes functions for posterior analysis, data storage, + model checking, comparison and diagnostics. + diff --git a/docsrc/index.rst b/docsrc/index.rst index 87d549f5..d31ddaf6 100644 --- a/docsrc/index.rst +++ b/docsrc/index.rst @@ -29,6 +29,7 @@ set of model, data, and posterior estimates. hello_world workflow examples + community api :ref:`genindex`