iven
4745b1e824
CI / rust-check (push) Has been cancelled
CI / rust-test (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / security-audit (push) Has been cancelled
feat(health): 统计计算模块 — 线性回归、移动平均、异常检测
新增 trend_stats.rs 纯函数模块,提供三个统计计算能力:
- compute_linear_regression: 最小二乘法线性回归,返回 slope/intercept/R^2/方向/日变化/周期变化
- compute_moving_average: 简单移动平均,支持任意窗口大小
- detect_anomalies: 均值 +/- N 标准差异常检测
包含 21 个单元测试,覆盖边界条件和正常用例。
2026-04-28 19:50:46 +08:00
..
2026-04-28 19:08:38 +08:00
2026-04-28 11:23:53 +08:00
2026-04-28 18:31:01 +08:00
2026-04-28 11:47:44 +08:00
2026-04-28 15:21:13 +08:00
2026-04-28 19:50:46 +08:00
2026-04-28 19:49:38 +08:00
2026-04-26 19:52:42 +08:00
2026-04-28 12:12:47 +08:00
2026-04-19 00:56:32 +08:00
2026-04-20 09:35:27 +08:00
2026-04-19 00:56:32 +08:00
2026-04-20 09:35:27 +08:00
2026-04-27 12:34:52 +08:00
2026-04-15 00:49:20 +08:00
2026-04-28 14:32:16 +08:00
2026-04-28 19:24:32 +08:00
2026-04-28 18:04:06 +08:00