|
Pakman
|
#include <ABCSMCController.h>

Static Public Member Functions | |
| static Input | makeInput (const Arguments &args) |
Public Attributes | |
| int | population_size |
| std::vector< Epsilon > | epsilons |
| Command | simulator |
| std::vector< ParameterName > | parameter_names |
| Command | prior_sampler |
| Command | perturber |
| Command | prior_pdf |
| Command | perturbation_pdf |
| unsigned long | seed |
Input struct thats contains input to ABCSMCController constructor.
Definition at line 81 of file ABCSMCController.h.
|
static |
Static function to make Input from command-line arguments.
| args | command-line arguments. |
Definition at line 107 of file ABCSMCControllerStatic.cc.
| std::vector<Epsilon> ABCSMCController::Input::epsilons |
Distance threshold series.
Definition at line 95 of file ABCSMCController.h.
| std::vector<ParameterName> ABCSMCController::Input::parameter_names |
List of parameter names.
Definition at line 101 of file ABCSMCController.h.
| Command ABCSMCController::Input::perturbation_pdf |
Command to obtain probability density of perturbation kernel distribution.
Definition at line 115 of file ABCSMCController.h.
| Command ABCSMCController::Input::perturber |
Command to perturb parameter.
Definition at line 107 of file ABCSMCController.h.
| int ABCSMCController::Input::population_size |
Population size.
Definition at line 92 of file ABCSMCController.h.
| Command ABCSMCController::Input::prior_pdf |
Command to obtain probability density of prior distribution.
Definition at line 110 of file ABCSMCController.h.
| Command ABCSMCController::Input::prior_sampler |
Command to run sample from prior.
Definition at line 104 of file ABCSMCController.h.
| unsigned long ABCSMCController::Input::seed |
Seed for pseudo random number generator
Definition at line 118 of file ABCSMCController.h.
| Command ABCSMCController::Input::simulator |
Command to run simulation.
Definition at line 98 of file ABCSMCController.h.