Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.07 KB

Custom python interface to xstan (a modified (cmd)stan)

Use at your own risk, currently everything is very brittle and will probably be changed in the near future.

Download

Everything including modified submodules can be checked out via

git clone --recurse-submodules -j8 https://github.com/nsiccha/xstanpy

This should so far include

  • the python code in xstanpy,
  • a modified CmdStan version in cmdstan
  • a modified stan version in cmdstan/stan and
  • a so far unmodified math version in cmdstan/stan/lib/stan_math

Usage

Commented examples can be found in the examples directory and currently include

Further instructions on how to run the examples can be found in examples/README.md.

Caching

Soon, results (model+data+command+config) will be automatically cached.

Disclaimer

The only thing I do worse than documenting is naming things.