Skip to main content
Chaos logoLink to Chaos
. 2020 Sep 22;30(9):091102. doi: 10.1063/5.0024204

COVID-19 in the United States: Trajectories and second surge behavior

Nick James 1, Max Menzies 2,a)
PMCID: PMC7519449  PMID: 33003920

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 xi(t)R be a collection of real-valued time series over a common time interval t=1,,T,i=1,,n. 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, i=1,,51. Our data span from 01/21/2020 to 07/31/2020, a period of T=193 days across n=51 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 x^i(t), t=1,,T,i=1,,n. 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 x^i(t). Due to the smoothing process, x^i(t)R0 are not necessarily integers but are all non-negative.

Our identification of turning points and second surge behavior of a smoothed time series x^(t) 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 P and T 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 P and T are non-empty.

For the first step, the basic idea is to designate a time t0 a peak or trough, respectively, if

x^(t0)=max{x^(t):max(1,t0l)tmin(t0+l,T)}, (1)
x^(t0)=min{x^(t):max(1,t0l)tmin(t0+l,T)}, (2)

for a parameter l<T2, the length over which we look. In this paper, we select l=17 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 x^(t) may determine consecutive values of t 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 t0=1 and 126, corresponding to the start of the time series and 05/26/2020, respectively. What follows is a method to exclude the latter.

FIG. 1.

FIG. 1.

Smoothed time series and identified turning points for various states: (a) Mississippi, (b) Georgia, (c) California, (d) Texas, and (e) North Carolina are assigned sequence TP and determined to be in their first surge. (f) Florida, (g) Pennsylvania, and (h) Ohio are determined to be in their second surges, with sequence TPTP. (i) New York and (j) New Jersey are assigned sequence TPT and determined to have concluded their first surge and flattened the curve. (k) Arizona and (l) Maine are assigned TPT and TPTPT with final trough at the end of the period and determined to be declining from their first and second surges, respectively.

We implement variants of (1) and (2) by sequentially examining the values of x^(t). The first peak or trough is assigned at the first value of t0 such that (1) or (2) holds, respectively. For each U.S. state, this is an initial trough at t0=1 corresponding to zero cases there after smoothing. Having determined a peak at t0, we search in the period t>t0 for one of two elements: if we find a trough at t1>t0 according to (2), we add it to the set of troughs and proceed from t1 as normal. If we find a peak at t1>t0 according to (1) such that x^(t0)x^(t1), we ignore this lesser peak as redundant; if we find a peak at t1>t0 according to (1) such that x^(t0)<x^(t1), we remove peak t0 and replace it with t1 and continue from there. An analogous process applies from a trough at t0. With this process, we generate an alternating sequence of troughs and peaks, starting with a trough at t0=1. 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 t0=1. 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 t1<t3 be two peaks, necessarily separated by a trough. We select a parameter δ and if the peak ratio, defined as x^(t3)x^(t1)<δ, we remove the peak t3. If two consecutive troughs t2,t4 remain, we remove t2 if x^(t2)>x^(t4), otherwise remove t4. 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 t1<t2 as

loggrad(t1,t2)=logx^(t2)logx^(t1)t2t1. (3)

The numerator coincides with log(x^(t2)x^(t1)) and is a more appropriate substitution for the “rate of increase” given by x^(t2)x^(t1)1. Indeed, a “rate of increase” is asymmetrically bounded between (1,), while the logarithmic rate is bounded between (,). The loggrad function measures the average rate of logarithmic increase over the period [t1,t2]. Now, let t1,t2 be an adjacent peak and trough. We select a parameter ϵ=0.01, if

|loggrad(t1,t2)|<ϵ, (4)

that is, the average logarithmic increase or decrease is well-defined and less than 1%, we remove both t1 and t2 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 t0=1, where x^(t0)=0 and the peak at the global maximum. This concludes the selection of P and T.

To quantify distance between time series’ turning points, we apply the semi-metrics of Ref. 28 (with p=1). Given two non-empty finite sets S1,S2, this is defined as

D(S1,S2)=12(bS2d(b,S1)|S2|+aS1d(a,S2)|S1|), (5)

where d(b,S1) is the minimal distance from bS2 to the set S1. The values d(S1,S2) are symmetric, non-negative, and zero if and only if S1=S2. Then, we define the n×n surge behavior matrix between turning point sets by

DijTP=D(Pi,Pj)+D(Ti,Tj). (6)

Then, DijTP=0 if and only if time series x^i(t) and x^j(t) 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 DTP. Identical results are obtained with any value δ[0.1,0.2], so we select δ=0.2. 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 DTP distinguishes all these behaviors into separate clusters.

FIG. 2.

FIG. 2.

Surge behavior matrix, defined in Sec. II, measures distance between sets of turning points in new case trajectories. Five primary (sub)clusters of time series are identified with the following behaviors: 13 states in their first surge, two states that have completed their first surge and flattened the curve, two states coming down from their first surge, 31 states plus D.C. that are beyond their first surge and are now experiencing a second surge and two states coming down from their second surge.

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 fi=(fi(1),fi(2),,fi(m)))Rm, where m{29,30,31} is the number of days in that month and i=1,,51.

Let ||fi||=t=1m|fi(t)| be the L1 norm of the vector fi. As all fi(t) 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 gi=fi||fi||. The vectors gi 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 Dij=||gigj|| 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 Dij between two identical sequences is 0. Secondly, whereas sequences (1,2,3,4) and (4,3,2,1) 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, ||gigj||=0 if and only if fi=αfj for some α>0, while two sequences (Xk),(Yk) have distance correlation 1 if and only if Xk=a+bYk for constants a,b. 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 n×n matrix A, this is defined as ||A||=(i,j=1n|aij|2)12 and quantifies the total spread of all distances in a month.

FIG. 3.

FIG. 3.

Trajectory dendrograms, defined in Sec. III for the months of (a) April, (b) May, (c) June, and (d) July. These dendrograms highlight states with similar new case trajectories on a month-by-month basis. For all four months, there is a consistent cluster structure: two small clusters and a large cluster with several concentrated subclusters.

TABLE I.

Number of clusters, cluster sizes, and Frobenius norm for trajectory distance matrices over four months.

Trajectory distance matrices
Month Clusters Cluster sizes Frobenius norm
April 3 {4,6,41} 15.34
Maya 3 {2,2,44} 15.97
June 3 {3,14,34} 18.35
July 3 {3,4,44} 8.67

aThree 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.

FIG. 4.

FIG. 4.

Smoothed time series and identified turning points for various states: (a) Idaho, (b) Iowa, (c) Minnesota, (d) Connecticut, (e) Arkansas, and (f) Massachusetts. Arkansas is in its first surge; Idaho, Iowa and Minnesota are experiencing second surges more severe than the first; Connecticut and Massachusetts are experiencing new increases in cases with peak ratios greater than 0.2, as defined in Sec. II. Thus, they are determined to be experiencing second surges.

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 27×27 turning point matrix DTP 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

FIG. 5.

FIG. 5.

Surge behavior matrix, defined in Sec. II, applied to the 27 federative units of Brazil. Three clusters of time series are identified with the following behaviors: 14 states plus the federal district in their first surge, nine states coming down from their first surge, three states that are beyond their first surge and are now experiencing a second surge.

Algorithm 1.

Turning point identification (step 1)

Given: a time series x(t)R
Form a smoothed time series: x^(t) = Savitzky--Golay(x(t));
Data preprocessing: if x^(t)<0,thenx^(t)=0;
Initialize: state =, Current TP = 1, PeakSet = empty,
TroughSet = {1};
While Current TP <T do
   Set t0 = Current TP; Flag = false;
   for t1=t0+1 to T do
       if state = TroughState and t1 satisfies (1) and x^(t1)>x^(t0) then
           state = PeakState;
           Append t1 to PeakSet;
           Current TP = t1; Flag = true;
           Break for
       else if state = TroughState and t1 satisfies (2) and x^(t1)<x^(t0)
       then
           Append t1 to TroughSet;
           Remove t0 from TroughSet;
           Current TP = t1; Flag = true;
           Break for
       else if state = PeakState and t1 satisfies (2) and x^(t1)<x^(t0) then
           state = TroughState;
           Append t1 to TroughSet;
           Current TP = t1; Flag = true;
           Break for
       else if state = PeakState and t1 satisfies (1) and x^(t1)>x^(t0) then
           Append t1 to PeakSet;
           Remove t0 from PeakSet;
           Current TP = t1; Flag = true;
           Break for
    if Flag = false then
       Break while
Output PeakSet and TroughSet.

Algorithm 2.

Turning point refinement (step 2)

TPSet = Sort(PeakSet TroughSet);                           Indexing begins
from 1
Initialize: CurrentPeakIndex = 2;                         Begin the peak ratio
refinement
While CurrentPeakIndex Length(TPSet) - 2 do
    i = CurrentPeakIndex, t1 = TPSet(i), t3 = TPSet(i+2);
    if x^(t3)x^(t1)δ then
        CurrentPeakIndex = i+2;
    else if x^(t3)x^(t1)<δ and i+2 = Length(TPSet) then
        Remove t3 from PeakSet;
        TPSet=Sort(PeakSet TroughSet);
    else if x^(t3)x^(t1)<δ and i+2 Length(TPSet) then
        t2 = TPSet(i+1), t4 = TPSet(i+3);
        if x^(t2)x^(t4) then
            Remove t4 from TroughSet;
        else
            Remove t2 from TroughSet;
        Remove t3 from PeakSet;
        TPSet = Sort(PeakSet TroughSet);
    Initialize: CurrentIndex = 1;                 Begin the log-grad refinement
    while CurrentIndex < Length(TPSet) do
        i = CurrentIndex, t0 = TPSet(i), t1 = TPSet(i+1);
        if |loggrad(t0,t1)|<ϵ then                                     See Equation (3)
             Remove t0 and t1 from both TroughSet and PeakSet;
             TPSet = Sort(PeakSet TroughSet);
        else
             CurrentIndex = i+1;
    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 l=17,δ=0.2,ϵ=0.01. 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

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.


Articles from Chaos are provided here courtesy of American Institute of Physics

RESOURCES