I know I can use the Poisson distribution to calculate the probability of x goals being scored in a match, based on the average number of goals scored per game in that particular league.
However, how do I calculate the probability of, for example, at least 31 goals scored in total across 8 matches in the same league, assuming I know the average number of goals scored per match in that league is 3.3?
Thanks.
For example, league 1 averages 3.3 goals per game, 8 games to be played, λ = 26.4. League 2 averages 2.2 goals per game, 10 games to be played, λ = 22.
I assume it's not as simple as using the Poisson of the sum of the expected number of goals from the two leagues, i.e. 48.4?
– CPM Feb 04 '19 at 13:28