npcore 0.1.0

Rust Library with the building blocks needed to create new Non-Parametric algorithms and its integration with Pmetrics.
Documentation

NPcore

Build Security Audit

Rust Library with the building blocks needed to create new Non-Parametric algorithms and its integration with Pmetrics.

Implemented functionality

  • Solver for ODE-based population pharmacokinetic models
  • Supports the Pmetrics data format for seamless integration
  • Basic NPAG implementation for parameter estimation
  • Covariate support, carry-forward or linear interpolation
  • Option to cache results for improved speed
  • Powerful simulation engine
  • Informative Terminal User Interface (TUI)

Examples

There are two examples using NPAG implemented in this repository.

run the following commands to run them:

cargo run --example two_eq_lag --release
cargo run --example bimodal_ke --release

Look at the corresponding examples/_example_/*.toml-file to change the configuration of each run.