Coder Social home page Coder Social logo

lee-jun-hyuk-37 / ssrpc Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 1.49 MB

Repository for STPDP and SSRPC

License: MIT License

Python 1.05% Jupyter Notebook 98.95%
chaos lyapunov-exponents nonlinear-dynamics state-space-reconstruction time-series-analysis mean-orbital-period ssrpc stpdp

ssrpc's Introduction

SSPRC

This repository contains implementation of two algorithms STPDP and SSRPC. The implementation code for each algorithm can be found in STPDP.py and SSRPC.py, and examples of how to use them are available in demo.ipynb. Detailed explanations and theoretical backgrounds of the algorithms are provided in the paper

  • STPDP (Sum of Trend Power and Detrended Power) algorithm enables noise-robust estimation of the mean orbital period for ergodic time series data.

  • SSRPC (State Space Reconstruction with Principal Components) algorithm enables noise-robust state space reconstruction. By utilizing this algorithm, valid, consistent, and noise-robust estimation of maximal Lyapunov exponent is available.

The following figures show noise-robustness, which is the primary advantage of SSRPC. Despite a significant level of noise, the slope of linear region of the divergence graph which represents maximal Lyapunov exponent remains consistent, in contrast to the conventional method.

Environment

This repository requires NoLiTSA, Numpy, Scipy, Numba, Matplotlib, and Scikit-learn

  • NoLiTSA is included as a submodule in this repository. It will be automatically installed when you clone this repository using the command below.

    git clone --recursive https://github.com/Lee-Jun-Hyuk-37/SSRPC.git
    
  • For more information about NoLiTSA, refer here.

  • You can install all libraries except for NoLiTSA using pip or conda. By following the commands below, you can install all the necessary libraries at once.

    pip install -r requirements.txt
    

    or

    conda create --name SSRPC --file requirements.txt
    conda activate SSRPC
    

Publication

Published in Chaos, Solitons & Fractals. Link

Acknowledgement

I appreciate M. Mannattil for wonderful Github repository, NoLiTSA
Thanks to co-authors Il Seung Park and Jooeun Ahn for their contributions to this study.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.