Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
arg_rwm.hpp
Go to the documentation of this file.
1 #ifndef STAN__GM__ARGUMENTS__RWM__HPP
2 #define STAN__GM__ARGUMENTS__RWM__HPP
3 
5 
6 namespace stan {
7 
8  namespace gm {
9 
10  class arg_rwm: public categorical_argument {
11 
12  public:
13 
14  arg_rwm() {
15 
16  _name = "rwm";
17  _description = "Random Walk Metropolis Monte Carlo";
18 
19  }
20 
21  };
22 
23  } // gm
24 
25 } // stan
26 
27 #endif
28 
std::string _name
Definition: argument.hpp:76
std::string _description
Definition: argument.hpp:77

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