This commit is contained in:
xyy
2026-06-08 09:41:28 +08:00
parent 569ad194fb
commit d5f7d309a0

View File

@@ -390,7 +390,7 @@ public partial class D7896ViewModel : ObservableObject
// ---- 异常值检测 ----
bool isOutlier = false;
double deviationThreshold = 0.15; // 20% 偏差阈值
double deviationThreshold = 0.1; // 10% 偏差阈值
if (validCount >= 2) // 至少有两个有效数据后才开始剔除
{