8个版本
0.0.8 | 2022年11月20日 |
---|---|
0.0.7 | 2022年11月20日 |
#1606 in 数学
21次每月下载
48KB
1.5K SLoC
statc
为那个开放书籍大学模块设计的统计计算器。
安装
可以通过运行 cargo install statc
来安装statc。
或者,您可以下载最新预构建的二进制文件的副本。
用法
运行 statc
以显示帮助信息。
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
运行 statc <子命令>
,例如 statc binom
以显示二项分布操作的 binom
子命令的更多帮助。
使用 --help
标志可查看任何帮助页面的更多信息。
依赖项
~7.5MB
~148K SLoC