docs.rs failed to build pharmsol-0.22.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
pharmsol-0.22.0
pharmsol
Simulate PK/PD profiles using ordinary and stochastic differential equations, or analytical models.
Example
ODE based model.
use *;
// Subject data can be generated using the builder pattern
let subject = builder
.bolus
.repeat
.observation
.observation
.observation
.observation
.covariate
.covariate
.covariate
.build;
let ode = ODEnew;
let op = ode.estimate_predictions;
// println!("{op:#?}");
let _ = op.run;
Analytic based model.
use *;
let analytical = new;
let op = analytical.simulate_subject;
println!;
Supported analytical models
We are working to support all the standard analytical models.
- One-compartment with IV infusion
- One-compartment with IV infusion and oral absorption
- Two-compartment with IV infusion
- Two-compartment with IV infusion and oral absorption
- Three-compartmental models