Skip to main content

Module summary

Module summary 

Source
Expand description

Statistics: streaming (Welford) and batch algorithms.

Re-exportsยง

pub use aggregate::compute_all_percentiles_from_hdr;
pub use aggregate::compute_bucket_averages_x10;
pub use aggregate::compute_result_core;
pub use aggregate::histogram_percentile_from_hdr;
pub use aggregate::merge_dps_stats;
pub use batch::Batch;
pub use batch::Summary;
pub use series::LinearRegression;
pub use series::correlation;
pub use series::covariance;
pub use series::ema;
pub use series::ema_span;
pub use series::linear_regression;
pub use series::sma;
pub use streaming::Streaming;

Modulesยง

aggregate ๐Ÿ”’
batch ๐Ÿ”’
series ๐Ÿ”’
streaming ๐Ÿ”’