Skip to content
Bob Carpenter edited this page May 25, 2020 · 83 revisions

Stan Developer Wiki

Stan project home page

This is the top-level Wiki for Stan developers. User-facing information can be found on the

Developer Wikis

This is a complete list of developer-facing Wikis hosted in this repo.

Contributing to Stan without C++/OCaml experience

For a list of ways to contribute to Stan without being a C++/OCaml developer, see

Getting started

For an overview of the project from a developer perspective, please read the

Software development process

The processes governing Stan development are outlined in the

Coding style

The code style requirements for Stan are covered in

Contributing new functions and algorithms

There is a wiki page about

and a separate page for

Testing frameworks

For unit testing individual functions, see

For continuous integration testing, see

For testing sampling behavior, see

Prior choice wiki

Until it can be moved to the user's guide, this repo will continue to host the