cobre-core 0.8.2

Power system data model — buses, branches, generators, loads, and network topology
Documentation
1
2
3
4
5
6
//! Running statistical accumulators.
//!
//! Groups the online mean/variance accumulator ([`welford`]) used for
//! streaming statistics where values arrive one at a time.

pub mod welford;