parameter_space.h File Reference
|
CPP API
|
ode_secir/parameter_space.h File Reference
#include "memilio/mobility/metapopulation_mobility_instant.h"#include "memilio/utils/memory.h"#include "memilio/utils/logging.h"#include "memilio/utils/parameter_distributions.h"#include "ode_secir/model.h"#include <assert.h>#include <string>#include <vector>#include <random>#include <memory>
Include dependency graph for ode_secir/parameter_space.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
| mio | |
| A collection of classes to simplify handling of matrix shapes in meta programming. | |
| mio::osecir | |
Functions | |
| template<typename FP > | |
| Graph< Model< FP >, MobilityParameters< FP > > | mio::osecir::draw_sample (Graph< Model< FP >, MobilityParameters< FP >> &graph) |
| template<typename FP > | |
| void | mio::osecir::draw_sample (Model< FP > &model) |
| Draws a sample from Model parameter distributions and stores sample values as SecirParams parameter values (cf. More... | |
| template<typename FP > | |
| void | mio::osecir::draw_sample_demographics (Model< FP > &model) |
| draws a sample from the specified distributions for all parameters related to the demographics, e.g. More... | |
| template<typename FP > | |
| void | mio::osecir::draw_sample_infection (Model< FP > &model) |
| draws a sample from the specified distributions for all parameters related to the infection. More... | |
| template<typename FP > | |
| void | mio::osecir::set_params_distributions_normal (Model< FP > &model, FP t0, FP tmax, FP dev_rel) |
| Sets alls SecirParams parameters normally distributed, using the current value and a given standard deviation. More... | |
Generated by