![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <stan/mcmc/base_mcmc.hpp>#include <stan/io/mcmc_writer.hpp>#include <stan/common/run_markov_chain.hpp>Go to the source code of this file.
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::common | |
Functions | |
| template<class Model , class RNG , class StartTransitionCallback , class SampleRecorder , class DiagnosticRecorder , class MessageRecorder > | |
| void | stan::common::sample (stan::mcmc::base_mcmc *sampler, int num_warmup, int num_samples, int num_thin, int refresh, bool save, stan::io::mcmc_writer< Model, SampleRecorder, DiagnosticRecorder, MessageRecorder > &writer, stan::mcmc::sample &init_s, Model &model, RNG &base_rng, const std::string &prefix, const std::string &suffix, std::ostream &o, StartTransitionCallback &callback) |