Initial migration to Sourcehut
FeStats is a TUI statistics program, covering hypothesis tests, regressions, and probability.
It uses inline-python
and pyo3
to provide access to scipy
.
festats
Cargo: cargo install festats
AUR: paru -S festats
[ ] Major refactoring - initial versions are done with a "MVP" perspective
[ ] Handle most common statistics and probability formulas
[ ] Handle list operations (such as for regressions)
In order to build FeStats, you must have python3
installed, and use the nightly
Rust toolchain.
The best way to support FeStats is to contribute! Feel free to make PRs, open issues, and help us make this the best utility we can! If you're interested in adding a feature, simply open an issue.
Please ensure that your issue is not a duplicate, and include a minimal reproducible example so that we can help you further debug your issue.
Distributed under the GNU Public License (GPLv3) (See accompanying file LICENSE)
Keywords: rust, tui, stats, math