3 个版本 (1 个稳定)
使用旧的 Rust 2015
1.0.0 | 2019年1月30日 |
---|---|
0.1.1 | 2015年8月11日 |
0.0.1 | 2015年7月9日 |
#1215 in 算法
37,665 每月下载量
用于 19 个包 (15 个直接)
21KB
461 行
Statistical
一个用 Rust 编写的简单统计库。它从 Python stdlib 统计模块中汲取灵感。
用法
将此添加到您的 Cargo.toml
[dependencies]
statistical = "1.0.0"
并将此添加到您的包根目录
extern crate statistical;
贡献
欢迎 Pull Requests 和 Issues!
lib.rs
:
一个简单的统计库
深受 Python 标准库统计模块的启发。
依赖项
~1MB
~20K SLoC