Docs.rs
rill-ml-0.8.1
rill-ml 0.8.1
Permalink
Docs.rs crate page
MIT
19 July 2026
Links
Repository
crates.io
Source
Owners
hello-yunshu
Dependencies
rand ^0.8
normal
optional
serde ^1.0
normal
optional
thiserror ^1.0
normal
approx ^0.5
dev
criterion ^0.5
dev
proptest ^1.0
dev
rand_chacha ^0.3
dev
serde_json ^1.0
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module sum
rill_ml
0.8.1
Module sum
Module Items
Structs
In rill_
ml::
stats
rill_ml
::
stats
Module
sum
Copy item path
Source
Expand description
Online sum of observations.
Time complexity per update:
O(1)
. Space complexity:
O(1)
.
Structs
ยง
Sum
A running sum.