Content deleted Content added
Aimefournier (talk | contribs) m →Detailed description: Made indexing and dimensions consistent. |
|||
Line 17:
Operationally the plot is drawn as follows:
(a) A certain time window <math>\vec{w} = <
(b) A 2D plot is created where the x-axis and y-axis both report <math>\vec{w}</math>, forming a <math>T \times T</math> lattice of little squares each with side measuring <math>\varepsilon</math>
Line 25:
:<math>R(i,j) = \begin{cases} 1 &\text{if} \quad \| \vec{x}(i) - \vec{x}(j)\| \le \varepsilon \\ 0 & \text{otherwise}, \end{cases}</math>
where <math>i,j \in \{
(d) The recurrence plot then visualises <math>\mathbf{D}_{T,T}</math> with a black little square of the lattice at coordinates <math>(i,j)</math> if <math>R(i,j)=1</math>, and a white little square if <math>R(i,j)=0</math>.
|