#pharmacokinetics #integration #interpolation #model #engine #pharmacometrics #pmetrics

pmcore

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

29 releases (9 breaking)

new 0.10.1-rc2 Apr 2, 2025
0.10.0 Mar 28, 2025
0.9.0 Mar 25, 2025
0.7.1 Oct 27, 2024
0.1.6 Mar 27, 2024

#101 in Machine learning

Download history 44/week @ 2024-12-10 167/week @ 2025-02-04 28/week @ 2025-02-11 55/week @ 2025-02-18 76/week @ 2025-02-25 9/week @ 2025-03-04 346/week @ 2025-03-11 54/week @ 2025-03-18 228/week @ 2025-03-25

644 downloads per month

GPL-3.0 license

1.5MB
3K SLoC

PMcore

Build Documentation Security Audit crates.io

Rust library with the building blocks to create and implement new non-parametric algorithms for population pharmacokinetic modelling and their integration with Pmetrics.

Implemented functionality

  • Solver for ODE-based population pharmacokinetic models
  • Supports the Pmetrics data format for seamless integration
  • Covariate support, carry-forward or linear interpolation
  • Option to cache results for improved speed
  • Powerful simulation engine

Available algorithms

This project aims to implement several algorithms for non-parametric population pharmacokinetic modelling.

In the future we also aim to support parametric algorithms, such as the Iterative 2-Stage Bayesian (IT2B)

Examples

There are two examples using NPAG implemented in this repository, bimodal_ke and two_eq_lag.

You may run them with the following command, e.g.

cargo run --example bimodal_ke --release

Documentation

For more information on how to use this crate, please review the documentation

Dependencies

~58MB
~1M SLoC