SkillAgentSearch skills...

SimpleRP

Testing Recurrence Plots theory

Install / Use

/learn @agnaldoae/SimpleRP
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Instruction

The script recurrence_plot.py is a simple tool for creating Recurrence or Distance Plots. <br> The files t-series1.txt(one column data) and t-series2.csv(Excel spreadsheet) are examples of input data. <br><br> Usage:

  • When your time series file is like t-series1.txt you can do:
python recurrence_plot -b t-series1.txt

The -b argument is used to indicate a Recurrence Plot will be created.<br> To create a Distance Plot, just do:

python recurrence_plot t-series1.txt
  • When your input data have more than one column, you must inform which column need to be load, e.g.:
python recurrence_plot -b --column 4 t-series2.csv

For more information, run the script without arguments or use -h.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2y ago
Forks2

Languages

Python

Security Score

55/100

Audited on Jul 5, 2023

No findings