| Crates.io | pmcore |
| lib.rs | pmcore |
| version | 0.16.0 |
| created_at | 2024-02-10 15:55:42.817876+00 |
| updated_at | 2025-09-07 14:44:18.550732+00 |
| description | Rust library with the building blocks needed to create new Non-Parametric algorithms and its integration with Pmetrics. |
| homepage | |
| repository | https://github.com/LAPKB/PMcore |
| max_upload_size | |
| id | 1135026 |
| size | 1,905,106 |
Rust library with the building blocks to create and implement new non-parametric algorithms for population pharmacokinetic modelling and their integration with Pmetrics.
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)
Look at the examples in the examples folder to see how to use this library. The examples cover a variety of scenarios.
You may run them with the following command, e.g.
cargo run --example bimodal_ke --release
For more information on how to use this crate, please review the documentation