{"id":16853888,"url":"https://github.com/vks/average","last_synced_at":"2025-04-09T23:16:45.517Z","repository":{"id":40658154,"uuid":"89515056","full_name":"vks/average","owner":"vks","description":"Calculate statistics iteratively","archived":false,"fork":false,"pushed_at":"2024-05-17T22:01:33.000Z","size":359,"stargazers_count":38,"open_issues_count":3,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-14T13:53:32.685Z","etag":null,"topics":["histogram","quantile"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-26T18:43:28.000Z","updated_at":"2024-04-26T11:25:02.000Z","dependencies_parsed_at":"2024-03-22T14:47:06.864Z","dependency_job_id":"6a66598f-a7d4-4eb6-855f-fba6cba1f2fe","html_url":"https://github.com/vks/average","commit_stats":{"total_commits":314,"total_committers":9,"mean_commits":"34.888888888888886","dds":0.05095541401273884,"last_synced_commit":"267e52a13492ee545a5461ac5a7802fa242f9ab5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vks%2Faverage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vks%2Faverage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vks%2Faverage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vks%2Faverage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vks","download_url":"https://codeload.github.com/vks/average/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248125593,"owners_count":21051771,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["histogram","quantile"],"created_at":"2024-10-13T13:53:37.968Z","updated_at":"2025-04-09T23:16:45.489Z","avatar_url":"https://github.com/vks.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# average\n\nCalculate statistics of a sequence iteratively in a single pass, using\nconstant space and avoiding numerical problems. The calculations can be\neasily parallelized by using `merge`.\n\nThis crate works without `std`.\n\n[![Documentation Status]][docs.rs]\n[![Latest Version]][crates.io]\n[![Build Status]][actions]\n\n[Documentation Status]: https://docs.rs/average/badge.svg\n[docs.rs]: https://docs.rs/average\n[Build Status]: https://github.com/vks/average/workflows/Tests/badge.svg?event=push\n[actions]: https://github.com/vks/average/actions\n[Latest Version]: https://img.shields.io/crates/v/average.svg\n[crates.io]: https://crates.io/crates/average\n\n\n## Implemented statistics\n\n* Mean and its error.\n* Variance, skewness, kurtosis.\n* Arbitrary moments.\n* Minimum and maximum.\n* Quantile.\n* Histogram.\n\n\n## Crate features\n\nThe following features are available:\n\n* `libm` enables `Quantile` (using floating point functions provided by `libm`).\n  This is enabled by default. If the `std` feature is also enabled, `std` is\n  preferred over `libm`.\n* `std` enables `Quantile` (using floating point functions provided by `std`).\n* `serde` enables serialization, via Serde version 1.\n* `rayon` enables support for `rayon::iter::FromParallelIterator`.\n* `nightly` enables the use of const generics for a histogram implementation\n  without macros. Note that nightly features are not stable and therefore not\n  all library and compiler versions will be compatible.\n\n\n## Related Projects\n\n* [`quantiles`](https://crates.io/crates/quantiles):\n  Provides quantile estimates with bounded error but using growing space.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvks%2Faverage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvks%2Faverage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvks%2Faverage/lists"}