Skip to main content
Heliyon logoLink to Heliyon
. 2024 Feb 28;10(5):e27014. doi: 10.1016/j.heliyon.2024.e27014

Temporal features of goals, substitutions, and fouls in football games in the five major European league from 2018 to 2021

Rongkun Sun a, Changquan Wang a,⁎⁎, Zhe Qin a,b, Chuanliang Han c,
PMCID: PMC10923682  PMID: 38463781

Abstract

The “Big Five” European football leagues, comprising England's Premier League, Germany's Bundesliga, Spain's La Liga, Italy's Serie A, and France's Ligue 1, command significant attention. While the occurrence of goals, substitutions, and fouls in football games is often considered random, of the presence of an inherent inevitability is unclear. To investigate, we analyzed a public dataset detailing timing of goals, substitutions, and yellow cards in regular time from WhoScored across three seasons (2018–2019, 2019–2020, 2020–2021) in the top five European football leagues. We employed various mathematical descriptive models (including linear, sigmoid, and gaussian functions) to measure the temporal tendency of goals, substitutions, and yellow cards. Our results indicate that, whether in the first or second half of the match, the temporal distribution of these elements exhibits evenness a (indicative of randomness). However, specific characteristics were discerned through distinct model parameters, capturing novel phenomena that were intuitively illustrated. Furthermore, we explored the interaction of the timing of goals, substitutions, and yellow cards. In this analysis we found that scoring in the second half leads to more substitutions and yellow cards. Changing players in the second half corresponded with more goals, while the impact of yellow card fouls showed no differences in goals in the first and second halves. Our research is the first to systematically study the laws of modern football matches, providing valuable guidance and reference for many football coaches.

Keywords: Football, Mathematical model, Goal, Substitution, Yellow card

1. Introduction

Football is a sports event in which two teams of 11 players each control a ball, and two teams engage in offensive and defensive confrontations on a rectangular field while adhering to specific rules [[1], [2], [3], [4], [5]] [[1], [2], [3], [4], [5]] [[1], [2], [3], [4], [5]], with the aim of scoring in the opposing team's goal. Due to its intense adversarial nature, diverse tactics, and large number of onlookers, football is known as the "world's number one sport". In a football game, effective goals [[6], [7], [8], [9], [10]] [[6], [7], [8], [9], [10]] [[6], [7], [8], [9], [10]], substitutions [[11], [12], [13], [14], [15], [16], [17], [18]] arranged by the coach, and yellow or red cards [[19], [20], [21], [22]] for fouls are pivotal match events. The timing of players scoring goals, substitutions, and receiving yellow cards is theoretically considered random [[23], [24], [25]] [[23], [24], [25]] [[23], [24], [25]] and, without additional assumptions, should follow a uniform distribution. However, due to various complex factors, this distribution may fluctuate [26,27]. To date, there has been no detailed quantitative description of football match information (goals, substitutions, and yellow cards), and trends in the interaction between goals, substitutions, and yellow cards in football matches in big data remain unclear.

Throughout the game, the team's scored goals [7,9,10] are closely related to the coach's substitutions [11,12] and the cards accumulated due to fouls. The accumulation of yellow cards by a player may result in a red card, forcing their departure from the field and leaving their team with one fewer player-a significant constraint on their playing capacity. When a player encounters issues with fouls or the coach substitutes a player for the protection, the player's role in the team is compromised for the remainder of the match, affecting the team's performance and causes shifts in on-field trends. Consequently, football games are rich in drama, and beneath their seemingly uncertain nature, discernible patterns emerge, indicating several important characteristics.

In this study, we investigate patterns in modern football games, by primarily analyzing data from three seasons across the five major European leagues. This analysis included the timing of goals, substitutions, and yellow cards for each team in every game. We quantified and modeled these characteristics based on mathematical models to discern different temporal dynamic patterns. Furthermore, we compared the relationship between goals, substitutions, and yellow cards for fouls. This study could provide practical guidance and establish a theoretical basis for the strategic role of football coaches in managing and optimizing their strategies throughout matches.

2. Materials and methods

2.1. Data and sources

The dataset used in this study is publicly available (https://github.com/CleveHan/Soccer), obtained from WhoScored website (https://www.whoscored.com/). We collected the timing of goals, substitutions, and yellow cards for each team in the five major European leagues (Premier League, LaLiga, Serie A, Bundesliga, and Ligue 1) across the 2018–2019, 2019–2020, and 2020–2021 seasons. A total of 5037 matches and 10,754 sample data points (each data point refers to a team in a match) were used in the analysis.

2.2. Descriptive model – linear model

We used the linear function (Eq. (1)) to model the variation in the number of goals in the second half and the occurrence of yellow cards in both the first and second halves. The y in Eq. (1) represents the number of goals or yellow cards at a specific time, and k and C are modeling parameters to be estimated, where k is the slope, and C is the intercept.

y=ktime+C (1)

2.3. Descriptive model – sigmoid model

We used the sigmoid function (Eq. (2)) to model the variation in the number of goals and substitutions in the first half. The y in Eq. (2) represents the number of goals, substitutions, or yellow cards at a specific time, and k, α, and C are modeling parameters to be estimated, where k is the slope, α is the exponential term, and C is the intercept.

y=ktimeα+C (2)

2.4. Descriptive model – double Gaussian model

We used the sigmoid function (Eq. (3)) to model the variation in the number of substitutions in the second half. The y in Eq. (3) represents the number of substitutions at a specific time, and k1, P1, σ1, k2, P2, σ2, and C are modeling parameters to be estimated, where k is weight, P is the peaking time, σ is the bandwidth, and C is a constant.

y=k1e(timeP1)2σ12+k1e(timeP2)2σ22+C (3)

2.5. Parameter estimation

We processed the data and modeled them with custom scripts in MATLAB (MathWorks, 2020a). We adopted the nonlinear least squares (NLS) algorithm for data fitting and parameter estimation.

2.6. Analysis of the interaction among the timing of goals, substitutions, and yellow cards

We used the X-trigger Y method to measure the influence of X on Y starting from the Zth minute. Four relationships are considered in this study: goal-trigger substitution, goal-trigger yellow card, substitution-trigger goal, and yellow card-trigger goal. Taking the goal-trigger yellow card as an example, we examined matches that scored at time Z, and then we compared the number of substitutions at time Z and at Z+1 min, Z+2 min, Z+3 min, Z+4 min and Z+5 min. If a significant difference was observed, we assumed that the timing of the goal would lead to a yellow card foul.

2.7. Statistical analysis

We used pairwise t-tests to compare the total number of goals in the 1st and 2nd halves, as well as the number of yellow cards in the 45th, 46th (which marks the first minute of the second half) and 47th minutes with Bonferroni correction to account for multiple comparisons. The pairwise t-test was used to compare the numbers in X-trigger Y sections.

3. Results and analysis

The dataset analyzed in this study contains 10,754 samples, and each sample has 90 data points, corresponding to the first and second halves of the game. The sampling rate was 1 point per minute. While a few matches were not sufficient to demonstrate the temporal features of the football, these temporal features emerged with the accumulation of the sample data (Fig. 1).

Fig. 1.

Fig. 1

Technical flowchart of the study illustrating data analysis process.

3.1. Goals in football games and their characteristics

The average distribution of the number of goals in a 90-min football game is shown in Fig. 2A. When examining trends in a handful of matches, any trends appear inconspicuous. However, when we include a thousand or tens of thousands of matches, we observe a clear trend in goals (Fig. 2B). To precisely measure this tendency, we used descriptive models to fit the data. The number of goals in the first half was modeled with the sigmoid function, while goals in the second half were modeled with the linear function (Fig. 2C). Although the total number of goals in the first half is significantly higher than that in the second half (Fig. 2D), it is surprising to see that the slope of goals in the second half is negative (Fig. 2E), which is potentially be affected by endurance over time. Another surprising point is that the semi-saturation period of the sigmoid curve in the first half is approximately 1 min (Fig. 2E), which suggests that the time when players enter the game is very eventful.

Fig. 2.

Fig. 2

Goal time, trend, slope, and model establishment in football matches. (A) Top: scatter plot of the goals timing in 300 samples. Middle: the histogram of the top panel. Bottom: histogram of the goals in 90 min in 10,754 samples. (B) Average goals in a 90-min match in 10, 100, 200, 1000 and 10,754 samples. (C) Descriptive models to fit the data in the first and second halves. (D) Bar graph of total number of goals in the first and second halves and their comparison. (E) Top: histogram of the semisaturation period of sigmoid model in the first half. Bottom: histogram of the slopes of the linear model in the second half.

3.2. Substitutions in football games and their characteristics

The average distribution of the number of substitutions in the 90-min football game is shown in Fig. 3A. It is clear that the majority of substitutions occurred in the second half (Fig. 3B). The number of substitutions in the first half was modeled with the sigmoid function, and that in the second half was modeled with the double Gaussian function (Fig. 3C). The number of substitutions in the first half was not large but gradually increased. Surprisingly, we found two peaks of substitution in the second half, one at approximately 62 min and the other at approximately 79 min (Fig. 3D). This may suggest that crucial moments in the game are tied to these substitutions.

Fig. 3.

Fig. 3

Substitution time, trend, slope, and model establishment in football matches. (A) Top: scatter plot of the substitution timing in 300 samples. Middle: the histogram of the top panel. Bottom: histogram of the substitutions in 90 min in 10,754 samples. (B) Average substitutions in a 90-min match in 10, 100, 200, 1000 and 10,754 samples. (C) Descriptive models to fit the data in the first and second halves. (D) Top: histogram of the first peak time in the first half. Bottom: histogram of the second peak time in the second half.

3.3. Yellow cards in football games and their characteristics

The average distribution of the number of yellow cards in a 90-min football game is shown in Fig. 4A. It is clear that the number of yellow cards increased in both the first and second halves (Fig. 4B), which was fitted with a linear model (Fig. 4C). The increase in yellow cards varies with time, potentially reflecting players’ moods and deformation as endurance decreases. Surprisingly, we observed a significant decrease in the number of yellow cards in the 47th minute compared to the 46th minute. The 46th minute is the first minute of the second half and comes after a 15 min break. Athletes maintain an elevated level of intensity until the 47th minute (Fig. 4D). In the 47th minute, the yellow card counts resets, and a positive slope is observed, and notably, the slope in the first half is much higher than the second half (Fig. 4E).

Fig. 4.

Fig. 4

Yellow cards, trend, slope, and model establishment in football matches. (A) Top: scatter plot of the yellow cards timing in 300 samples. Middle: the histogram of the top panel. Bottom: histogram of the yellow cards in 90 min in 10,754 samples. (B) Average yellow cards in a 90-min match in 10, 100, 200, 1000 and 10,754 samples. (C) Descriptive models to fit the data in the first and second halves. (D) Bar graph of the total number of yellow cards in 45th, 46th, and 47th minutes and its comparison. (E) Top: histogram of the slope of the linear model in the first half. Bottom: histogram of the slopes of the linear model in the second half. (For interpretation of the references to colour in this figure legend, the reader is referred to the Web version of this article.)

3.4. The mutual influence among the timing of goals, substitutions, and yellow cards

We filtered the data to remove the tendency term of the original data (Fig. 5A) so that we would see a fluctuation of the match elements (Fig. 5B). Some in-phase and anti-phase relationships in goals, substitutions and yellow cards were found in Fig. 5B. To determine the interactions between the timing of goals, substitutions, and yellow cards (Fig. 5C–F), we used the X-trigger Y way starting from the Zth minute for analysis (see Methods section for details). Twenty time-points with intervals of 5 min are shown in Fig. 5C–F. Four types of X-trigger Y are considered: goal-trigger substitution (Fig. 5C), goal-trigger yellow card (Fig. 5D), substitution-trigger goal (Fig. 5E), and yellow card-trigger goal (Fig. 5F). We found that the impact of goals on substitutions is mainly observed in the second half, but not in the first half (Fig. 5C). The impact of goals on yellow cards was significant in both the first and second halves (Fig. 5D). The impact of substitutions on goals is mainly in the second half (Fig. 5E). We also found that yellow cards have an impact on goals in both the first and second halves (Fig. 5F).

Fig. 5.

Fig. 5

The interactions of key time points among goals, substitutions, and yellow cards in football matches. (A) Average goals, substitutions, and yellow cards in the 90-min game. (B) The filtered data of Panel A to show the fluctuation. (C) Goal-trigger substitution starting from the 5th, 10th, 15th, 20th, 25th, 30th, 35th, 40th, 50th, 55th, 60th, 65th, 70th, 75th, 80th and 85th minutes. (D) Goal-trigger yellow cards starting from the 5th, 10th, 15th, 20th, 25th, 30th, 35th, 40th, 50th, 55th, 60th, 65th, 70th, 75th, 80th and 85th minutes. (E) Substitution -trigger goals starting from the 5th, 10th, 15th, 20th, 25th, 30th, 35th, 40th, 50th, 55th, 60th, 65th, 70th, 75th, 80th and 85th minutes. (F) Yellow card-trigger goals starting from the 5th, 10th, 15th, 20th, 25th, 30th, 35th, 40th, 50th, 55th, 60th, 65th, 70th, 75th, 80th and 85th minutes. (For interpretation of the references to colour in this figure legend, the reader is referred to the Web version of this article.)

4. Discussion

4.1. Principal findings

This investigation aimed to demonstrate the temporal dynamics of goals, substitutions, and yellow cards within the regulation time of football matches, by employing mathematical models. These methods, when viewed independently, are not novel; however, this is their first application in this field. Quantitative analysis of these models yielded practical indicators for comparing the first and second halves of football games. Furthermore, by comparing the relationships between goals, substitutions, and yellow cards, we discovered dynamic changes in their relationships at different times. These new findings deepen our understanding of football matches and provide guidance for coaches in actual matches [28]. The introduction of quantitative methods in this field provides us with new insights into understanding general trends of contemporary football matches. Our findings not only contribute to the understanding of football at the highest levels, but also serve as a benchmark for countries with lower ranked leagues globally, fostering improvements in the sport worldwide.

4.2. Comparison with prior work

To our knowledge, this is the first time multiple mathematical models have been applied to describe various aspects in a football game, such as goals, substitutions, and yellow cards. The models were also used in previous biological or medical field [[29], [30], [31], [32], [33], [34], [35]]. Many sports studies on football matches have used quantitative methods to determine patterns within a game [36]. These previous studies have focused on other indicators, such as possession rate [[39], [40], [41]], player spatial trajectory [[42], [43], [44]], home advantage [[45], [46], [47], [48], [49]], and red cards [19], however, these studies did not explore the interaction of different events during a game. Our original intention in modeling is to search for some distinct features [37]and potential patterns in a seemly random context [38]. We mainly explore the relationship between goals, substitutions, fouls, and yellow cards. Analyzing past game information should have more guiding significance for guiding future tactics [24,25]. This study contributes to the expanding body of knowledge by introducing a novel perspective through mathematical modeling in the domain of football match analysis.

Our investigation illustrates the probability density curve of goals, a very important aspect of football matches [50,51]. A more accurate understanding of the timing of goals can help players stay vigilant. Through the description of goal information (Fig. 1C), we found that in the first half, players enter the game very quickly (approximately within 1 min, Fig. 1E). Therefore, the key implication for players is that a prompt entry into the game is essential, as a delay may increase the likelihood of the opposing team scoring quickly. After approximately 5 min, it enters a relatively slow upward phase, leading to the halftime break. We find that the number of goals scored is significantly higher in the second half compared to the first half (Fig. 1D), indicating a decrease in the attention and physical stamina of players, potentially resulting in a weakened defense that gives the opponent a greater chance of scoring. At the same time, we should also note that the slope of goals in the second half is negative, indicating that the probability of scoring gradually decreases over time until injuries occur. This which may be due to physical fatigue, leading to a decrease in the number of goals scored.

In terms of substitutions [[52], [53], [54]], understanding the general rules of substitution time can help us roughly understand the general physical fitness of players on the field and the rules of replacement timing [12,28,55]. Substitutions are natural in a physically demanding game and the state of players’ physical state, such as endurance and exhaustion, is reflected in the timing in which substitutions are carried out. Therefore, it is a normal phenomenon for more substitutions occur in the second half, when players are increasingly depleted. The most notable, and surprising, result was the identification of two peak substitution periods in the second half (Fig. 2C), occurring at the 62nd and 79th minute marks approximately. The timing of these two substitutions also indicates a possible two-wave decline in players' stamina.

The issuance of a yellow card in a competition often alters the course of the game [56,57]. In terms of yellow cards, sometimes fouls are influenced by factors related to whether it is a home or away game [46]. Nevertheless our assumptions are that the referee remains objective and fair throughout the game, however, a large amount of data is needed to compensate for any bias [58]. From our result, we found that the number of yellow cards increased with the progression of game time, both in the first and second halves (Fig. 3C), and the rate of increase in the first half was significantly faster than in the second half. However, the total number of yellow cards in the second halve was higher than in the first half, indicating that in the second half, players may be less physically agile, resulting in more fouls. It is worth noting that the number of yellow cards in the first minute of the second half was very high, but this number sharply decreased 1 min later. This early second-half foul trend deserves attention from coaches.

Exploring the relationship between different components in football matches [59,60], such as goals, substitutions, yellow cards, etc., is crucial for understanding current football matches. However, previous research is insufficient. In the analysis of the relationship between goals, substitutions, and yellow cards, we found that substitutions caused by goals mainly occurred in the second half, while yellow cards caused by goals was comparable in the first and second halves. One potential reason for this is that in the first half, conceding a goal is often not a reason to switch players immediately, while a yellow card may be due to excitement after scoring or the negative emotions of losing the ball which lead to excessive movement in both the first and second halves. Goals caused by a substitution also occur in the second half, when the coach may switch out players to change the situation on the field and increase team stamina, which often works. The goals caused by yellow cards also appeared in the first and second halves, indicating that the fouls caused by this emotional change are also likely to benefit the opponent, especially for some set pieces with good positions. Goals, substitutions, and yellow cards complement each other in a football game. Once a goal is scored, substitutions and yellow cards are enacted soon after. This may be due to strategies adopted by coaches after a goal is scored. In the second half, decisions will be made immediately after the goal is scored, with each closely linked. The leading team will adjust their defensive strategy introducing substitutes after scoring to ensure victory in the game. For the losing team, the reason for substitutions is not only to score again, but also counter the impact of a yellow card, and vice versa. Therefore, in football matches, goals, substitutions, and yellow cards promote and influence each other, and each link has a fundamental implication for the game. Herein, we establish a game model for these three football match factors, divide the football match into important time phases, and provide a reference for football coaches to better guide matches and potentially, ultimately win.

4.3. Limitations

While our analysis primarily focuses on patterns observed in a dataset comprising over 10,000 samples, it is important to acknowledge the inherent unpredictability of real football matches, characterized by sudden, unexpected moments, that may not align with general pattern of our model. This analysis lacks consideration of specific match dynamics, including factors such as the rival team, critical championship moments, table positions, and team characteristics, which can influence match outcomes. Another limitation lies the selective variables in the mathematical model, and we recognize the need for further exploration in future studies.

5. Conclusion

In summary, our study provides a detailed mathematically modeled account of the temporal dynamics of goals, substitutions, and yellow cards throughout the regulation time of football. Combined with the quantitative analysis of these models, we derived practical indicators for comparing the first and second halves of football matches. Moreover, after exploring the relationships between goals, substitutions, and yellow cards, we identified dynamic changes in their interactions, which deepen our understanding of modern football matches.

Contributors

CH, CW, LH conceived and designed the study. CH, RS, LH contributed to the literature search, RS, CH contributed to data collection. CH contributed to the data analysis, and the interpretation of results. All authors contributed to writing the paper.

Data availability statement

The dataset used in this study is publicly available (https://github.com/CleveHan/Soccer).

CRediT authorship contribution statement

Rongkun Sun: Writing – review & editing, Writing – original draft, Formal analysis, Data curation. Changquan Wang: Writing – review & editing, Funding acquisition, Conceptualization. Zhe Qin: Writing – review & editing. Chuanliang Han: Writing – review & editing, Writing – original draft, Visualization, Validation, Supervision, Methodology, Investigation, Funding acquisition, Formal analysis, Data curation, Conceptualization.

Declaration of competing interest

The authors declare that they have no known competing financial interests or personal relationships that could have appeared to influence the work reported in this paper.

Acknowledgements

This study was sponsored by the Humanities and Social Science Fund of Ministry of Education (21YJA890031) , and the fellowship of China Postdoctoral Science Foundation (2022M723299, 2023T160666).

Contributor Information

Changquan Wang, Email: Wangchangquan@vip.163.com.

Chuanliang Han, Email: hanchuanliang2014@163.com.

References

  • 1.Bradley P.S., Lago-Peñas C., Rey E. Evaluation of the match performances of substitution players in elite soccer. Int. J. Sports Physiol. Perform. 2014;9:415–424. doi: 10.1123/IJSPP.2013-0304. [DOI] [PubMed] [Google Scholar]
  • 2.Di Salvo V., Pigozzi F., González-Haro C., Laughlin M.S., De Witt J.K. Match performance comparison in top English soccer leagues. Int. J. Sports Med. 2012;34:526–532. doi: 10.1055/S-0032-1327660. [DOI] [PubMed] [Google Scholar]
  • 3.Mackenzie R., Cushion C. Performance analysis in football: a critical review and implications for future research. J. Sports Sci. 2013;31:639–676. doi: 10.1080/02640414.2012.746720. [DOI] [PubMed] [Google Scholar]
  • 4.Palucci Vieira L.H., Carling C., Barbieri F.A., Aquino R., Santiago P.R.P. Match running performance in young soccer players: a systematic review. Sports Med. 2019;49:289–318. doi: 10.1007/S40279-018-01048-8. [DOI] [PubMed] [Google Scholar]
  • 5.Sarmento H., Clemente F.M., Araújo D., Davids K., McRobert A., Figueiredo A. What performance analysts need to know about research trends in association football (2012-2016): a systematic review. Sports Med. 2018;48:799–836. doi: 10.1007/S40279-017-0836-6. [DOI] [PubMed] [Google Scholar]
  • 6.Li C., Zhao Y. Comparison of goal scoring patterns in “the big five” European football leagues. Front. Psychol. 2021;11 doi: 10.3389/FPSYG.2020.619304. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Mara J.K., Wheeler K.W., Lyons K. Attacking strategies that lead to goal scoring opportunities in high level women's football. Int. J. Sports Sci. Coach. 2012;7:565–577. doi: 10.1260/1747-9541.7.3.565. [DOI] [Google Scholar]
  • 8.Baert S., Amez S. No better moment to score a goal than just before half time? A soccer myth statistically tested. PLoS One. 2018;13 doi: 10.1371/JOURNAL.PONE.0194255. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Zhao Y.Q., Zhang H. Analysis of goals in the English premier league. Int. J. Perform. Anal. Sport. 2019;19:820–831. doi: 10.1080/24748668.2019.1661613. [DOI] [Google Scholar]
  • 10.Alberti G., Iaia F.M., Arcelli E., Cavaggioni L., Rampinini E. Goal scoring patterns in major European soccer leagues. Sport Sci. Health. 2013;9:151–153. doi: 10.1007/S11332-013-0154-9/METRICS. [DOI] [Google Scholar]
  • 11.Silva R.M., Swartz T.B. Analysis of substitution times in soccer. J. Quant. Anal. Sports. 2016;12:113–122. doi: 10.1515/JQAS-2015-0114. [DOI] [Google Scholar]
  • 12.Del Corral J., Barros C.P., Prieto-Rodríguez J. 2007. The Determinants of Soccer Player Substitutions; pp. 160–172. [DOI] [Google Scholar]
  • 13.Castillo-Rodríguez A., González-Téllez J.L., Figueiredo A., Chinchilla-Minguet J.L., Onetti-Onetti W. Starters and non-starters soccer players in competition: is physical performance increased by the substitutions? BMC Sports Sci. Med. Rehabil. 2023;15 doi: 10.1186/S13102-023-00641-3. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Bradley P.S., Lago-Peñas C., Rey E. Evaluation of the match performances of substitution players in elite soccer. Int. J. Sports Physiol. Perform. 2014;9:415–424. doi: 10.1123/IJSPP.2013-0304. [DOI] [PubMed] [Google Scholar]
  • 15.Gomez M.A., Lago-Peñas C., Owen A.L. 2017. The Influence of Substitutions on Elite Soccer Teams' Performance; pp. 553–568. [DOI] [Google Scholar]
  • 16.Myers B.R. A proposed decision rule for the timing of soccer substitutions. J. Quant. Anal. Sports. 2012;8 doi: 10.1515/1559-0410.1349/MACHINEREADABLECITATION/RIS. [DOI] [Google Scholar]
  • 17.Rey E., Lago-Ballesteros J., Padrón-Cabo A. 2017. Timing and Tactical Analysis of Player Substitutions in the UEFA Champions League; pp. 840–850. [DOI] [Google Scholar]
  • 18.Amez S., Neyt B., Van Nuffel F., Baert S. The right man in the right place? Substitutions and goal-scoring in soccer. Psychol. Sport Exerc. 2021;54 doi: 10.1016/J.PSYCHSPORT.2021.101898. [DOI] [Google Scholar]
  • 19.Červený J., van Ours J.C., van Tuijl M.A. Effects of a red card on goal-scoring in World Cup football matches. Empir. Econ. 2018;55:883–903. doi: 10.1007/S00181-017-1287-5/TABLES/7. [DOI] [Google Scholar]
  • 20.Kluger N., Ahava R. Tattoos among professional football players in the 2018-2019 Spanish La Liga season. Ann. Dermatol. Venereol. 2021;148:112–115. doi: 10.1016/J.ANNDER.2020.03.008. [DOI] [PubMed] [Google Scholar]
  • 21.Unkelbach C., Memmert D. Game management, context effects, and calibration: the case of yellow cards in soccer. J. Sport Exerc. Psychol. 2008;30:95–109. doi: 10.1123/JSEP.30.1.95. [DOI] [PubMed] [Google Scholar]
  • 22.Ryynänen J., Dvorak J., Peterson L., Kautiainen H., Karlsson J., Junge A., Börjesson M. Increased risk of injury following red and yellow cards, injuries and goals in FIFA World Cups. Br. J. Sports Med. 2013;47:970–973. doi: 10.1136/BJSPORTS-2013-092487. [DOI] [PubMed] [Google Scholar]
  • 23.Wunderlich F., Seck A., Memmert D. The influence of randomness on goals in football decreases over time. An empirical analysis of randomness involved in goal scoring in the English Premier League. J. Sports Sci. 2021;39:2322–2337. doi: 10.1080/02640414.2021.1930685. [DOI] [PubMed] [Google Scholar]
  • 24.Heuer A., Rubner O. Optimizing the prediction process: from statistical concepts to the case study of soccer. PLoS One. 2014;9 doi: 10.1371/JOURNAL.PONE.0104647. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Heuer A., Rubner O. How does the past of a soccer match influence its future? Concepts and statistical analysis. PLoS One. 2012;7 doi: 10.1371/JOURNAL.PONE.0047678. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Karlis D., Ntzoufras L. Analysis of sports data by using bivariate Poisson models. J. Roy. Stat. Soc.: Ser. D (Statistician) 2003;52:381–393. doi: 10.1111/1467-9884.00366. [DOI] [Google Scholar]
  • 27.Koopman S.J., Lit R. A dynamic bivariate Poisson model for analysing and forecasting match results in the English premier league. J. R. Stat. Soc., Ser. A Stat. Soc. 2015;178:167–186. doi: 10.1111/RSSA.12042. [DOI] [Google Scholar]
  • 28.Forcher L., Forcher L., Jekauc D., Wäsche H., Woll A., Gross T., Altmann S. How coaches can improve their teams' match performance-the influence of in-game changes of tactical formation in professional soccer. Front. Psychol. 2022;13 doi: 10.3389/FPSYG.2022.914915. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29.Han C., Li M., Haihambo N., Babuna P. Mechanisms of recurrent outbreak of COVID-19 : a model- based study. Nonlinear Dynam. 2021;106:1169–1185. doi: 10.1007/s11071-021-06371-w. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Wang B., Han C., Wang T., Dai W., Li Y., Yang Y., Yang G. Superimposed gratings induce diverse response patterns of gamma oscillations in primary visual cortex. Sci. Rep. 2021:1–20. doi: 10.1038/s41598-021-83923-5. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Han C., Wang T., Wu Y., Li Y., Yang Y., Li L., Wang Y., Xing D. The generation and modulation of distinct gamma oscillations with local, horizontal, and feedback connections in the primary visual cortex: a model study on large-scale networks. Neural Plast. 2021;2021 doi: 10.1155/2021/8874516. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Han C., Wang T., Yang Y., Wu Y., Li Y., Dai W., Zhang Y., Wang B., Yang G., Cao Z., Kang J., Wang G., Li L., Yu H., Yeh C.I., Xing D. Multiple gamma rhythms carry distinct spatial frequency information in primary visual cortex. PLoS Biol. 2021;19 doi: 10.1371/JOURNAL.PBIO.3001466. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33.Han C., Wang B., Yang G., Dai W., Yang Y., Wang T., Li Y., Yeh C.-I., Xing D. Neural mechanism of orientation selectivity for distinct gamma oscillations in cat V1. J. Vis. 2020;20:1116. doi: 10.1167/jov.20.11.1116. [DOI] [Google Scholar]
  • 34.Han C., Li M., Haihambo N., Cao Y., Zhao X. Enlightenment on oscillatory properties of 23 class B notifiable infectious diseases in the mainland of China from 2004 to 2020. PLoS One. 2021;16 doi: 10.1371/journal.pone.0252803. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 35.Zhao X., Li M., Haihambo N., Jin J., Zeng Y., Qiu J., Guo M., Zhu Y., Li Z., Liu J., Teng J., Li S., Zhao Y., Cao Y., Wang X., Li Y., Gao M., Feng X., Han C. Changes in temporal properties for epidemics of notifiable infectious diseases in China during the COVID-19 epidemic: population-based surveillance study. JMIR Public Health Surveill. 2022;8:1–12. doi: 10.2196/35343. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.Pappalardo L., Cintia P., Rossi A., Massucco E., Ferragina P., Pedreschi D., Giannotti F. A public data set of spatio-temporal match events in soccer competitions. Sci. Data. 2019;6 doi: 10.1038/S41597-019-0247-7. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37.Gonçalves B., Coutinho D., Exel J., Travassos B., Lago C., Sampaio J. Extracting spatial-temporal features that describe a team match demands when considering the effects of the quality of opposition in elite football. PLoS One. 2019;14 doi: 10.1371/JOURNAL.PONE.0221368. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38.Chacoma A., Almeira N., Perotti J.I., Billoni O.V. Stochastic model for football's collective dynamics. Phys. Rev. E. 2021;104 doi: 10.1103/PHYSREVE.104.024110. [DOI] [PubMed] [Google Scholar]
  • 39.Chacoma A., Almeira N., Perotti J.I., Billoni O.V. Modeling ball possession dynamics in the game of football. Phys. Rev. E. 2020;102 doi: 10.1103/PHYSREVE.102.042120. [DOI] [PubMed] [Google Scholar]
  • 40.Collet C. The possession game? A comparative analysis of ball retention and team success in European and international football, 2007–2010. J. Sports Sci. 2013;31:123–136. doi: 10.1080/02640414.2012.727455. [DOI] [PubMed] [Google Scholar]
  • 41.Forcher L., Forcher L., Wäsche H., Jekauc D., Woll A., Gross T., Altmann S. Is ball-possession style more physically demanding than counter-attacking? The influence of playing style on match performance in professional soccer. Front. Psychol. 2023;14 doi: 10.3389/FPSYG.2023.1197039. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 42.Ric A., Torrents C., Gonçalves B., Torres-Ronda L., Sampaio J., Hristovski R. Dynamics of tactical behaviour in association football when manipulating players' space of interaction. PLoS One. 2017;12 doi: 10.1371/JOURNAL.PONE.0180773. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 43.Biermann H., Komitova R., Raabe D., Müller-Budack E., Ewerth R., Memmert D. Synchronization of passes in event and spatiotemporal soccer data. Sci. Rep. 2023;13(1):1–19. doi: 10.1038/s41598-023-39616-2. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 44.Lago C. The influence of match location, quality of opposition, and match status on possession strategies in professional association football. J. Sports Sci. 2009;27:1463–1469. doi: 10.1080/02640410903131681. [DOI] [PubMed] [Google Scholar]
  • 45.Peeters T., van Ours J.C. Seasonal home advantage in English professional football; 1974–2018. Economist. 2021;169:107–126. doi: 10.1007/S10645-020-09372-Z/TABLES/4. [DOI] [Google Scholar]
  • 46.Boyko R.H., Boyko A.R., Boyko M.G. Referee bias contributes to home advantage in English Premiership football. J. Sports Sci. 2007;25:1185–1194. doi: 10.1080/02640410601038576. [DOI] [PubMed] [Google Scholar]
  • 47.Lago-Peñas C., Gómez-Ruano M., Megías-Navarro D., Pollard R. 2017. Home Advantage in Football: Examining the Effect of Scoring First on Match Outcome in the Five Major European Leagues; pp. 411–421. [DOI] [Google Scholar]
  • 48.Han B., Yang L., Pan P., García-de-Alcaraz A., Yang C., Liu T. The influence of removing home advantage on the Chinese Football Super League. BMC Sports Sci. Med. Rehabil. 2022;14:208. doi: 10.1186/s13102-022-00604-0. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 49.Marcelino R., Mesquita I., Palao J.M., Sampaio J. Home advantage in high-level volleyball varies according to set number. J. Sports Sci. Med. 2009;8:352–356. [PMC free article] [PubMed] [Google Scholar]
  • 50.Sarmento H., Bradley P., Anguera M.T., Polido T., Resende R., Campaniço J. Quantifying the offensive sequences that result in goals in elite futsal matches. J. Sports Sci. 2016;34:621–629. doi: 10.1080/02640414.2015.1066024. [DOI] [PubMed] [Google Scholar]
  • 51.Peña-González I., Maggiolo J.F., Javaloyes A., Moya-Ramón M. Analysis of scored goals in the cerebral palsy football World Cup. J. Sports Sci. 2022;40:2509–2516. doi: 10.1080/02640414.2023.2167257. [DOI] [PubMed] [Google Scholar]
  • 52.García-Aliaga A., Martín-Castellanos A., Marquina Nieto M., Muriarte Solana D., Resta R., López del Campo R., Mon-López D., Refoyo I. Effect of increasing the number of substitutions on physical performance during periods of congested fixtures in football. Sports. 2023;11 doi: 10.3390/SPORTS11020025. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 53.Sydney M.G., Wollin M., Chapman D., Ball N., Mara J.K. Substitute running outputs in elite youth male soccer players: less peak but greater relative running outputs. Biol. Sport. 2023;40:241–248. doi: 10.5114/BIOLSPORT.2023.112969. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 54.Mota G.R., Dos Santos I.A., Arriel R.A., Marocolo M. Is it high time to increase elite soccer substitutions permanently? Int. J. Environ. Res. Publ. Health. 2020;17:1–13. doi: 10.3390/IJERPH17197008. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 55.Sydney M.G., Wollin M., Chapman D., Ball N., Mara J.K. Substitute running outputs in elite youth male soccer players: less peak but greater relative running outputs. Biol. Sport. 2023;40:241–248. doi: 10.5114/BIOLSPORT.2023.112969. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 56.Ryynänen J., Dvorak J., Peterson L., Kautiainen H., Karlsson J., Junge A., Börjesson M. Increased risk of injury following red and yellow cards, injuries and goals in FIFA World Cups. Br. J. Sports Med. 2013;47:970–973. doi: 10.1136/BJSPORTS-2013-092487. [DOI] [PubMed] [Google Scholar]
  • 57.Sapp R.M., Spangenburg E.E., Hagberg J.M. Trends in aggressive play and refereeing among the top five European soccer leagues. J. Sports Sci. 2018;36:1346–1354. doi: 10.1080/02640414.2017.1377911. [DOI] [PubMed] [Google Scholar]
  • 58.Buraimo B., Forrest D., Simmons R. The 12th man?: refereeing bias in English and German soccer. J. R. Stat. Soc. Ser., A Stat. Soc. 2010;173:431–449. doi: 10.1111/J.1467-985X.2009.00604.X. [DOI] [Google Scholar]
  • 59.Badiella L., Puig P., Lago-Peñas C., Casals M. Influence of Red and Yellow cards on team performance in elite soccer. Ann. Oper. Res. 2023;325:149–165. doi: 10.1007/S10479-022-04733-0/FIGURES/4. [DOI] [Google Scholar]
  • 60.Orbay Çobanoğlu H. Futbolda durumluk kaygi: futbol müsabakalarinda görülen sari kartin, sonuca ve yenilen gole etkisinin incelenmesi. J. Acad. Soc. Sci. 2015;9:547. doi: 10.16992/ASOS.503. 547. [DOI] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Data Availability Statement

The dataset used in this study is publicly available (https://github.com/CleveHan/Soccer).


Articles from Heliyon are provided here courtesy of Elsevier

RESOURCES