Module equation
Modules§
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.
- Equation
Types - 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.