Abstract
This paper introduces a mathematical framework for determining second surge behavior of COVID-19 cases in the United States. Within this framework, a flexible algorithmic approach selects a set of turning points for each state, computes distances between them, and determines whether each state is in (or over) a first or second surge. Then, appropriate distances between normalized time series are used to further analyze the relationships between case trajectories on a month-by-month basis. Our algorithm shows that 31 states are experiencing second surges, while four of the 10 largest states are still in their first surge, with case counts that have never decreased. This analysis can aid in highlighting the most and least successful state responses to COVID-19.
The United States U.S. has been severely impacted by COVID-19 and leads the world in both cases and death counts.1 Individual states have largely determined their own response to the pandemic,2 seeking to protect citizens’ lives while mitigating economic consequences. Following lockdowns and business closures in March and April, all 50 states reduced their restrictions.3 Since then, the U.S. has experienced a severe rise in new cases, with a public debate on whether or not to term this a “second surge.”4,5 A careful identification of most and least successful states is, therefore, of great relevance to a response to the ongoing threat of COVID-19. This paper has two goals: to develop a mathematical framework that defines a second surge and identifies the states that are experiencing one and to compare the trajectories of new case counts as a means of determining effective pandemic responses.
I. INTRODUCTION
Understanding the trajectory of COVID-19 case counts assists governments in responding to the impact of the pandemic. Given the highly infectious nature of the disease, an increasing number of new daily cases may overwhelm the healthcare system and prompt further restrictions on businesses and social gatherings. Conversely, a decreasing number of new cases is a good sign but should be carefully monitored. Thus, the turning points in the new case counts are crucial to identify. Given the randomness of human behavior, however, turning points are difficult to predict and predictive modeling of COVID-19 requires frequent observation of real-time data. This paper focuses on a retrospective analysis of case trajectories in different U.S. states to determine which public policy responses were most and least effective. While we focus on the U.S., our methodology may be applied more broadly to understand the impact of public policies on countries with similar federative structures such as Brazil and India. These three countries have the highest COVID-19 case counts in the world,1 with government responses differing between states and yielding differing results.6,7
For this goal, we use existing and new techniques from time series analysis. Time series analysis has been widely applied to epidemiology,8,9 including COVID-19.10–12 Existing methods of time series analysis are diverse, including power-law models13 and nonparametric methods such as distance analysis,14 distance correlation,15–17 and network models.18 In this paper, we aim to develop a new mathematical framework of identification and comparison of turning points of time series to study the spread of COVID-19 in the U.S. Such turning points classify the behavior of states’ trajectories throughout the pandemic as being in (or over) their first surge or second surge.
In addition to the aforementioned state-by-state determination of turning points, this paper uses a new application of semi-metrics to measure distance between the states’ behaviors and performs clustering based on this. The paper implements hierarchical clustering,19,20 which has previously been used in various epidemiological applications. These include inflammatory diseases,21 airborne diseases,22 Alzheimer’s disease,23 Ebola,24 SARS,25 and COVID-19.11
The paper is structured as follows: in each of Secs. II and III, we introduce portions of our methodology and then present our results. Section II describes our framework for identifying turning points, determining which states are in a second surge, and clustering based on similar behavior. Section III analyzes the trajectories of COVID-19 counts in each state on a month-by-month basis. Section IV summarizes the results and new findings regarding the spread of COVID-19 in the United States. In Appendix A, we briefly apply our analysis to the Brazilian states to demonstrate the generality of our method.
II. SECOND SURGE ANALYSIS
In this section, we develop a mathematical framework and procedure to determine whether a state has experienced a second surge. Through the careful selection of turning points, we formulate a definition applicable to an individual time series and develop a method for comparing differing surge behaviors among a collection of time series.
A. Second surge methodology: Determination of turning points
Let be a collection of real-valued time series over a common time interval . In this paper, the analyzed time series are the daily counts of new cases in the 50 U.S. states and the District of Columbia (D.C.), ordered alphabetically, . Our data span from 01/21/2020 to 07/31/2020, a period of days across regions.
There are several irregular features in the dataset, including lower case counts on the weekends, some negative daily counts due to adjustments of previous figures, and general noise. In addition, there are small disparities between different data sources. In order to isolate the signal in a dataset and between different datasets, we first apply a Savitzky–Golay filter26 to the counts to produce a collection of smoothed time series , This combines a moving average calculation with polynomial smoothing. Through its moving average computations, it largely eliminates all negative counts, except when there are very few cases. In these instances, we replace any negative smoothed count with a zero. For the remainder of the paper, we analyze these smoothed cases . Due to the smoothing process, are not necessarily integers but are all non-negative.
Our identification of turning points and second surge behavior of a smoothed time series proceeds in two steps. First, we identify a sequence of potential local maxima or peaks, and local minima or troughs. Second, we appropriately refine this sequence according to chosen conditions. The final sets and of peaks and troughs, respectively, determine whether the time series is said to be in (or over) its first or second surge. It will be essential that and are non-empty.
For the first step, the basic idea is to designate a time a peak or trough, respectively, if
(1) |
(2) |
for a parameter , the length over which we look. In this paper, we select to account for the 14-day incubation period of the virus27 and reduced testing on weekends. These naïve definitions of (1) and (2) have two flaws: first, equal values of may determine consecutive values of as peaks or troughs when only one should be counted. More subtly, it is possible that two troughs may be detected at two points that are far apart, with no peak between them, when the time series has been largely monotonic between the two. For example, in Fig. 1(a), troughs are naïvely detected at and , corresponding to the start of the time series and 05/26/2020, respectively. What follows is a method to exclude the latter.
We implement variants of (1) and (2) by sequentially examining the values of . The first peak or trough is assigned at the first value of such that (1) or (2) holds, respectively. For each U.S. state, this is an initial trough at corresponding to zero cases there after smoothing. Having determined a peak at , we search in the period for one of two elements: if we find a trough at according to (2), we add it to the set of troughs and proceed from as normal. If we find a peak at according to (1) such that , we ignore this lesser peak as redundant; if we find a peak at according to (1) such that , we remove peak and replace it with and continue from there. An analogous process applies from a trough at . With this process, we generate an alternating sequence of troughs and peaks, starting with a trough at . Every time series is assigned at least one peak and trough at its global maximum and minimum, respectively. If the global maximum is not unique, a peak is assigned at the first maximum. This concludes the first step.
So far, every time series in our collection is assigned an alternating sequence of peaks and troughs beginning with a trough at . One could naïvely define a state as being in its second surge if its sequence so far is TPTP. However, some detected peaks and troughs are immaterial and should be excluded. We describe a flexible approach to excluding trivial peaks or troughs, in which we apply two conditions to do so.
Let be two peaks, necessarily separated by a trough. We select a parameter and if the peak ratio, defined as , we remove the peak . If two consecutive troughs remain, we remove if , otherwise remove . That is, if the second peak has size less than of the first peak, we remove it, deciding not to term it a second surge.
Finally, we define the log-gradient between times as
(3) |
The numerator coincides with and is a more appropriate substitution for the “rate of increase” given by . Indeed, a “rate of increase” is asymmetrically bounded between , while the logarithmic rate is bounded between . The function measures the average rate of logarithmic increase over the period . Now, let be an adjacent peak and trough. We select a parameter , if
(4) |
that is, the average logarithmic increase or decrease is well-defined and less than 1%, we remove both and from our sets of peaks and troughs. For example, this step removes a peak and trough from Fig. 1(b), where the local maximum at 04/17/2020 is immaterial. This condition always preserves the trough at , where and the peak at the global maximum. This concludes the selection of and
To quantify distance between time series’ turning points, we apply the semi-metrics of Ref. 28 (with ). Given two non-empty finite sets , this is defined as
(5) |
where is the minimal distance from to the set . The values are symmetric, non-negative, and zero if and only if Then, we define the surge behavior matrix between turning point sets by
(6) |
Then, if and only if time series and have equal sets of peaks and troughs, hence identical surge behavior. These procedures are presented in an algorithmic format in Appendix B.
B. Second surge analysis results
Our methodology assigns one of four possible sequence types to each state. Thirteen states, including Georgia, California, Texas, and North Carolina [Figs. 1(b), 1(c), 1(d), and 1(e), respectively] are assigned the sequence TP (that is, one trough, then one peak) and deemed to be in their first surge. All 13 of these have their unique peak and global maximum on the final day and form a cluster of identical similarity in Fig. 2, where we implement hierarchical clustering on . Identical results are obtained with any value , so we select . That is, we exclude any second surge that is less than a fifth of the first. Then, 31 states plus D.C. are assigned TPTP—we deem these to be in their second surge. The three largest of these second surge states are Florida, Pennsylvania, and Ohio, displayed in Figs. 1(f), 1(g), and 1(h), respectively. Of these, all but Florida and South Carolina have a peak on the final day, with 19 exhibiting their global max on that day. These second surge states form the majority cluster in Fig. 2. Four states are assigned the sequence TPT of which New York and New Jersey [1(i) and 1(j)] have a local max removed due to a peak ratio of less than 0.2. Their curves have been flattened, and the first surge is completely over. Arizona [1(k)] and Utah are also assigned TPT, with their latter trough on the final day, indicating they are still coming down from a first surge. Finally, Maine [1(l)] and Vermont are assigned the sequence TPTPT. For Maine, this final trough is at the end of the period, indicating it is still coming down from its second surge, while Vermont’s final trough is before the end, indicating it has flattened the curve on its second surge. Hierarchical clustering on distinguishes all these behaviors into separate clusters.
III. DYNAMIC TRAJECTORY MODELING
In this section, we further analyze the new case counts in the 50 states and D.C., examining the trajectories of smoothed case counts on a month-by-month basis. Restricting these smoothed counts to a particular month gives a sequence , where is the number of days in that month and .
Let be the norm of the vector . As all are non-negative, this counts the total number of new cases (up to smoothing) observed in a month and is non-zero for every state and month after March. Thus, we may define . The vectors reflect relative changes of new case counts within a month. For example, a state whose new cases in a month differ between 1000 and 1100 will present a relatively flat normalized trajectory; whereas a state whose new cases in a month rise from 0 to 100 will present a more steeply increasing normalized trajectory, as a reflection of the relative change. We define trajectory distance matrices that measure distance between normalized trajectories. This distance differs from the frequently used distance correlation,10,15–17 which is a more suitable measure between cumulative cases. First, distance correlation is equal to 1 when two sequences have the greatest possible similarity, whereas the distance between two identical sequences is 0. Secondly, whereas sequences and have distance correlation equal to 1, they have significantly different normalized trajectory distance, heralding the fact that one sequence is increasing while the other is decreasing. Specifically, if and only if for some , while two sequences have distance correlation 1 if and only if for constants . That is, distance correlation does not distinguish between positive and negative gradients.
In Figs. 3(a)–3(d), respectively, we implement hierarchical clustering on these matrices for the months of April, May, June, and July. There is consistent similarity in the dendrogram structure: every figure has three clusters, two small clusters, and one majority cluster that contains several subclusters of high internal similarity. The two small clusters generally consist of states that are experiencing steeply increasing or decreasing trajectories, while the larger cluster exhibits more heterogeneity. We describe the common features of the dendrograms in Table I. There, we also include the Frobenius norm of each distance matrix. For an matrix , this is defined as and quantifies the total spread of all distances in a month.
TABLE I.
Trajectory distance matrices | |||
---|---|---|---|
Month | Clusters | Cluster sizes | Frobenius norm |
April | 3 | {4,6,41} | 15.34 |
May | 3 | {2,2,44} | 15.97 |
June | 3 | {3,14,34} | 18.35 |
July | 3 | {3,4,44} | 8.67 |
Three states are excluded in May due to low counts.
In April, hierarchical clustering determines the existence of three clusters of U.S. states, displayed in Fig. 3(a). The first contains Alaska, Hawaii, Idaho, Louisiana, Montana, and Vermont, all of which have declining new case trajectories. Idaho, seen in Fig. 4(a), displays behavior typical of the cluster, experiencing a peak in early April and steadily decreasing for the remainder of the month. The second cluster consists of Iowa, Kansas, Minnesota, and Nebraska, all of which have steep increases in new case counts. Iowa and Minnesota are depicted in Figs. 4(b) and 4(c), respectively. The final cluster contains all 41 remaining states and two subclusters of high self-similarity. The first subcluster contains states whose trajectories are concave down with a local peak in April. Georgia, Pennsylvania, and Connecticut depicted in Figs. 1(b), 1(g), and 4(d), respectively, are typical of this subcluster. The second subcluster consists of states with moderately increasing trajectories, such as Mississippi and Arizona, depicted in Figs. 1(a) and 1(k), respectively.
In May, we exclude Alaska, Hawaii, and Montana from the dendrogram [Fig. 3(b)], as their smoothed trajectories mostly consist of zeroes and very low counts. Again, three clusters are observed: the first and most anomalous cluster contains only New York and New Jersey, whose trajectories are significantly decreasing, as seen in Figs. 1(i) and 1(j), respectively. The second cluster contains Arkansas [Fig. 4(e)] and Vermont; their trajectories are relatively flat at the start of May, with an uptick in the second half. All other states are contained in the final cluster, with several observable subclusters. One notable subcluster contains northeastern states Connecticut, Delaware, Massachusetts, Pennsylvania, Rhode Island, and D.C. All these states’ trajectories are steadily decreasing during May, as seen in Figs. 4(d) and 4(f) for Connecticut and Massachusetts, respectively. By contrast, another subcluster, containing North Carolina and Arizona [Figs. 1(e) and 1(k), respectively], is characterized by moderate and consistent increase in May.
In June, three clusters are again observed in Fig. 3(c). The first consists of Florida, Idaho and Montana, which display significantly increasing new cases. Figures 1(f) and 4(a) show that Florida and Idaho, respectively, experienced high growth from the beginning of June, after a prior month of moderate decrease and flat cases, respectively. In the second cluster, we again observe almost all Northeastern states, including Connecticut [4(d)], D.C., Maine [1(l)], Maryland, Massachusetts [4(f)], New Hampshire, New Jersey [1(j)], New York [1(i)], Rhode Island and Virginia. These experienced decreasing trajectories in June from an earlier peak in April. The final cluster is characterized by states with increasing trajectories. A notable subcluster that contains Mississippi, Ohio, Arkansas and others, exhibits considerable similarity in linearly increasing trajectories in June, seen in Figs. 1(a), 1(h), and 4(e), respectively.
For July [3(d)], the first of three clusters contains Arizona, Utah, Maine and Vermont. Arizona [1(k)] and Utah are experiencing decreases from their first surges, and Maine [1(l)] and Vermont from their second. The second cluster consists of Connecticut [4(d)], Hawaii and Massachusetts [4(f)], all of which exhibit growth in new cases from the beginning to end of July. The states within the final cluster almost all experienced a consistent increase in July, with more nuanced separation of trajectories occurring within the subclusters. For example, one subcluster contains California, Texas, and Florida, displayed in Figs. 4(c), 4(d), and 4(f), respectively, all of which experience a rapid increase in early July that begins to level off toward the end of July. Even New York and New Jersey experience slight increases in their cases in July, although with much lower absolute counts. Another subcluster contains Georgia, Pennsylvania and Ohio, [1(b), 1(g), 1(h), respectively], which all experience approximately linear growth in new cases. As seen in Table I, the reduced Frobenius norm for the month of July reflects less spread in the matrix as a whole, due to the large number of states with similarly increasing trajectories.
IV. CONCLUSION
In this paper, we propose a new method for analyzing turning points and trajectories among a collection of time series. Our mathematical framework defines the characteristics of a state experiencing (or over) a second surge in COVID-19 cases. The use of semi-metrics between sets of turning points clusters states according to their differing surge behaviors and provides immediate and visible insight into the behavior of the time series collection as a whole.
This classification of behaviors is then accompanied by a close examination of the trajectories on a month-by-month basis. Here, we separate and cluster trajectories according to the relative rates of increase or decrease of new case counts. Our methodology is flexible: different smoothing techniques, metrics between data, (semi-)metrics between sets, parameters in the algorithmic framework, and clustering methods can be used to study collections of time series and identify differing surge behavior in greater generality than this application. We demonstrate this with a brief application to the Brazilian federative units in Appendix A.
Clustering the states’ trajectories on a month-by-month basis reveals consistent similarity in the cluster structure: there are always three clusters, that is, one majority cluster and two smaller clusters. The stable cluster structure over time allows one to easily observe changes in the cluster membership of individual states and determine the time frame under which new case counts in different states changed direction. For example, in May, New York and New Jersey move into a separate cluster characterized by sharply falling numbers of new cases as they introduced mask mandates.29
Our analysis provides insights into the evolution of COVID-19 in the United States. While previous papers have studied counts of different countries over shorter time windows,10,11 this paper studies the U.S. on a state-by-state basis over seven months. Within our framework, we determine that 31 states plus D.C. are experiencing second surges, of which 21 are more severe than the first surge. Thirteen states, including four of the 10 largest, are still in their first surge, with new case counts that have never materially decreased. Only two states are completely over and two partially over their first surge with no second surge as of yet. Just two states are over their second. As of the end of July, all other state counts are increasing and 32 exhibited their greatest case counts (after smoothing) on the final day of analysis. All these features are visible in Fig. 2, where five (sub)clusters correspond to these five possible surge behaviors.
The similarities in Fig. 2 can help identify common characteristics of the states that have most and least successfully managed COVID-19. New York and New Jersey, like many of the Northeastern states, experienced peaks in new COVID-19 cases in early April. Unlike other Northeastern states, these two reduced their new cases substantially and have avoided a second surge. Massachusetts and Delaware have experienced small second surges in July, 28.5% and 55.7% of their first peak, respectively.
By contrast, California, Texas, Florida, and Georgia are the four states that managed the growth of new COVID-19 cases poorly: their case counts are the highest in the nation. California and Texas limited restrictions despite cases that never stopped increasing and then reinstated them amid record counts.30–32 With cases per capita greater than California and Texas, Georgia remains in its first surge, having overturned local mask mandates in July.33 After an early first surge, Florida reduced restrictions and has since experienced a long and steep second surge, including the highest single day counts of any state.34 Figures 3(c) and 3(d) place these states in poorly performing clusters, while Fig. 2 shows the long second surge of Florida and the continuous first surges of California, Texas, and Georgia.
Overall, this paper introduces a new method for analyzing second surge behavior in a collection of time series and provides new insights into the spread of COVID-19 in the U.S. Early in 2020, many states believed that COVID-19 would resolve quickly. Few predicted that Florida’s second surge, for example, would be so much more severe than its first. Nonetheless, this is a highly infectious virus, and even countries that reported zero counts have since observed recurrences.35 As further surges jeopardize both citizen safety and economic recovery, individual states must closely observe the trajectory of their cases and react swiftly to minimize the potential for increasing case counts. We predict that many state governments will learn their lesson from the second surge and be cautious in observing new case counts. Vigilance going forward is necessary, and we hope states learn this in their response.
ACKNOWLEDGMENTS
The authors thank Kerry Chen and Orri Ganel for helpful comments and edits.
APPENDIX A: COVID-19 IN BRAZIL
In this brief section, we demonstrate the generality of our method by applying it to the 27 federative units of Brazil. Our data span from 02/25/2020 to 07/31/2020, a period of 158 days. In Fig. 5, we implement hierarchical clustering on the turning point matrix defined in Sec. II. In contrast with the U.S., we determine that a majority of 14 states plus the federal district are in their first surge, with new case counts that have never materially decreased. Just three states are in their second surge—Ceará, Pernambuco, and Rio de Janeiro, while nine states are decreasing from their first surge. Unlike U.S. states such as Florida, the second surges are moderate and are of comparable severity to their first surges. Like the U.S., we notice significant similarity based on geography. Of the nine states
Algorithm 1.
Given: a time series |
Form a smoothed time series: = Savitzky--Golay; |
Data preprocessing: if ; |
Initialize: state =, Current TP = 1, PeakSet = empty, |
TroughSet = ; |
While Current TP do |
Set = Current TP; Flag = false; |
for to do |
if state = TroughState and satisfies (1) and then |
state = PeakState; |
Append to PeakSet; |
Current TP = ; Flag = true; |
Break for |
else if state = TroughState and satisfies (2) and |
then |
Append to TroughSet; |
Remove from TroughSet; |
Current TP = ; Flag = true; |
Break for |
else if state = PeakState and satisfies (2) and then |
state = TroughState; |
Append to TroughSet; |
Current TP = ; Flag = true; |
Break for |
else if state = PeakState and satisfies (1) and then |
Append to PeakSet; |
Remove from PeakSet; |
Current TP = ; Flag = true; |
Break for |
if Flag = false then |
Break while |
Output PeakSet and TroughSet. |
Algorithm 2.
TPSet = Sort(PeakSet TroughSet); Indexing begins |
from 1 |
Initialize: CurrentPeakIndex = 2; Begin the peak ratio |
refinement |
While CurrentPeakIndex Length(TPSet) - 2 do |
= CurrentPeakIndex, = TPSet(), = TPSet(); |
if then |
CurrentPeakIndex = ; |
else if and = Length(TPSet) then |
Remove from PeakSet; |
TPSet=Sort(PeakSet TroughSet); |
else if and Length(TPSet) then |
= TPSet(), = TPSet(); |
if then |
Remove from TroughSet; |
else |
Remove from TroughSet; |
Remove from PeakSet; |
TPSet = Sort(PeakSet TroughSet); |
Initialize: CurrentIndex = 1; Begin the log-grad refinement |
while CurrentIndex Length(TPSet) do |
= CurrentIndex, = TPSet(), = TPSet(); |
if then See Equation (3) |
Remove and from both TroughSet and PeakSet; |
TPSet = Sort(PeakSet TroughSet); |
else |
CurrentIndex = ; |
Output PeakSet and TroughSet. |
that are decreasing at the end of the data period, six are in the north region: Acre, Amapá, Amazonas, Pará, Rondônia, and Roraima. On the final day of analysis, 15 states exhibited their greatest new case counts (after smoothing).
APPENDIX B: ALGORITHMIC DESCRIPTION OF METHODOLOGY
In this section, we provide an algorithmic presentation of the computational steps taken for the determination of second surge behavior, described in Sec. II. Algorithm 1 describes the first step of Sec. II A, where an alternating sequence of peaks and troughs is determined. Algorithm 2 describes the second step, where this list is refined. In our implementation, we choose three parameters Equations (1) and (2) define necessary conditions in the first step, while (3) defines a necessary condition in the second step.
DATA AVAILABILITY
The data that support the findings of this study are openly available in Refs. 36 and 37.
REFERENCES
- 1.See https://ourworldindata.org/coronavirus-source-data for “Our World in Data” (2020) (accessed August 1, 2020).
- 2.Haffajee R. L. and Mello M. M., “Thinking globally, acting locally—The U.S. response to Covid-19,” N. Engl. J. Med. 382, e75 (2020). 10.1056/NEJMp2006740 [DOI] [PubMed] [Google Scholar]
- 3.Iati M. et al., “All 50 U.S. states have taken steps toward reopening in time for Memorial Day weekend,” The Washington Post (2020), see https://www.washingtonpost.com/nation/2020/05/19/coronavirus-update-us (May 20, 2020).
- 4.Meyer R. and Madrigal A. C., “A devastating new stage of the pandemic,” The Atlantic (2020), see https://www.theatlantic.com/science/archive/2020/06/second-coronavirus-surge-here/613522 (June 25, 2020).
- 5.Maragakis L. L., “First and second waves of coronavirus,” Johns Hopkins Medicine (2020), see https://www.hopkinsmedicine.org/health/conditions-and-diseases/coronavirus/first-and-second-waves-of-coronavirus (June 24, 2020).
- 6.da Silva R. M., de Oliveira Mendes C. F., and Manchein C., “Scrutinizing the heterogeneous spreading of COVID-19 outbreak in Brazilian territory,” medRxiv (2020). [DOI] [PubMed]
- 7.Bharali I. et al., “India’s policy response to COVID-19,” The Center for Policy Impact in Global Health (2020), see http://centerforpolicyimpact.org/our-work/the-4ds/indias-policy-response-to-covid-19 (June 2020).
- 8.Hethcote H. W., “The mathematics of infectious diseases,” SIAM Rev. 42, 599–653 (2000). 10.1137/S0036144500371907 [DOI] [Google Scholar]
- 9.Chowell G., Sattenspiel L., Bansal S., and Viboud C., “Mathematical models to characterize early epidemic growth: A review,” Phys. Life Rev. 18, 66–97 (2016). 10.1016/j.plrev.2016.07.005 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Manchein C., Brugnago E. L., da Silva R. M., Mendes C. F. O., and Beims M. W., “Strong correlations between power-law growth of COVID-19 in four continents and the inefficiency of soft quarantine strategies,” Chaos 30, 041102 (2020). 10.1063/5.0009454 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Machado J. A. T. and Lopes A. M., “Rare and extreme events: The case of COVID-19 pandemic,” Nonlinear Dyn. 100, 2953–2972 (2020). 10.1007/s11071-020-05680-w [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.James N. and Menzies M., “Cluster-based dual evolution for multivariate time series: Analyzing COVID-19,” Chaos 30, 061108 (2020). 10.1063/5.0013156 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Vazquez A., “Polynomial growth in branching processes with diverging reproductive number,” Phys. Rev. Lett. 96, 038702 (2006). 10.1103/PhysRevLett.96.038702 [DOI] [PubMed] [Google Scholar]
- 14.Moeckel R. and Murray B., “Measuring the distance between time series,” Physica D 102, 187–194 (1997). 10.1016/S0167-2789(96)00154-6 [DOI] [Google Scholar]
- 15.Székely G. J., Rizzo M. L., and Bakirov N. K., “Measuring and testing dependence by correlation of distances,” Ann. Stat. 35, 2769–2794 (2007). 10.1214/009053607000000505 [DOI] [Google Scholar]
- 16.Mendes C. F. and Beims M. W., “Distance correlation detecting Lyapunov instabilities, noise-induced escape times and mixing,” Physica A 512, 721–730 (2018). 10.1016/j.physa.2018.08.028 [DOI] [Google Scholar]
- 17.Mendes C. F. O., da Silva R. M., and Beims M. W., “Decay of the distance autocorrelation and Lyapunov exponents,” Phys. Rev. E 99, 062206 (2019). 10.1103/PhysRevE.99.062206 [DOI] [PubMed] [Google Scholar]
- 18.Shang K., Yang B., Moore J. M., Ji Q., and Small M., “Growing networks with communities: A distributive link model,” Chaos 30, 041101 (2020). 10.1063/5.0007422 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Ward J. H., “Hierarchical grouping to optimize an objective function,” J. Am. Stat. Assoc. 58, 236–244 (1963). 10.1080/01621459.1963.10500845 [DOI] [Google Scholar]
- 20.Székely G. J. and Rizzo M. L., “Hierarchical clustering via joint between-within distances: Extending Ward’s minimum variance method,” J. Classif. 22, 151–183 (2005). 10.1007/s00357-005-0012-9 [DOI] [Google Scholar]
- 21.Madore A.-M. et al., “Contribution of hierarchical clustering techniques to the modeling of the geographic distribution of genetic polymorphisms associated with chronic inflammatory diseases in the Québec population,” Public Health Genomics 10, 218–226 (2007). 10.1159/000106560 [DOI] [PubMed] [Google Scholar]
- 22.Kretzschmar M. and Mikolajczyk R. T., “Contact profiles in eight European countries and implications for modelling the spread of airborne infectious diseases,” PLoS One 4, e5931 (2009). 10.1371/journal.pone.0005931 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Alashwal H., Halaby M. E., Crouse J. J., Abdalla A., and Moustafa A. A., “The application of unsupervised clustering methods to Alzheimer’s disease,” Front. Comput. Neurosci. 13, 31 (2019). 10.3389/fncom.2019.00031 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 24.Muradi H., Bustamam A., and Lestari D., “Application of hierarchical clustering ordered partitioning and collapsing hybrid in Ebola virus phylogenetic analysis,” in 2015 International Conference on Advanced Computer Science and Information Systems (ICACSIS) (IEEE, 2015).
- 25.Rizzi R., Mahata P., Mathieson L., and Moscato P., “Hierarchical clustering using the arithmetic-harmonic cut: Complexity and experiments,” PLoS One 5, e14067 (2010). 10.1371/journal.pone.0014067 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Savitzky A. and Golay M. J. E., “Smoothing and differentiation of data by simplified least squares procedures,” Anal. Chem. 36, 1627–1639 (1964). 10.1021/ac60214a047 [DOI] [Google Scholar]
- 27.Lauer S. A. et al., “The incubation period of Coronavirus disease 2019 (COVID-19) from publicly reported confirmed cases: Estimation and application,” Ann. Intern. Med. 172, 577–582 (2020). 10.7326/M20-0504 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.James N., Menzies M., Azizi L., and Chan J., “Novel semi-metrics for multivariate change point analysis and anomaly detection,” Physica D 412, 132636 (2020). 10.1016/j.physd.2020.132636 [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Ferré-Sadurnnd L. and Cramer M., “New York orders residents to wear masks in public,” The New York Times (2020), see https://www.nytimes.com/2020/04/15/nyregion/coronavirus-face-masks-andrew-cuomo.html (April 15, 2020).
- 30.Coleman J., “California tells six additional counties to close indoor businesses, all bars,” The Hill (2020), see https://thehill.com/homenews/state-watch/506117-california-tells-six-additional-counties-to-close-indoor-businesses-all (July 6, 2020).
- 31.Svitek P., “Gov. Greg Abbott orders Texans in most counties to wear masks in public,” The Texas Tribune (2020), see https://www.texastribune.org/2020/07/02/texas-mask-order-greg-abbott-coronavirus (July 2, 2020).
- 32.Silva C., “U.S. COVID-19 deaths near 130,000; Florida and Texas report record case numbers,” NPR (2020), see https://www.npr.org/sections/coronavirus-live-updates/2020/07/05/88744 5479/u-s-covid-19-deaths-near-130-000-florida-and-texas-report-record-case-numbers (July 5, 2020).
- 33.Neuman S., “Georgia’s governor issues order rescinding local mask mandates,” NPR (2020) https://www.npr.org/sections/coronavirus-live-updates/2020/07/16/89171 8516/georgias-governor-issues-order-rescinding-local-mask-mandates (July 16, 2020).
- 34.Hawkins D., Somnez F., Meckler L., and Iati M., “Florida shatters single-day infection record with 15 300 new cases,” The Washington Post (2020), see https://www.washingtonpost.com/nation/2020/07/12/coronavirus-update-us (July 13, 2020).
- 35.“New Zealand has 69 active Covid cases after 13 more diagnosed,” The Guardian (2020), see https://www.theguardian.com/world/2020/aug/16/new-zealand-has-69-activ e-covid-cases-after-13-more-diagnosed (August 16, 2020).
- 36.“Coronavirus (Covid-19) data in the United States,” The New York Times (2020), see https://github.com/nytimes/covid-19-data (accessed August 15, 2020).
- 37.“Painel coronavírus,” Ministério da Saúde (2020), see https://covid.saude.gov.br (accessed August 25, 2020).
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
The data that support the findings of this study are openly available in Refs. 36 and 37.