Skip to content

Commit af5fdd0

Browse files
committed
Added README with basic thoghts on algorithm
0 parents  commit af5fdd0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+

0 commit comments

Comments
 (0)