~thecatster/festats

FeStats is a TUI statistics program, covering hypothesis tests, regressions, and probability written in Rust.
Initial migration to Sourcehut

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~thecatster/festats
read/write
git@git.sr.ht:~thecatster/festats

You can also use your local clone with git send-email.

FeStats

TUI Statistics Program

#About FeStats (read: IronStats)

FeStats is a TUI statistics program, covering hypothesis tests, regressions, and probability. It uses inline-python and pyo3 to provide access to scipy.

#Usage

  • festats

#Installation (Soon!)

  • Cargo: cargo install festats

  • AUR: paru -S festats

#Roadmap:

  • [ ] Major refactoring - initial versions are done with a "MVP" perspective

  • [ ] Handle most common statistics and probability formulas

  • [ ] Handle list operations (such as for regressions)

#Building:

In order to build FeStats, you must have python3 installed, and use the nightly Rust toolchain.

#Support:

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.

#License:

Distributed under the GNU Public License (GPLv3) (See accompanying file LICENSE)

Keywords: rust, tui, stats, math