Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
stepsize_covar_adapter.hpp
Go to the documentation of this file.
1 #ifndef STAN__MCMC__STEPSIZE__COVAR__ADAPTER__BETA
2 #define STAN__MCMC__STEPSIZE__COVAR__ADAPTER__BETA
3 
7 
8 namespace stan {
9 
10  namespace mcmc {
11 
13 
14  public:
15 
17  {};
18 
20  return stepsize_adaptation_;
21  }
22 
24  return covar_adaptation_;
25  }
26 
27  void set_window_params(unsigned int num_warmup,
28  unsigned int init_buffer,
29  unsigned int term_buffer,
30  unsigned int base_window,
31  std::ostream* e = 0) {
33  init_buffer,
34  term_buffer,
35  base_window,
36  e);
37  }
38 
39  protected:
40 
43 
44  };
45 
46  } // mcmc
47 
48 } // stan
49 
50 #endif
void set_window_params(unsigned int num_warmup, unsigned int init_buffer, unsigned int term_buffer, unsigned int base_window, std::ostream *e=0)
void set_window_params(unsigned int num_warmup, unsigned int init_buffer, unsigned int term_buffer, unsigned int base_window, std::ostream *e=0)
stepsize_adaptation & get_stepsize_adaptation()
double e()
Return the base of the natural logarithm.
Definition: constants.hpp:86

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