parameter_space.h File Reference

CPP API: parameter_space.h File Reference
ode_secirts/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 "memilio/math/math_utils.h"
#include "ode_secirts/model.h"
#include <assert.h>
#include <string>
#include <vector>
#include <random>
#include <memory>
Include dependency graph for ode_secirts/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::osecirts
 

Functions

template<typename FP >
Graph< Model< FP >, MobilityParameters< FP > > mio::osecirts::draw_sample (Graph< Model< FP >, MobilityParameters< FP >> &graph)
 Draws samples for each model node in a graph. More...
 
template<typename FP >
void mio::osecirts::draw_sample (Model< FP > &model)
 Draws a sample from model parameter distributions and stores sample values as parameters values (cf. More...
 
template<typename FP >
void mio::osecirts::draw_sample_demographics (Model< FP > &model)
 Draws a sample from the specified distributions for all parameters related to the demographics, e.g., population. More...
 
template<typename FP >
void mio::osecirts::draw_sample_infection (Model< FP > &model)
 Draws a sample from the specified distributions for all parameters related to the infection. More...