statc

Crates.iostatc
lib.rsstatc
version0.0.8
sourcesrc
created_at2022-11-07 11:16:20.825379
updated_at2022-11-20 12:19:52.397503
descriptionstatc is essentially a TI-84 extended, geared towards statistical calculations and making data easily readable and obtainable.
homepagehttps://github.com/nguyenvukhang/statc
repositoryhttps://github.com/nguyenvukhang/statc
max_upload_size
id707182
size80,387
Khang (nguyenvukhang)

documentation

https://github.com/nguyenvukhang/statc

README

statc

A statistics calculator for that one open-book university module.

crates.io

Install

statc can be installed by running cargo install statc.

Alternatively, you can download a copy of the latest pre-built binary.

Usage

Run statc to bring up the help message.

Usage: statc [OPTIONS] <COMMAND>

Commands:
  binom   X ~ B(n, p)     P(win x times in n tries)
  nbinom  X ~ NB(k, p)    P(win kth time on the xth try)
  geom    X ~ G(p)        P(win once on the xth try)
  pois    X ~ Poisson(l)  P(get x hits in interval)
  unif    X ~ U(a, b)     Uniform distribution
  exp     X ~ Exp(l)      Exponential distribution
  norm    X ~ N(m, s²)    Normal distribution
  t       X ~ t(n)        Student's t-distribution
  chisq   X ~ χ²(n)       Chi-squared distribution
  f       X ~ F(m, n)     Fisher-Snedecor distribution
  inorm   Reverse-engineer the Normal distribution
  it      Reverse-engineer the Student's t-distribution
  ichisq  Reverse-engineer the Chi-squared distribution
  vpool   Calculate pooled sample variance
  data    Summarize data from a file
  diff    Compare difference of two samples
  comp    Compare two data samples
  eval    Evaluate an expression
  help    Print this message or the help of the given subcommand(s)

Options:
  -q, --quiet
  -h, --help   Print help information

Run statc <subcommand> such as statc binom to show more help on the binom subcommand for operations with the Binomial Distribution.

Use the --help flag to see more info on any help page.

Commit count: 53

cargo fmt