Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Visualize the recurrence of a single discrete time series on a lattice
ResourceFunction["RecurrencePlot"][ts] shows the recurrence plot of the time series ts. | |
ResourceFunction["RecurrencePlot"][{ts1,ts2}] shows the recurrence plot for a pair of time series. |
"RecurrenceThreshold" | 1 | value of threshold ε used |
"RecurrenceType" | "Standard" | type of recurrence |
Recurrence plot of list of random integers:
In[1]:= |
Out[1]= |
Recurrence plot of a one-dimensional list of ordered integers:
In[2]:= |
Out[2]= |
Recurrence plot of discrete data from a sine function:
In[3]:= |
Out[3]= |
Recurrence plot of a trigonometric operation:
In[4]:= |
Out[4]= |
Recurrence plot of random and range discrete lists:
In[5]:= |
Out[5]= |
Cross-recurrence plot from two random discrete lists:
In[6]:= |
Out[6]= |
Cross-recurrence plot of two trigonometric functions:
In[7]:= |
Out[7]= |
Global cross-recurrence plot of two random lists:
In[8]:= |
Out[8]= |
Global recurrence plot of elementary cellular automata rules:
In[10]:= |
Out[10]= |
Visualize Bitcoin data:
In[11]:= |
Out[11]= |
In[12]:= |
Out[12]= |
Dynamic visualization of a cross-recurrence plot of trigonometric functions:
In[13]:= |
Out[13]= |
Wolfram Language 13.0 (December 2021) or above
This work is licensed under a Creative Commons Attribution 4.0 International License