Stan
2.10.0
probability, sampling & optimization
Main Page
Namespaces
Classes
Files
File List
File Members
src
stan
services
arguments
arg_rwm.hpp
Go to the documentation of this file.
1
#ifndef STAN_SERVICES_ARGUMENTS_ARG_RWM_HPP
2
#define STAN_SERVICES_ARGUMENTS_ARG_RWM_HPP
3
4
#include <
stan/services/arguments/categorical_argument.hpp
>
5
6
namespace
stan
{
7
namespace
services {
8
9
class
arg_rwm
:
public
categorical_argument
{
10
public
:
11
arg_rwm
() {
12
_name
=
"rwm"
;
13
_description
=
"Random Walk Metropolis Monte Carlo"
;
14
}
15
};
16
17
}
// services
18
}
// stan
19
20
#endif
21
stan::services::arg_rwm::arg_rwm
arg_rwm()
Definition:
arg_rwm.hpp:11
stan
Probability, optimization and sampling library.
Definition:
base_interrupt.hpp:4
categorical_argument.hpp
stan::services::argument::_description
std::string _description
Definition:
argument.hpp:84
stan::services::categorical_argument
Definition:
categorical_argument.hpp:11
stan::services::argument::_name
std::string _name
Definition:
argument.hpp:83
stan::services::arg_rwm
Definition:
arg_rwm.hpp:9
[
Stan Home Page
]
© 2011–2016, Stan Development Team.