Crates.io | npcore |
lib.rs | npcore |
version | 0.1.3 |
source | src |
created_at | 2023-09-24 19:44:01.887531 |
updated_at | 2024-01-29 11:11:48.123216 |
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/NPcore |
max_upload_size | |
id | 982145 |
size | 379,374 |
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)
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
Look at the corresponding examples/.../*.toml
-file to change the configuration for each run.
For more information on how to use this crate, please review the documentation