| _adapt | stan::mcmc::adaptive_sampler | protected |
| _da | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| _delta | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| _epsilon | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| _epsilon_adapt | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| _epsilon_last | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| _epsilon_pm | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| _error_msgs | stan::mcmc::adaptive_sampler | protected |
| _g | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| _gamma | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| _logp | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| _mean_stat | stan::mcmc::adaptive_sampler | protected |
| _model | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| _n_adapt_steps | stan::mcmc::adaptive_sampler | protected |
| _n_steps | stan::mcmc::adaptive_sampler | protected |
| _nfevals | stan::mcmc::adaptive_sampler | protected |
| _output_msgs | stan::mcmc::adaptive_sampler | protected |
| _rand_int | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| _rand_uniform_01 | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| _rand_unit_norm | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| _x | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| _z | stan::mcmc::hmc_base< boost::mt19937 > | protected |
| adapt_off() | stan::mcmc::hmc_base< boost::mt19937 > | inlinevirtual |
| adapt_on() | stan::mcmc::adaptive_sampler | inlinevirtual |
| adaptation_init(double epsilon_scale) | stan::mcmc::hmc_base< boost::mt19937 > | inlineprotected |
| adapting() | stan::mcmc::adaptive_sampler | inline |
| adaptive_sampler(bool adapt, std::ostream *error_msgs=0, std::ostream *output_msgs=0) | stan::mcmc::adaptive_sampler | inline |
| build_tree(const std::vector< double > &x, const std::vector< double > &m, const std::vector< double > &grad, double u, int direction, int depth, double H0, std::vector< double > &xminus, std::vector< double > &mminus, std::vector< double > &gradminus, std::vector< double > &xplus, std::vector< double > &mplus, std::vector< double > &gradplus, std::vector< double > &newx, std::vector< double > &newgrad, double &newlogp, int &nvalid, bool &criterion, double &prob_sum, int &n_considered) | stan::mcmc::nuts_diag< BaseRNG > | inline |
| find_reasonable_parameters() | stan::mcmc::hmc_base< boost::mt19937 > | inlineprotectedvirtual |
| get_parameters(std::vector< double > ¶ms) | stan::mcmc::hmc_base< boost::mt19937 > | inlinevirtual |
| get_sampler_param_names(std::vector< std::string > &names) | stan::mcmc::nuts_diag< BaseRNG > | inlinevirtual |
| get_sampler_params(std::vector< double > &values) | stan::mcmc::nuts_diag< BaseRNG > | inlinevirtual |
| hmc_base(stan::model::prob_grad &model, double epsilon=-1, double epsilon_pm=0.0, bool epsilon_adapt=true, double delta=0.651, double gamma=0.05, boost::mt19937 rand_int=boost::mt19937(std::time(0)), const std::vector< double > *params_r=0, const std::vector< int > *params_i=0) | stan::mcmc::hmc_base< boost::mt19937 > | inline |
| mean_stat() | stan::mcmc::adaptive_sampler | inline |
| n_adapt_steps() | stan::mcmc::adaptive_sampler | inline |
| n_steps() | stan::mcmc::adaptive_sampler | inline |
| next() | stan::mcmc::adaptive_sampler | inline |
| next_impl() | stan::mcmc::nuts_diag< BaseRNG > | inlinevirtual |
| nfevals() | stan::mcmc::adaptive_sampler | inline |
| nfevals_plus_eq(int n) | stan::mcmc::adaptive_sampler | inline |
| nuts_diag(stan::model::prob_grad &model, int maxdepth=10, double epsilon=-1, double epsilon_pm=0.0, bool epsilon_adapt=true, double delta=0.6, double gamma=0.05, BaseRNG base_rng=BaseRNG(std::time(0)), const std::vector< double > *params_r=0, const std::vector< int > *params_i=0) | stan::mcmc::nuts_diag< BaseRNG > | inline |
| set_error_stream(std::ostream &error_msgs) | stan::mcmc::adaptive_sampler | inline |
| set_mean_stat(double v) | stan::mcmc::adaptive_sampler | inline |
| set_output_stream(std::ostream &output_msgs) | stan::mcmc::adaptive_sampler | inline |
| set_params(const std::vector< double > &x, const std::vector< int > &z) | stan::mcmc::hmc_base< boost::mt19937 > | inlinevirtual |
| set_params_i(const std::vector< int > &z) | stan::mcmc::hmc_base< boost::mt19937 > | inline |
| set_params_r(const std::vector< double > &x) | stan::mcmc::hmc_base< boost::mt19937 > | inline |
| unset_error_stream() | stan::mcmc::adaptive_sampler | inline |
| unset_output_stream() | stan::mcmc::adaptive_sampler | inline |
| update_mean_stat(double avg_eta, double adapt_stat) | stan::mcmc::adaptive_sampler | inline |
| varying_epsilon() | stan::mcmc::hmc_base< boost::mt19937 > | inline |
| write_adaptation_params(std::ostream &o) | stan::mcmc::nuts_diag< BaseRNG > | inlinevirtual |
| write_sampler_param_names(std::ostream &o) | stan::mcmc::nuts_diag< BaseRNG > | inlinevirtual |
| write_sampler_params(std::ostream &o) | stan::mcmc::nuts_diag< BaseRNG > | inlinevirtual |
| ~adaptive_sampler() | stan::mcmc::adaptive_sampler | inlinevirtual |
| ~hmc_base() | stan::mcmc::hmc_base< boost::mt19937 > | inlinevirtual |
| ~nuts_diag() | stan::mcmc::nuts_diag< BaseRNG > | inline |