Stan  2.10.0
probability, sampling & optimization
Namespaces | Functions
warmup.hpp File Reference
#include <stan/mcmc/base_mcmc.hpp>
#include <stan/services/sample/mcmc_writer.hpp>
#include <stan/services/sample/generate_transitions.hpp>
#include <string>

Go to the source code of this file.

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::services
 
 stan::services::mcmc
 

Functions

template<class Model , class RNG , class StartTransitionCallback , class SampleRecorder , class DiagnosticRecorder , class MessageRecorder >
void stan::services::mcmc::warmup (stan::mcmc::base_mcmc *sampler, int num_warmup, int num_samples, int num_thin, int refresh, bool save, stan::services::sample::mcmc_writer< Model, SampleRecorder, DiagnosticRecorder, MessageRecorder > &mcmc_writer, stan::mcmc::sample &init_s, Model &model, RNG &base_rng, const std::string &prefix, const std::string &suffix, std::ostream &o, StartTransitionCallback &callback, interface_callbacks::writer::base_writer &info_writer, interface_callbacks::writer::base_writer &error_writer)
 

     [ Stan Home Page ] © 2011–2016, Stan Development Team.