浏览代码

Update stats defaults

tags/v2.2.0^2^2
9seconds 3 个月前
父节点
当前提交
ea71fe81b2
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      mtglib/internal/doppel/stats.go

+ 3
- 3
mtglib/internal/doppel/stats.go 查看文件

14
 	// do not calculate statistics if we have < than this number of durations
14
 	// do not calculate statistics if we have < than this number of durations
15
 	MinDurationsToCalculate = 100
15
 	MinDurationsToCalculate = 100
16
 
16
 
17
-	// these values are taken from ok-cdn. measured from moscow site.
18
-	StatsDefaultK      = 1.2908978568647322
19
-	StatsDefaultLambda = 1.4258402622793287
17
+	// these values are taken from ok.ru. measured from moscow site.
18
+	StatsDefaultK      = 0.37846373895785335
19
+	StatsDefaultLambda = 1.73177086015485
20
 )
20
 )
21
 
21
 
22
 // Stats is responsible for generating values that are distributed according
22
 // Stats is responsible for generating values that are distributed according

正在加载...
取消
保存