Module equation

Modules§

analytical
meta
ode
sde

Structs§

Analytical
Model equation using analytical solutions.
Meta
Model metadata container.
ODE
SDE
Stochastic Differential Equation solver for pharmacometric models.

Traits§

Equation
Trait for model equations that can be simulated.
EquationTypes
Trait defining the associated types for equations.
Predictions
Trait for prediction containers.
State
Trait for state vectors that can receive bolus doses.

Functions§

one_compartment
Analytical solution for one compartment model.
one_compartment_with_absorption
Analytical solution for one compartment model with first-order absorption.
three_compartments
Analytical for three compartments Assumptions:
three_compartments_with_absorption
Analytical solution for three compartment model with first-order absorption. Assumptions:
two_compartments
Analytical solution for two compartment model.
two_compartments_with_absorption
Analytical solution for two compartment model with first-order absorption.