NEWS
Chaos01 1.2.1 (2019-08-21)
- Fixed error in RQA computation introduced in 1.2.0.
Chaos01 1.2.0 (2019-08-02)
- Introduced two new approaches to the 0-1 test for chaos computation. Bounding box and centre of gravity based.
- Switched from rmpi to pbdMPI for the mpi based parallel computation.
Chaos01 1.1.1 (2018-02-14)
- Fixed the computation of Dc [(1 - cos(*c * (i + 1))) / (1 - cos(*c)) was changed to (1 - cos(*c * i)) / (1 - cos(*c))].
- Fixed computation when using alpha parameter.
- Improved performance when plotting Kc against c from chaos01.res object.
- It is possible to change the plot title, xlab, ylab and type when usign plot for chaos01 and chaos01.res objects.
- It is possible to change type in the plot of rqa object.
- Added link to the gitlab site.
- INSTALL file added.
- Added zzz.R
Chaos01 1.1.0 (2018-01-19)
- Functions for quick RQA analysis were added to the package.
- Parameters 'plotvar' and 'mdcol' were added to the plot.chaos01 function.
- include.TS parameter added to the testChaos01 function.
Chaos01 1.0.1 (2016-07-25)
- Wrong memory access in C code corrected.
Chaos01 1.0.0 (2016-07-18)