@thi.ng/metrics
v0.2.16
Published
Utilities for computing & aggregating value metrics (mean, median, min/max, sd), incl. support for circular domains
Maintainers
Readme
[!NOTE] This is one of 212 standalone projects, maintained as part of the @thi.ng/umbrella monorepo and anti-framework.
🚀 Please help me to work full-time on these projects by sponsoring me on GitHub. Thank you! ❤️
About
Utilities for computing & aggregating value metrics (mean, median, min/max, sd), incl. support for circular domains.
Status
STABLE - used in production
Search or submit any issues for this package
Installation
yarn add @thi.ng/metricsESM import:
import * as met from "@thi.ng/metrics";Browser ESM import:
<script type="module" src="https://esm.run/@thi.ng/metrics"></script>For Node.js REPL:
const met = await import("@thi.ng/metrics");Package sizes (brotli'd, pre-treeshake): ESM: 698 bytes
Dependencies
Note: @thi.ng/api is in most cases a type-only import (not used at runtime)
API
TODO
Authors
If this project contributes to an academic publication, please cite it as:
@misc{thing-metrics,
title = "@thi.ng/metrics",
author = "Karsten Schmidt",
note = "https://thi.ng/metrics",
year = 2025
}License
© 2025 Karsten Schmidt // Apache License 2.0
