2 Repos
Calculation of descriptive statistics and frequencies specifically for numeric lists and collections.
Distinct from Statistical Analysis Libraries: Candidates are either broad statistical libraries or time-series distribution analysis; this is basic list-based numeric analysis.
Explore 2 awesome GitHub repositories matching data & databases · Collection Statistics. Refine with filters or upvote what's useful.
collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio
Computes aggregate statistics like sum, average, median, mode, min, and max from collections.
Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr
Calculates sums, averages, and item frequencies for numeric lists.