dsfb
Drift-Slew Fusion Bootstrap (DSFB): a trust-adaptive nonlinear state estimator for tracking position (phi), drift (omega), and slew (alpha) across multiple measurement channels.
Install
From crates.io:
[]
= "0.1"
Before first crates.io release, use Git:
[]
= { = "https://github.com/infinityabundance/dsfb", = "main" }
Quick Start
use ;
let params = new;
let mut observer = new;
observer.init;
let dt = 0.01;
let measurements = ;
let state = observer.step;
println!;
Simulation Example
From workspace root:
Outputs:
out/sim.csv- metrics summary in console
Repository
Full documentation, notebooks, and verification scripts: https://github.com/infinityabundance/dsfb
Citation
de Beer, R. (2026).
Slew-Aware Trust-Adaptive Nonlinear State Estimation for Oscillatory Systems With Drift and Corruption (v1.0).
Zenodo. https://doi.org/10.5281/zenodo.18642887