File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ This is a botliga client which will estimate the Result of a soccer game based on team performance indicators.
2
+
3
+ The algorithm ist based on following thoughts.
4
+
5
+ - The total number of goals shot in a soccer match is distributed according to a poission distribution.
6
+
7
+ - There is a home field advantage which might have a season based and a team based component
8
+
9
+ - The generell fitness of a team can be estimated by the average goal difference per match.
10
+ (Taking into account that some teams played a different league the season before)
11
+
12
+ - Beyond fitness ther are factors like weather conditions, injuries, red/yellow cards which have an
13
+ influence on the result.
14
+
15
+ - The are some motivation based factors like "a series of matches won/lost", or intra match factors leading to
16
+ a risen probability of 1:1 results.
17
+
You can’t perform that action at this time.
0 commit comments