Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Visualize the overlap of two discrete time series
ResourceFunction["CrossRecurrencePlot"][ts1,ts2] views the cross recurrence plot of the given time series ts1 and ts2. |
View the cross recurrence plot of two random lists:
In[1]:= |
Out[1]= |
View the cross recurrence plot of just one list of random integer values. Note the symmetry across the diagonal:
In[2]:= |
Out[2]= |
Visualize the cross recurrence plot of the Sinc function with a recurrence type of "Global":
In[3]:= |
Out[3]= |
View the cross recurrence plot of a range and a random list of integers:
In[4]:= |
Out[4]= |
View a cross recurrent plot of equal ranges:
In[5]:= |
Out[5]= |
View a cross recurrence plot of two different small lists:
In[6]:= |
Out[6]= |
View a cross recurrence plot of a range and a short list of integers:
In[7]:= |
Out[7]= |
View the cross recurrence plot of discrete values of Sin and Cos:
In[8]:= |
Out[8]= |
View a cross recurrence plot of two lists of different sizes:
In[9]:= |
Out[9]= |
We can analyse time series behavior by cross recurrence plots. In this case we combine sine and cosine to create and visualize two different time series:
In[10]:= |
Out[10]= |
To compare and analyse the dynamical behaviour of two elementary cellular automata rules we can plot them, count the total number of black cells by steps, and them show the global cross recurrence plot. Note that when we select the same rule for the two cellular automata, we see diagonal symmetry:
In[11]:= |
Out[11]= |
This work is licensed under a Creative Commons Attribution 4.0 International License