Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
arg_adapt_window.hpp
Go to the documentation of this file.
1 #ifndef STAN__GM__ARGUMENTS__ADAPT__WINDOW__HPP
2 #define STAN__GM__ARGUMENTS__ADAPT__WINDOW__HPP
3 
5 
6 namespace stan {
7 
8  namespace gm {
9 
11 
12  public:
13 
15  _name = "window";
16  _description = "Initial width of slow adaptation interval";
17  _default = "25";
18  _default_value = 25;
20  };
21 
22  };
23 
24  } // gm
25 
26 } // stan
27 
28 #endif
29 
std::string _name
Definition: argument.hpp:76
std::string _description
Definition: argument.hpp:77

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