Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
arg_sample.hpp
Go to the documentation of this file.
1 #ifndef STAN__GM__ARGUMENTS__SAMPLE__HPP
2 #define STAN__GM__ARGUMENTS__SAMPLE__HPP
3 
5 
12 
13 namespace stan {
14 
15  namespace gm {
16 
18 
19  public:
20 
22 
23  _name = "sample";
24  _description = "Bayesian inference with Markov Chain Monte Carlo";
25 
26  _subarguments.push_back(new arg_num_samples());
27  _subarguments.push_back(new arg_num_warmup());
28  _subarguments.push_back(new arg_save_warmup());
29  _subarguments.push_back(new arg_thin());
30  _subarguments.push_back(new arg_adapt());
31  _subarguments.push_back(new arg_sample_algo());
32 
33  }
34 
35  };
36 
37  } // gm
38 
39 } // stan
40 
41 #endif
42 
std::vector< argument * > _subarguments
std::string _name
Definition: argument.hpp:76
std::string _description
Definition: argument.hpp:77

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