Skip to content

mustafademiriron/jointDynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jointDynamics

R-CMD-check

jointDynamics provides tools for analyzing joint nonlinear dynamics in coupled time series, including:

  • Joint Recurrence Quantification Analysis (JRQA) in joint state space ("xy") or reconstructed joint attractor space ("Z")
  • Joint attractor reconstruction utilities (embedding)
  • Joint Lyapunov exponent estimation (Rosenstein-style)

Installation

You can install the development version from GitHub:

install.packages("devtools")
devtools::install_github("mustafademiriron/jointDynamics")

Example

library(jointDynamics)

set.seed(1) x <- rnorm(300) y <- x + rnorm(300, 0.3)

res <- joint_dynamics( x, y, eps = 1, jrqa_space = "Z", theiler = 10 )

res$jrqa$metrics res$jle$lambda

res$jrqa$metrics res$jle$lambda

About

Joint Recurrence Quantification Analysis and Joint Dynamical Invariants for Coupled Time Series

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages