Registry / utility / r2rs-stats

r2rs-stats

JSON →
library0.1.1rscratesunverified

Statistics programming for Rust based on R's stats package.

# Cargo.toml [dependencies] r2rs-stats = "0.1.1"
INSTALL
IMPORT
SIG · R2RS-STATS
R
r2rs-stats
utilityrustv0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mean
use r2rs_stats::stats::mean;

Calculate the mean of a numeric vector.

use r2rs_stats::stats::mean; fn main() { let data = vec![1.0, 2.0, 3.0, 4.0, 5.0]; let result = mean(&data); println!("Mean: {}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
r2rs-stats — cargo add r2rs-stats · libregistry