Update 02-statistics-approach.md

This commit is contained in:
Haojun Liao 2024-11-20 14:46:36 +08:00 committed by GitHub
parent 0809a5cbf7
commit 36dd5f1828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ ANOMALY_WINDOW(foo.i32, "algo=grubbs")
|参数|说明|是否必选|默认值|
|---|---|---|---|
|direction|异常检测方向类型('pos' / 'neg' / 'both')|否|"both"|
|max_anoms|异常值比例 $1 \le K \le 49.9$|否|0.05|
|max_anoms|异常值比例 $0 < K \le 49.9$||0.05|
```SQL