state_age_function.h File Reference

CPP API: state_age_function.h File Reference
state_age_function.h File Reference
#include "memilio/config.h"
#include "memilio/utils/compiler_diagnostics.h"
#include "memilio/math/smoother.h"
#include "memilio/math/floating_point.h"
#include "boost/math/distributions/gamma.hpp"
#include "boost/math/distributions/lognormal.hpp"
#include "memilio/utils/logging.h"
Include dependency graph for state_age_function.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mio::ConstantFunction< FP >
 Class that defines a constant function. More...
 
struct  mio::ErlangDensity
 Class that defines the probability density function corresponding to the Erlang distribution with the parameters shape and scale depending on the state age. More...
 
struct  mio::ExponentialSurvivalFunction< FP >
 Class that defines the survival function corresponding to the exponential distribution depending on the state age. More...
 
struct  mio::GammaSurvivalFunction
 Class that defines an GammaSurvivalFunction function depending on the state age. More...
 
struct  mio::LognormSurvivalFunction
 Class that defines an LognormSurvivalFunction function depending on the state age. More...
 
struct  mio::SmootherCosine< FP >
 Class that defines an smoother_cosine function depending on the state age. More...
 
struct  mio::StateAgeFunction< FP >
 A generic function depending on the state age, i.e. More...
 
struct  mio::StateAgeFunctionWrapper< FP >
 Wrapper around StateAgeFunction so that one can work with an arbitrary StateAgeFunction. More...
 

Namespaces

 mio
 A collection of classes to simplify handling of matrix shapes in meta programming.