mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 12:04:03 +03:00
Update stats defaults
This commit is contained in:
@@ -14,9 +14,9 @@ const (
|
||||
// do not calculate statistics if we have < than this number of durations
|
||||
MinDurationsToCalculate = 100
|
||||
|
||||
// these values are taken from ok-cdn. measured from moscow site.
|
||||
StatsDefaultK = 1.2908978568647322
|
||||
StatsDefaultLambda = 1.4258402622793287
|
||||
// these values are taken from ok.ru. measured from moscow site.
|
||||
StatsDefaultK = 0.37846373895785335
|
||||
StatsDefaultLambda = 1.73177086015485
|
||||
)
|
||||
|
||||
// Stats is responsible for generating values that are distributed according
|
||||
|
||||
Reference in New Issue
Block a user