Rust Library with the building blocks needed to create new Non-Parametric algorithms and its integration with Pmetrics.
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.