Stan  2.10.0
probability, sampling & optimization
arg_adapt_window.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_ADAPT_WINDOW_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_ADAPT_WINDOW_HPP
3 
5 
6 namespace stan {
7  namespace services {
8 
10  public:
12  _name = "window";
13  _description = "Initial width of slow adaptation interval";
14  _default = "25";
15  _default_value = 25;
17  }
18  };
19 
20  } // services
21 } // stan
22 
23 #endif
24 
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

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