TheCatster / FeStats

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%