@@ -27,23 +27,23 @@ there are many different ways to run the base code, in the next section, we will
2727| Summary Statistics
2828
2929- ** Game Count** : 100
30- - ** Goals** : 234 : 143 (diff: 91 )
31- - ** Points** : 212 : 71 (diff: 141 )
32- - ** Average Goals** : 2.34 : 1.43 (diff: 0.91 )
33- - ** Average Points** : 2.12 : 0.71 (diff: 1.41 )
34- - ** Win** : 65 , ** Draw** : 17 , ** Lost** : 18
35- - ** Win Rate** : 65 .00%
36- - ** Expected Win Rate** : 78.31 %
30+ - ** Goals** : 223 : 78 (diff: 145 )
31+ - ** Points** : 229 : 52 (diff: 177 )
32+ - ** Average Goals** : 2.23 : 0.78 (diff: 1.45 )
33+ - ** Average Points** : 2.29 : 0.52 (diff: 1.77 )
34+ - ** Win** : 70 , ** Draw** : 19 , ** Lost** : 11
35+ - ** Win Rate** : 70 .00%
36+ - ** Expected Win Rate** : 86.42 %
3737
3838| Goals Distribution
3939
4040``` mermaid
4141xychart-beta
4242 title "Diff Goals Distribution"
43- x-axis [-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5 ]
43+ x-axis [-8,-7,-6,-5, -4,-3,-2,-1,0,1,2,3,4,5,6,7,8 ]
4444 y-axis "Percentage"
45- bar [0,4,2,5,7,17,27,19,13,4,2 ]
46- line [0,4,2,5,7,17,27,19,13,4,2 ]
45+ bar [0,0,0,0,1.00, 0.00, 2.00, 8.00, 19.00, 22.00, 25.00, 13.00, 5.00, 2.00, 2.00, 0.00, 1.00 ]
46+ line [0,0,0,0,1.00, 0.00, 2.00, 8.00, 19.00, 22.00, 25.00, 13.00, 5.00, 2.00, 2.00, 0.00, 1.00 ]
4747```
4848
4949## Quick start
0 commit comments