| Project Status | Build Status |
|---|---|
This package is registered. Install with
pkg> add StanVariational.jlYou need a working cmdstan installation, the path of which you should specify either in CMDSTAN or JULIA_CMDSTAN_HOME, eg in your ~/.julia/config/startup.jl have a line like
# CmdStan setup
ENV["CMDSTAN"] = expanduser("~/src/cmdstan-2.35.0/") # replace with your pathIt is recommended that you start your Julia process with multiple worker processes to take advantage of parallel sampling, eg
julia -p autoOtherwise, stan_sample will use a single process.
Use this package like this:
using StanVariationalSee the docstrings (in particular ?StanVariational) for more.