Characterizing chaotic time series

Size: px
Start display at page:

Download "Characterizing chaotic time series"

Transcription

1 Characterizing chaotic time series Jianbo Gao PMB InTelliGence, LLC, West Lafayette, IN Mechanical and Materials Engineering, Wright State University Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

2 Background A variable of a system is interesting only if it changes with time How does the signal change with time? Two major models Deterministic chaos: nonlinear interactions of a few degrees of freedom generate apparently random dynamics Noise or stochastic processes with infinite degrees of freedom Chaos is a preferred model, having a few degrees of freedom Except chaotic maps with a single variable, chaos involves a few variables In experiments or observations, only one or a few variables are observable How can the full chaotic dynamics be inferred from such partial observation? Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

3 Outline Time delay embedding: perhaps the biggest contribution of chaos theory to general science on data analysis Basic idea Examples Application: Internet worm detection Optimal embedding Static method for determining the embedding dimension: the false nearest neighbor method Statistical methods for determining the delay time A dynamical method for jointly determining the embedding dimension, the delay time, and other parameters Characterizing chaos Fractal dimension Lyapunov exponent Kolmogorov entropy Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

4 Phase space reconstruction: basic idea Basic question: Given a scalar time series x(t), can we learn the dynamics of the system without knowing other variables describing the system? Solution: Construct a suitable phase space from x(t) pioneering work by Packard et al., Takens, Mane, Sauer, Yorke... General consideration: Suppose a dynamical system is described by n first order ordinary differential equations The dynamical system can be equivalently described by a single ODE involving terms d n x/dt n, d n 1 x/dt n 1, etc. One way to construct a phase space is to estimate the derivatives of x(t) by finite differences dx dt x(t + t) x(t) t d 2 x x(t + 2 t) 2x(t + t) + x(t) dt 2 t 2 where t is the sampling time for x(t) This procedure is not viable, as it amplifies noise Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

5 Time delay embedding Simply construct the vector V i = [x(i), x(i + L),..., x(i + (m 1)L)] where m is called the embedding dimension and L the delay time More explicitly, we have V 1 = [x(t 1 ), x(t 1 + τ), x(t 1 + 2τ),..., x(t 1 + (m 1)τ], V 2 = [x(t 2 ), x(t 2 + τ), x(t 2 + 2τ),..., x(t 2 + (m 1)τ],. V j = [x(t j ), x(t j + τ), x(t j + 2τ),..., x(t j + (m 1)τ],. where t i+1 t i = t and τ = L t Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

6 Time delay embedding (cont ) This procedure then defines a mapping (i.e., dynamics), V n+1 = M(V n ). (1) Under the assumption that the dynamics of the system can be described by an attractor with boxing counting dimension D F (to be defined later), it can be proven that when m > 2D F, the dynamics of the original system is topologically equivalent to that described by Eq. (??) The basic idea behind this fundamental theorem is given an initial condition, the solution to a set of ODEs is unique, and the trajectory in the phase space does not intersect with itself When m is not large enough, however, self-intersection may occur; when m is too big, data may not be long enough Furthermore, L also needs to be carefully chosen Optimal embedding: determine the proper values of m and L Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

7 An example: phase plane of the equation ẍ = x (Rewrite as: ẋ = y, ẏ = x) x = y y = x Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

8 Optimal embedding: sine wave The dynamics of the harmonic oscillator can be described by Equivalently, dx dt = y, dy dt = ωx d 2 x dt 2 = ωx The general solution is: x(t) = A cos(ωt + φ 0 ), y(t) = A sin(ωt + φ 0 ) If we embed x(t) to a 2-D space, then V t = [x(t), x(t + τ)], τ = L Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

9 Quasi-periodic motion and torus x(t) = sin(t) sin( 3t) What happens if 3 is replaced by 1.732? x(t+l) x(t) Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

10 Chaotic Lorenz system dx/dt = 16(x y) dy/dt = xz x y dz/dt = xy 4z 2500 ensemble members, represented by cyan, red, green, and blue colors at t = 0, 2, 4, and 6 units z x y 20 Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

11 Lorenz attractor represented by x(t) x(t+l) x(t) Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

12 Application: Internet worm detection Motivations Enterprise networks are facing ever-increasing security threats from worms, viruses, intrusions, etc., causing billions of dollars of loss Existing monitoring methods can not detect worms effectively in real-time Purpose: to develop effective methods to defend against Internet worms in a real-time manner Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

13 Worm detection: state-of-the-art and challenges Internet worm: a self-propagating program that automatically replicates itself to vulnerable systems and spreads across the Internet. Basic strategies: Monitor network traffic data Look for specific byte sequences (attack signatures) that are known to appear in the attack traffic Challenges: How to find a good attack signature fast enough for real-time use? A good attack signature should be general enough to capture all attack traffic of certain type specific enough to avoid overlapping with normal traffic to reduce false alarms Existing methods (e.g., expectation maximization and hidden Markov models) need extensive training, thus can not be applied in real-time Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

14 Normal and worm traffic trace 300 datasets are collected from a double-honeypot system deployed in a local network for automatic detection of worm attacks from the Internet. Courtesy of Dr. Chen at the Univ. of Florida 300 Package Sequence 200 Normal Worm Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

15 Phase diagrams for normal and worm traffic Left: worm traffic; Right: normal traffic Region x(n+1) x(n+1) Region x(n) Region 1 Gao, Jianbo (PMB InTelliGence) Chaotic dynamics x(n) Region 4 June / 37

16 Accuracy of the phase space based method index based on percentage of number of points in region 1 35 index based on percentage of number of points in region Normal Worm 30 Normal Worm Frequency Frequency Percentage of points (%) Percentage of points (%) 70 index based on percentage of number of points in regions 3 and 4 60 Normal Worm 50 Frequency Percentage of points (%) Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

17 Comparison with Tang & Chen (InfoCom, 2005) EM: Expectation-Maximization; Gibbs: Gibbs Sampling Algorithm Their methods are not only much slower, but also that the separation between normal and worm traffic data is much smaller than the phase space method! Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

18 Optimal embedding: heuristic and statistical methods Visual inspection: always helpful to check the data in a 2-D plane or 3-D space, to see whether the chosen delay time makes the plot stretch in the phase space uniformly (as in the harmonic oscillator case) No information on the embedding dimension m can be obtained When one gradually increases m, it is better to decrease the delay time, so that the embedding window (m 1)τ is kept approximately constant or increases slower than m Determining τ based on the autocorrelation function Empirical observation: the time corresponding to the first zero of the autocorrelation function of the signal is often a good estimate for τ No information on the embedding dimension m can be obtained Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

19 Heuristic and statistical methods (Cont ) Determining τ based on the mutual information: Denote the probability that the signal assumes a value inside the ith bin by p i, and let p ij (τ) be the probability that x(t) is in bin i and x(t + τ) is in bin j The mutual information for time delay τ is I (τ) = i,j p ij (τ) ln p ij (τ) 2 i p i ln p i when τ = 0, p ij = p i δ ij, and I yields the Shannon entropy of the data distribution When τ is large, x(t) and x(t + τ) are independent and pij factorizes to p i p j, therefore, I 0 A good τ corresponds to the first minimum of I (τ), when I (τ) has a minimum In practice, when calculating I (τ), it may be advantageous to use equal-probability bins instead of equal-size bins, i.e., p i = 1/n = const, when n is the number of bins used to partition the data. It should be emphasized that p ij (τ) is not a constant Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

20 Optimal embedding: False nearest neighbor method This is a geometrical method Consider the situation in which an m 0 -dimensional delay reconstruction is an embedding, but an m 0 1-dimensional reconstruction is not Passing from m 0 1 to m 0, self-intersection in the reconstructed trajectory is eliminated This feature can be quantified by the sharp decrease in the number of nearest neighbors when m is increased from m 0 1 by 1 Conclusion: the optimal value of m is m 0 Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

21 False nearest neighbor method (Cont ) More precisely, for each reconstructed vector V (m) i = [x(t i ), x(t i + τ), x(t i + 2τ),..., x(t i + (m 1)τ)], find its nearest neighbor V (m) j If m is not large enough, then V (m) [V (m) i j j may be a false neighbor of V (m) i If embedding can be achieved by increasing m by 1, then the embedding vectors become V (m+1) i = [x(t i ), x(t i + τ), x(t i + 2τ),..., x(t i + (m 1)τ, x(t i + mτ)] =, x(t i + mτ)] and V (m+1) = [V (m) j, x(t j + mτ)], and they will no longer be close neighbors Instead, they will be far apart (something like south and north poles) The criterion for optimal embedding is R f = x(t i + mτ) x(t j + mτ) > R V (m) i V (m) T j Where R T is a heuristic threshold value. Abarbanel (1996) recommends R T = 15 After m is chosen, τ can be found by minimizing R f What happens if there is noise? Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

22 Optimal embedding: Time dependent exponent curves This is a dynamical method developed by Gao and Zheng (1993, 1994) Basic idea: false neighbors will not stay as close neighbors during dynamical evolutions (m) Let the reconstructed trajectory be denoted by V 1, V (m) 2, Assume V (m) i and V (m) j are false neighbors (m) It is unlikely that points V i+k, V (m) j+k, where k is called the evolution time, will keep to be close neighbors (m) That is, the separation between V i+k than that between V (m) embedding i and V (m) j (m) and V j+k will be much larger, if the delay reconstruction is not an Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

23 Time dependent exponent curves (Cont ) The measure proposed by Gao and Zheng is ( ) Vi+k V j+k Λ(m, L, k) = ln V i V j The angle brackets denote the ensemble average of all possible (V i, V j ) pairs satisfying the condition ɛ i V i V j ɛ i + ɛ i, i = 1, 2, 3, where ɛ i and ɛ i are prescribed small distances Since the computation is carried out for a sequence of shells, the effect of noise can be largely eliminated Criterion: for a fixed small k, an optimal m is such that Λ(m, L, k) no longer decreases much when further increasing m. After m is chosen, L can be selected by minimizing Λ(m, L, k). Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

24 An example: Rossler attractor dx/dt = (y + z) dy/dt = x + ay dz/dt = b + z(x c) Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

25 Characterizing chaos: Fractal dimension Dimension is a geometrical quantity characterizing the minimal number of variables needed to fully describe the dynamics of a motion Chaotic attractor is often called strange attractor Attractor means the motion is bounded Strange means exponential divergence of nearby trajectories Incessant divergence and folding back makes chaos a fractal There are many ways to define the dimensions of a chaotic attractor Capacity (or box-counting dimension) D F (or D 0 ): Partition the phase space containing the attractor into many cells of linear size ɛ. Denote the number of nonempty cells by n(ɛ) n(ɛ) ɛ D 0, ɛ 0 Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

26 Generalized dimension spectrum Assign a probability p i = n i /N to the ith nonempty cell ni : number of points within the ith cell; N: total number of points on the attractor Let the number of nonempty cells be n. Then for real q D q = 1 ( n ) log q 1 lim i=1 pq i ɛ 0 log ɛ Dq is a nonincreasing function of q D0 is simply the box-counting or capacity dimension, since n i=1 pq i = n D1 gives the information dimension D I, D I = lim ɛ 0 n i=1 p i log p i log ɛ Typically, D I is equal to the pointwise dimension defined as p(l) l α, l 0 where p(l) is the measure (i.e., probability) for a neighborhood of size l centered at a reference point D2 is called the correlation dimension, which is the most popular Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

27 Singular measure-based multifractal interpretation of D q Basic idea: a chaotic attractor is comprised of many interwoven fractals, each with a different fractal dimension Cover the attractor by boxes of size ɛ Let p i is a probability measure Associate each box with a singularity index α i via p i = ɛ α i Assume the number of boxes with singularity index in the range α to α + dα is ρ(α)ɛ f (α) dα Interpretation of f (α): the dimension of points with pointwise dimension α To express D q in terms of α and f (α), n i=1 pq i = α i ɛ qα i = dα ρ(α )ɛ qα f (α ) = dα ρ(α )(1/ɛ) qα +f (α ) Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

28 Multifractal interpretation of D q (Cont ) When ɛ 0, 1/ɛ is very large, the integral is basically determined by the maximum value of (1/ɛ) qα +f (α ) = e f (α ) qα ln(1/ɛ) The maximum value is given by two conditions n i=1 pq i d dα [f (α ) qα ] α =α(q) = 0 or f (α(q)) = q d 2 d(α ) 2 [f (α ) qα ] α =α(q) < 0 or f (α(q)) > 0 e f (α) qα ln(1/ɛ) D q = 1 ( log n q 1 lim i=1 pq i ɛ 0 log ɛ ) = 1 [qα(q) f (α(q))] q 1 Differentiating w.r.t. q and using f (α(q)) = q yields α = d dq [(q 1)D q] f (α) = (1 q)d q + qα D q and f (α) spectra give the same amount of information Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

29 A practical algorithm: Grassberger-Procaccia algorithm In practice, when the dimension of the phase space is high and the length of the data is not very great, calculating dimension by partitioning the phase space into small boxes is not an efficient method Seminal Grassberger-Procaccia algorithm: 1 C(ɛ) = lim N N 2 N H(ɛ V i V j ), i,j=1 where V i and V j are points on the attractor, H(y) is the Heaviside function (1 if y 0 and 0 if y < 0), and N is the number of points randomly chosen from the entire dataset Scaling: C(ɛ) ɛ D 2, as ɛ 0 Removing autocorrelation or tangential motion: i j > w Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

30 An example: chaotic Lorenz attractor log 10 C( ) ε log 10 ε dlog 10 C(ε) dε m = 4 m = 6 m = 8 m = 10 m = log 10 ε Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

31 Quantifying chaos: Lyapunov exponents Lyapunov exponents are dynamical quantities Let l i (t) be the ith principal axis of the ellipsoid at time t, we have l i (t) dr e λ i t λ i = 1 lim dr 0, t t ln l i(t) dr Lyapunov exponents are conventionally listed in descending order: λ 1 λ 2 λ 3 dl 1 trajectory dl 2 dr Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

32 Exponential divergence in the chaotic logistic map x n+1 = rx n (1 x n ), r = 4 x x , x , x , x , x , x , x , x , x , x , x , Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

33 Lyapunov exponent for the chaotic logistic map ln x Time step n Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

34 Numerical computations of LEs: Wolf et al. s algorithm The basic idea is to select a reference trajectory, and follow the divergence of a neighboring trajectory from it Let the spacing between the two trajectories at time t i be d i, and the spacing at time t i+1 be d i+1 The rate of divergence of the trajectory over a time interval of t i+1 t i is then ln(d i+1 /d i ). t i+1 t i To ensure that the separation between the two trajectories is always small, when d i+1 exceeds certain threshold value, it has to be re-normalized: a new point in the direction of the vector of d i+1 is picked up so that d i+1 is very small compared to the size of the attractor After n repetitions of stretching and renormalizing the spacing, one obtains the following formula n 1 [ ][ t i+1 t i ln(di+1 /d i λ 1 = ) ] n 1 i=1 n 1 i=1 (t = ln(d i+1/d i ) i+1 t i ) t i+1 t i t n t 1 i=1 Con: The algorithm assumes but does not verify exponential divergence; any noise gives a positive LE Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

35 Numerical computations of LEs: Rosenstein et al s and Kantz s algorithm Choose a reference point, and find its ɛ-neighbors V j Then follow the evolution of all these points, and computes an average distance after certain time Finally, choose very many reference points, and take another average Λ(k) = ln V i+k V j+k average over j average over i where V i is a reference point, and V j are neighbors to V i, satisfying the condition V i V j < ɛ If Λ(k) k for certain intermediate range of k, then the slope is the largest Lyapunov exponent Con: In order for average over j to be well-defined, ɛ has to be small; then the method is sensitive to noise. Moreover, there has to be a condition on j, as shown by Gao and Zheng Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

36 Numerical computations of LEs: Gao and Zheng s method There are three basic equation: ( ) Vi+k V j+k Λ(k) = ln V i V j ɛ i V i V j ɛ i + ɛ i, i = 1, 2, 3, i j > w Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

37 Entropy of a biological trajectory The probability p i for the i th unit area being visited is n i /N, where n i is the times the i th unit area being visited and N is the length of the trajectory m Shannon entropy I = p i log p i i=1 Can be generalized to Renyi and Tsallis entropy A/P COP (m) i k M/L COP (m) Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

38 Dynamical entropies and information flow: general considerations Partition the phase space into small boxes of size ɛ, compute the probability p i that box i is visited by the trajectory, and finally calculate Shannon entropy For many systems, when ɛ 0, information linearly increases with time I (ɛ, t) = I 0 + Kt where I 0 is the initial entropy and K is the Kolmogorov-Sinai (KS) entropy Choose I 0 = 0 if start from a unit area Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

39 Three general cases Deterministic, nonchaotic: no change in information since during the time evolution of the system, phase trajectories remain close together nearby phase points are still close to each other, and can be grouped into some other small region of the phase space Deterministic, chaotic Due to exponential divergence, the number of phase space region available to the system after a time T is N e (P λ + )T, where λ + are positive Lyapunov exponents Assuming that all of these regions are equally likely, then p i (T ) 1/N, and the information function becomes I (T ) = Therefore, K = λ + N p i (T ) ln p i (T ) = ( λ + )T i=1 Random: After a short time, the entire phase space may be visited; therefore, I ln N. When N, we have K = Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

40 Basic definitions of entropies Consider a dynamical system with F degrees of freedom Suppose that the F -dimensional phase space is partitioned into boxes of size ɛ F Suppose that there is an attractor in phase space and consider a transient-free trajectory x(t) The state of the system is now measured at intervals of time τ Let p(i 1, i 2,, i d ) be the joint probability that x(t = τ) is in box i 1, x(t = 2τ) is in box i 2,, and x(t = dτ) is in box i d Block entropy: H d (ɛ, τ) = i 1,,i d p(i 1,, i d ) ln p(i 1,, i d ) It is on the order of dτk (ɛ, τ)-entropy h d (ɛ, τ) = 1 τ [H d+1(ɛ, τ) H d (ɛ, τ)] Kolmogorov-Sinai entropy: K = lim τ 0 lim ɛ 0 h(ɛ, τ) = 1 lim τ 0 lim ɛ 0 lim d τ [H d+1(ɛ, τ) H d (ɛ, τ)] = 1 lim τ 0 lim ɛ 0 lim d dτ i 1,,i d p(i 1,, i d ) ln p(i 1,, i d ) KS entropy can be extended to order-q Renyi entropies Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

41 Numerical computations of entropy: Grassberger-Procaccia s algorithm Basic idea: approximate K by estimating the correlation entropy K 2 (i.e., Renyi entropy of order 2) K 2 (ɛ) = lim m ln C (m) (ɛ) ln C (m+1) (ɛ) where Lδt δt is the sampling time C (m) (ɛ) is the correlation integral based on the m dimensional reconstructed vectors V i and V j C (m) 2 Nv 1 Nv (ɛ) = lim Nv N v (N v 1) i=1 j=i+1 H(ɛ V i V j ), where N v = N (m 1)L is the number of reconstructed vectors, H(y) is the Heaviside function (1 if y 0 and 0 if y < 0) Similarly compute C (m+1) (ɛ) for m + 1 dimensional reconstructed vectors Summary: C m (ɛ) ɛ D 2 e mτk 2 Approximate entropy, Sample entropy are special cases of Cohen-Procaccia, and Grassberger-Procaccia entropies Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

42 An example: chaotic Lorenz attractor for true low-dimensional chaotic dynamics, in a plot of ln C m (ɛ) vs. ln ɛ with m as a parameter, one observes a series of parallel straight lines, with the slope being the correlation dimension, D 2, and the spacing between the lines estimating K 2 (where lines for larger m lie below those for smaller m) log 10 C( ) ε log 10 ε Gao, Jianbo (PMB InTelliGence) Chaotic dynamics June / 37

Defending against Internet worms using a phase space method from chaos theory

Defending against Internet worms using a phase space method from chaos theory Defending against Internet worms using a phase space method from chaos theory Jing Hu and Jianbo Gao Department of Electrical & Computer Engineering University of Florida Nageswara S. Rao Computer Science

More information

Distinguishing chaos from noise

Distinguishing chaos from noise Distinguishing chaos from noise Jianbo Gao PMB InTelliGence, LLC, West Lafayette, IN 47906 Mechanical and Materials Engineering, Wright State University jbgao.pmb@gmail.com http://www.gao.ece.ufl.edu/

More information

However, in actual topology a distance function is not used to define open sets.

However, in actual topology a distance function is not used to define open sets. Chapter 10 Dimension Theory We are used to the notion of dimension from vector spaces: dimension of a vector space V is the minimum number of independent bases vectors needed to span V. Therefore, a point

More information

Phase-Space Reconstruction. Gerrit Ansmann

Phase-Space Reconstruction. Gerrit Ansmann Phase-Space Reconstruction Gerrit Ansmann Reprise: The Need for Non-Linear Methods. Lorenz oscillator x = 1(y x), y = x(28 z) y, z = xy 8z 3 Autoregressive process measured with non-linearity: y t =.8y

More information

Complex system approach to geospace and climate studies. Tatjana Živković

Complex system approach to geospace and climate studies. Tatjana Živković Complex system approach to geospace and climate studies Tatjana Živković 30.11.2011 Outline of a talk Importance of complex system approach Phase space reconstruction Recurrence plot analysis Test for

More information

Chaos. Dr. Dylan McNamara people.uncw.edu/mcnamarad

Chaos. Dr. Dylan McNamara people.uncw.edu/mcnamarad Chaos Dr. Dylan McNamara people.uncw.edu/mcnamarad Discovery of chaos Discovered in early 1960 s by Edward N. Lorenz (in a 3-D continuous-time model) Popularized in 1976 by Sir Robert M. May as an example

More information

NONLINEAR TIME SERIES ANALYSIS, WITH APPLICATIONS TO MEDICINE

NONLINEAR TIME SERIES ANALYSIS, WITH APPLICATIONS TO MEDICINE NONLINEAR TIME SERIES ANALYSIS, WITH APPLICATIONS TO MEDICINE José María Amigó Centro de Investigación Operativa, Universidad Miguel Hernández, Elche (Spain) J.M. Amigó (CIO) Nonlinear time series analysis

More information

No. 6 Determining the input dimension of a To model a nonlinear time series with the widely used feed-forward neural network means to fit the a

No. 6 Determining the input dimension of a To model a nonlinear time series with the widely used feed-forward neural network means to fit the a Vol 12 No 6, June 2003 cfl 2003 Chin. Phys. Soc. 1009-1963/2003/12(06)/0594-05 Chinese Physics and IOP Publishing Ltd Determining the input dimension of a neural network for nonlinear time series prediction

More information

Bayesian Inference and the Symbolic Dynamics of Deterministic Chaos. Christopher C. Strelioff 1,2 Dr. James P. Crutchfield 2

Bayesian Inference and the Symbolic Dynamics of Deterministic Chaos. Christopher C. Strelioff 1,2 Dr. James P. Crutchfield 2 How Random Bayesian Inference and the Symbolic Dynamics of Deterministic Chaos Christopher C. Strelioff 1,2 Dr. James P. Crutchfield 2 1 Center for Complex Systems Research and Department of Physics University

More information

INTRODUCTION TO CHAOS THEORY T.R.RAMAMOHAN C-MMACS BANGALORE

INTRODUCTION TO CHAOS THEORY T.R.RAMAMOHAN C-MMACS BANGALORE INTRODUCTION TO CHAOS THEORY BY T.R.RAMAMOHAN C-MMACS BANGALORE -560037 SOME INTERESTING QUOTATIONS * PERHAPS THE NEXT GREAT ERA OF UNDERSTANDING WILL BE DETERMINING THE QUALITATIVE CONTENT OF EQUATIONS;

More information

THREE DIMENSIONAL SYSTEMS. Lecture 6: The Lorenz Equations

THREE DIMENSIONAL SYSTEMS. Lecture 6: The Lorenz Equations THREE DIMENSIONAL SYSTEMS Lecture 6: The Lorenz Equations 6. The Lorenz (1963) Equations The Lorenz equations were originally derived by Saltzman (1962) as a minimalist model of thermal convection in a

More information

Estimating Lyapunov Exponents from Time Series. Gerrit Ansmann

Estimating Lyapunov Exponents from Time Series. Gerrit Ansmann Estimating Lyapunov Exponents from Time Series Gerrit Ansmann Example: Lorenz system. Two identical Lorenz systems with initial conditions; one is slightly perturbed (10 14 ) at t = 30: 20 x 2 1 0 20 20

More information

Entropy and Chance. Jianbo Gao. PMB InTelliGence, LLC, West Lafayette, IN Mechanical and Materials Engineering, Wright State University

Entropy and Chance. Jianbo Gao. PMB InTelliGence, LLC, West Lafayette, IN Mechanical and Materials Engineering, Wright State University Entropy and Chance Jianbo Gao PMB InTelliGence, LLC, West Lafayette, IN 47906 Mechanical and Materials Engineering, Wright State University jbgao.pmb@gmail.com http://www.gao.ece.ufl.edu/ Gao, Jianbo (PMB

More information

Modeling and Predicting Chaotic Time Series

Modeling and Predicting Chaotic Time Series Chapter 14 Modeling and Predicting Chaotic Time Series To understand the behavior of a dynamical system in terms of some meaningful parameters we seek the appropriate mathematical model that captures the

More information

Delay Coordinate Embedding

Delay Coordinate Embedding Chapter 7 Delay Coordinate Embedding Up to this point, we have known our state space explicitly. But what if we do not know it? How can we then study the dynamics is phase space? A typical case is when

More information

Dynamical Systems and Chaos Part I: Theoretical Techniques. Lecture 4: Discrete systems + Chaos. Ilya Potapov Mathematics Department, TUT Room TD325

Dynamical Systems and Chaos Part I: Theoretical Techniques. Lecture 4: Discrete systems + Chaos. Ilya Potapov Mathematics Department, TUT Room TD325 Dynamical Systems and Chaos Part I: Theoretical Techniques Lecture 4: Discrete systems + Chaos Ilya Potapov Mathematics Department, TUT Room TD325 Discrete maps x n+1 = f(x n ) Discrete time steps. x 0

More information

Mechanisms of Chaos: Stable Instability

Mechanisms of Chaos: Stable Instability Mechanisms of Chaos: Stable Instability Reading for this lecture: NDAC, Sec. 2.-2.3, 9.3, and.5. Unpredictability: Orbit complicated: difficult to follow Repeatedly convergent and divergent Net amplification

More information

Singular Measures and f(α)

Singular Measures and f(α) Chapter 10 Singular Measures and f(α) 10.1 Definition Another approach to characterizing the complexity of chaotic attractors is through the singularities of the measure. Demonstration 1 illustrates the

More information

The Research of Railway Coal Dispatched Volume Prediction Based on Chaos Theory

The Research of Railway Coal Dispatched Volume Prediction Based on Chaos Theory The Research of Railway Coal Dispatched Volume Prediction Based on Chaos Theory Hua-Wen Wu Fu-Zhang Wang Institute of Computing Technology, China Academy of Railway Sciences Beijing 00044, China, P.R.

More information

Chaos, Complexity, and Inference (36-462)

Chaos, Complexity, and Inference (36-462) Chaos, Complexity, and Inference (36-462) Lecture 4 Cosma Shalizi 22 January 2009 Reconstruction Inferring the attractor from a time series; powerful in a weird way Using the reconstructed attractor to

More information

Lesson 4: Non-fading Memory Nonlinearities

Lesson 4: Non-fading Memory Nonlinearities Lesson 4: Non-fading Memory Nonlinearities Nonlinear Signal Processing SS 2017 Christian Knoll Signal Processing and Speech Communication Laboratory Graz University of Technology June 22, 2017 NLSP SS

More information

One dimensional Maps

One dimensional Maps Chapter 4 One dimensional Maps The ordinary differential equation studied in chapters 1-3 provide a close link to actual physical systems it is easy to believe these equations provide at least an approximate

More information

Complex Dynamics of Microprocessor Performances During Program Execution

Complex Dynamics of Microprocessor Performances During Program Execution Complex Dynamics of Microprocessor Performances During Program Execution Regularity, Chaos, and Others Hugues BERRY, Daniel GRACIA PÉREZ, Olivier TEMAM Alchemy, INRIA, Orsay, France www-rocq.inria.fr/

More information

Reconstruction Deconstruction:

Reconstruction Deconstruction: Reconstruction Deconstruction: A Brief History of Building Models of Nonlinear Dynamical Systems Jim Crutchfield Center for Computational Science & Engineering Physics Department University of California,

More information

The Behaviour of a Mobile Robot Is Chaotic

The Behaviour of a Mobile Robot Is Chaotic AISB Journal 1(4), c SSAISB, 2003 The Behaviour of a Mobile Robot Is Chaotic Ulrich Nehmzow and Keith Walker Department of Computer Science, University of Essex, Colchester CO4 3SQ Department of Physics

More information

K. Pyragas* Semiconductor Physics Institute, LT-2600 Vilnius, Lithuania Received 19 March 1998

K. Pyragas* Semiconductor Physics Institute, LT-2600 Vilnius, Lithuania Received 19 March 1998 PHYSICAL REVIEW E VOLUME 58, NUMBER 3 SEPTEMBER 998 Synchronization of coupled time-delay systems: Analytical estimations K. Pyragas* Semiconductor Physics Institute, LT-26 Vilnius, Lithuania Received

More information

6.2 Brief review of fundamental concepts about chaotic systems

6.2 Brief review of fundamental concepts about chaotic systems 6.2 Brief review of fundamental concepts about chaotic systems Lorenz (1963) introduced a 3-variable model that is a prototypical example of chaos theory. These equations were derived as a simplification

More information

PHY411 Lecture notes Part 5

PHY411 Lecture notes Part 5 PHY411 Lecture notes Part 5 Alice Quillen January 27, 2016 Contents 0.1 Introduction.................................... 1 1 Symbolic Dynamics 2 1.1 The Shift map.................................. 3 1.2

More information

Complex Systems Methods 3. Statistical complexity of temporal sequences

Complex Systems Methods 3. Statistical complexity of temporal sequences Complex Systems Methods 3. Statistical complexity of temporal sequences Eckehard Olbrich MPI MiS Leipzig Potsdam WS 2007/08 Olbrich (Leipzig) 02.11.2007 1 / 24 Overview 1 Summary Kolmogorov sufficient

More information

What is Chaos? Implications of Chaos 4/12/2010

What is Chaos? Implications of Chaos 4/12/2010 Joseph Engler Adaptive Systems Rockwell Collins, Inc & Intelligent Systems Laboratory The University of Iowa When we see irregularity we cling to randomness and disorder for explanations. Why should this

More information

Testing for Chaos in Type-I ELM Dynamics on JET with the ILW. Fabio Pisano

Testing for Chaos in Type-I ELM Dynamics on JET with the ILW. Fabio Pisano Testing for Chaos in Type-I ELM Dynamics on JET with the ILW Fabio Pisano ACKNOWLEDGMENTS B. Cannas 1, A. Fanni 1, A. Murari 2, F. Pisano 1 and JET Contributors* EUROfusion Consortium, JET, Culham Science

More information

A benchmark test A benchmark test of accuracy and precision in estimating dynamical systems characteristics from a time series

A benchmark test A benchmark test of accuracy and precision in estimating dynamical systems characteristics from a time series 2 A benchmark test A benchmark test of accuracy and precision in estimating dynamical systems characteristics from a time series, SM Rispens, M Pijnappels, JH van Dieën, KS van Schooten, PJ Beek, A Daffertshofer

More information

Multifractal Models for Solar Wind Turbulence

Multifractal Models for Solar Wind Turbulence Multifractal Models for Solar Wind Turbulence Wiesław M. Macek Faculty of Mathematics and Natural Sciences. College of Sciences, Cardinal Stefan Wyszyński University, Dewajtis 5, 01-815 Warsaw, Poland;

More information

Dynamics of partial discharges involved in electrical tree growth in insulation and its relation with the fractal dimension

Dynamics of partial discharges involved in electrical tree growth in insulation and its relation with the fractal dimension Dynamics of partial discharges involved in electrical tree growth in insulation and its relation with the fractal dimension Daniela Contreras Departamento de Matemática Universidad Técnica Federico Santa

More information

Revista Economica 65:6 (2013)

Revista Economica 65:6 (2013) INDICATIONS OF CHAOTIC BEHAVIOUR IN USD/EUR EXCHANGE RATE CIOBANU Dumitru 1, VASILESCU Maria 2 1 Faculty of Economics and Business Administration, University of Craiova, Craiova, Romania 2 Faculty of Economics

More information

Introduction to Dynamical Systems Basic Concepts of Dynamics

Introduction to Dynamical Systems Basic Concepts of Dynamics Introduction to Dynamical Systems Basic Concepts of Dynamics A dynamical system: Has a notion of state, which contains all the information upon which the dynamical system acts. A simple set of deterministic

More information

arxiv:cond-mat/ v1 8 Jan 2004

arxiv:cond-mat/ v1 8 Jan 2004 Multifractality and nonextensivity at the edge of chaos of unimodal maps E. Mayoral and A. Robledo arxiv:cond-mat/0401128 v1 8 Jan 2004 Instituto de Física, Universidad Nacional Autónoma de México, Apartado

More information

1 Random walks and data

1 Random walks and data Inference, Models and Simulation for Complex Systems CSCI 7-1 Lecture 7 15 September 11 Prof. Aaron Clauset 1 Random walks and data Supposeyou have some time-series data x 1,x,x 3,...,x T and you want

More information

Chaos in the Hénon-Heiles system

Chaos in the Hénon-Heiles system Chaos in the Hénon-Heiles system University of Karlstad Christian Emanuelsson Analytical Mechanics FYGC04 Abstract This paper briefly describes how the Hénon-Helies system exhibits chaos. First some subjects

More information

Delay-induced chaos with multifractal attractor in a traffic flow model

Delay-induced chaos with multifractal attractor in a traffic flow model EUROPHYSICS LETTERS 15 January 2001 Europhys. Lett., 57 (2), pp. 151 157 (2002) Delay-induced chaos with multifractal attractor in a traffic flow model L. A. Safonov 1,2, E. Tomer 1,V.V.Strygin 2, Y. Ashkenazy

More information

Phase Desynchronization as a Mechanism for Transitions to High-Dimensional Chaos

Phase Desynchronization as a Mechanism for Transitions to High-Dimensional Chaos Commun. Theor. Phys. (Beijing, China) 35 (2001) pp. 682 688 c International Academic Publishers Vol. 35, No. 6, June 15, 2001 Phase Desynchronization as a Mechanism for Transitions to High-Dimensional

More information

CHAOS -SOME BASIC CONCEPTS

CHAOS -SOME BASIC CONCEPTS CHAOS -SOME BASIC CONCEPTS Anders Ekberg INTRODUCTION This report is my exam of the "Chaos-part" of the course STOCHASTIC VIBRATIONS. I m by no means any expert in the area and may well have misunderstood

More information

Scenarios for the transition to chaos

Scenarios for the transition to chaos Scenarios for the transition to chaos Alessandro Torcini alessandro.torcini@cnr.it Istituto dei Sistemi Complessi - CNR - Firenze Istituto Nazionale di Fisica Nucleare - Sezione di Firenze Centro interdipartimentale

More information

Why are Discrete Maps Sufficient?

Why are Discrete Maps Sufficient? Why are Discrete Maps Sufficient? Why do dynamical systems specialists study maps of the form x n+ 1 = f ( xn), (time is discrete) when much of the world around us evolves continuously, and is thus well

More information

Information Mining for Friction Torque of Rolling Bearing for Space Applications Using Chaotic Theory

Information Mining for Friction Torque of Rolling Bearing for Space Applications Using Chaotic Theory Research Journal of Applied Sciences, Engineering and Technology 5(22): 5223229, 213 ISSN: 24-7459; e-issn: 24-7467 Maxwell Scientific Organization, 213 Submitted: October 9, 212 Accepted: December 3,

More information

Introduction Knot Theory Nonlinear Dynamics Topology in Chaos Open Questions Summary. Topology in Chaos

Introduction Knot Theory Nonlinear Dynamics Topology in Chaos Open Questions Summary. Topology in Chaos Introduction Knot Theory Nonlinear Dynamics Open Questions Summary A tangled tale about knot, link, template, and strange attractor Centre for Chaos & Complex Networks City University of Hong Kong Email:

More information

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for DYNAMICAL SYSTEMS. COURSE CODES: TIF 155, FIM770GU, PhD

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for DYNAMICAL SYSTEMS. COURSE CODES: TIF 155, FIM770GU, PhD CHALMERS, GÖTEBORGS UNIVERSITET EXAM for DYNAMICAL SYSTEMS COURSE CODES: TIF 155, FIM770GU, PhD Time: Place: Teachers: Allowed material: Not allowed: August 22, 2018, at 08 30 12 30 Johanneberg Jan Meibohm,

More information

Dynamical analysis and circuit simulation of a new three-dimensional chaotic system

Dynamical analysis and circuit simulation of a new three-dimensional chaotic system Dynamical analysis and circuit simulation of a new three-dimensional chaotic system Wang Ai-Yuan( 王爱元 ) a)b) and Ling Zhi-Hao( 凌志浩 ) a) a) Department of Automation, East China University of Science and

More information

Nonlinear Prediction for Top and Bottom Values of Time Series

Nonlinear Prediction for Top and Bottom Values of Time Series Vol. 2 No. 1 123 132 (Feb. 2009) 1 1 Nonlinear Prediction for Top and Bottom Values of Time Series Tomoya Suzuki 1 and Masaki Ota 1 To predict time-series data depending on temporal trends, as stock price

More information

More Details Fixed point of mapping is point that maps into itself, i.e., x n+1 = x n.

More Details Fixed point of mapping is point that maps into itself, i.e., x n+1 = x n. More Details Fixed point of mapping is point that maps into itself, i.e., x n+1 = x n. If there are points which, after many iterations of map then fixed point called an attractor. fixed point, If λ

More information

Attractor of a Shallow Water Equations Model

Attractor of a Shallow Water Equations Model Thai Journal of Mathematics Volume 5(2007) Number 2 : 299 307 www.math.science.cmu.ac.th/thaijournal Attractor of a Shallow Water Equations Model S. Sornsanam and D. Sukawat Abstract : In this research,

More information

Lecture 6. Lorenz equations and Malkus' waterwheel Some properties of the Lorenz Eq.'s Lorenz Map Towards definitions of:

Lecture 6. Lorenz equations and Malkus' waterwheel Some properties of the Lorenz Eq.'s Lorenz Map Towards definitions of: Lecture 6 Chaos Lorenz equations and Malkus' waterwheel Some properties of the Lorenz Eq.'s Lorenz Map Towards definitions of: Chaos, Attractors and strange attractors Transient chaos Lorenz Equations

More information

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for DYNAMICAL SYSTEMS. COURSE CODES: TIF 155, FIM770GU, PhD

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for DYNAMICAL SYSTEMS. COURSE CODES: TIF 155, FIM770GU, PhD CHALMERS, GÖTEBORGS UNIVERSITET EXAM for DYNAMICAL SYSTEMS COURSE CODES: TIF 155, FIM770GU, PhD Time: Place: Teachers: Allowed material: Not allowed: April 06, 2018, at 14 00 18 00 Johanneberg Kristian

More information

Introduction to Classical Chaos

Introduction to Classical Chaos Introduction to Classical Chaos WeiHan Hsiao a a Department of Physics, The University of Chicago E-mail: weihanhsiao@uchicago.edu ABSTRACT: This note is a contribution to Kadanoff Center for Theoretical

More information

Detecting chaos in pseudoperiodic time series without embedding

Detecting chaos in pseudoperiodic time series without embedding Detecting chaos in pseudoperiodic time series without embedding J. Zhang,* X. Luo, and M. Small Department of Electronic and Information Engineering, Hong Kong Polytechnic University, Hung Hom, Kowloon,

More information

Chaotic Invariants for Human Action Recognition

Chaotic Invariants for Human Action Recognition Chaotic Invariants for Human Action Recognition Saad Ali Computer Vision Lab University of Central Florida sali@cs.ucf.edu Arslan Basharat Computer Vision Lab University of Central Florida arslan@cs.ucf.edu

More information

Available online at AASRI Procedia 1 (2012 ) AASRI Conference on Computational Intelligence and Bioinformatics

Available online at  AASRI Procedia 1 (2012 ) AASRI Conference on Computational Intelligence and Bioinformatics Available online at www.sciencedirect.com AASRI Procedia ( ) 377 383 AASRI Procedia www.elsevier.com/locate/procedia AASRI Conference on Computational Intelligence and Bioinformatics Chaotic Time Series

More information

Research Article Symplectic Principal Component Analysis: A New Method for Time Series Analysis

Research Article Symplectic Principal Component Analysis: A New Method for Time Series Analysis Mathematical Problems in Engineering Volume 211, Article ID 793429, 14 pages doi:1.11/211/793429 Research Article Symplectic Principal Component Analysis: A New Method for Time Series Analysis Min Lei

More information

The Big, Big Picture (Bifurcations II)

The Big, Big Picture (Bifurcations II) The Big, Big Picture (Bifurcations II) Reading for this lecture: NDAC, Chapter 8 and Sec. 10.0-10.4. 1 Beyond fixed points: Bifurcation: Qualitative change in behavior as a control parameter is (slowly)

More information

Noise-induced unstable dimension variability and transition to chaos in random dynamical systems

Noise-induced unstable dimension variability and transition to chaos in random dynamical systems Noise-induced unstable dimension variability and transition to chaos in random dynamical systems Ying-Cheng Lai, 1,2 Zonghua Liu, 1 Lora Billings, 3 and Ira B. Schwartz 4 1 Department of Mathematics, Center

More information

Determination of fractal dimensions of solar radio bursts

Determination of fractal dimensions of solar radio bursts Astron. Astrophys. 357, 337 350 (2000) ASTRONOMY AND ASTROPHYSICS Determination of fractal dimensions of solar radio bursts A. Veronig 1, M. Messerotti 2, and A. Hanslmeier 1 1 Institute of Astronomy,

More information

144 Brazilian Journal of Physics, vol. 29, no. 1, March, Systems and Generalized Entropy. Departamento de Fsica,

144 Brazilian Journal of Physics, vol. 29, no. 1, March, Systems and Generalized Entropy. Departamento de Fsica, 144 Brazilian Journal of Physics, vol. 29, no. 1, March, 1999 Low-Dimensional Non-Linear Dynamical Systems and Generalized Entropy Crisogono R. da Silva, Heber R. da Cruz and Marcelo L. Lyra Departamento

More information

PHONEME CLASSIFICATION OVER THE RECONSTRUCTED PHASE SPACE USING PRINCIPAL COMPONENT ANALYSIS

PHONEME CLASSIFICATION OVER THE RECONSTRUCTED PHASE SPACE USING PRINCIPAL COMPONENT ANALYSIS PHONEME CLASSIFICATION OVER THE RECONSTRUCTED PHASE SPACE USING PRINCIPAL COMPONENT ANALYSIS Jinjin Ye jinjin.ye@mu.edu Michael T. Johnson mike.johnson@mu.edu Richard J. Povinelli richard.povinelli@mu.edu

More information

Application of Chaos Theory and Genetic Programming in Runoff Time Series

Application of Chaos Theory and Genetic Programming in Runoff Time Series Application of Chaos Theory and Genetic Programming in Runoff Time Series Mohammad Ali Ghorbani 1, Hossein Jabbari Khamnei, Hakimeh Asadi 3*, Peyman Yousefi 4 1 Associate Professor, Department of Water

More information

n-dimensional LCE code

n-dimensional LCE code n-dimensional LCE code Dale L Peterson Department of Mechanical and Aeronautical Engineering University of California, Davis dlpeterson@ucdavisedu June 10, 2007 Abstract The Lyapunov characteristic exponents

More information

SIMULATED CHAOS IN BULLWHIP EFFECT

SIMULATED CHAOS IN BULLWHIP EFFECT Journal of Management, Marketing and Logistics (JMML), ISSN: 2148-6670 Year: 2015 Volume: 2 Issue: 1 SIMULATED CHAOS IN BULLWHIP EFFECT DOI: 10.17261/Pressacademia.2015111603 Tunay Aslan¹ ¹Sakarya University,

More information

Predictability and Chaotic Nature of Daily Streamflow

Predictability and Chaotic Nature of Daily Streamflow 34 th IAHR World Congress - Balance and Uncertainty 26 June - 1 July 211, Brisbane, Australia 33 rd Hydrology & Water Resources Symposium 1 th Hydraulics Conference Predictability and Chaotic Nature of

More information

Long-Term Prediction, Chaos and Artificial Neural Networks. Where is the Meeting Point?

Long-Term Prediction, Chaos and Artificial Neural Networks. Where is the Meeting Point? Engineering Letters, 5:, EL_5 Long-Term Prediction, Chaos and Artificial Neural Networks. Where is the Meeting Point? Pilar Gómez-Gil Abstract This paper presents the advances of a research using a combination

More information

How much information is contained in a recurrence plot?

How much information is contained in a recurrence plot? Physics Letters A 330 (2004) 343 349 www.elsevier.com/locate/pla How much information is contained in a recurrence plot? Marco Thiel, M. Carmen Romano, Jürgen Kurths University of Potsdam, Nonlinear Dynamics,

More information

Edward Lorenz. Professor of Meteorology at the Massachusetts Institute of Technology

Edward Lorenz. Professor of Meteorology at the Massachusetts Institute of Technology The Lorenz system Edward Lorenz Professor of Meteorology at the Massachusetts Institute of Technology In 1963 derived a three dimensional system in efforts to model long range predictions for the weather

More information

Commun Nonlinear Sci Numer Simulat

Commun Nonlinear Sci Numer Simulat Commun Nonlinear Sci Numer Simulat 16 (2011) 3294 3302 Contents lists available at ScienceDirect Commun Nonlinear Sci Numer Simulat journal homepage: www.elsevier.com/locate/cnsns Neural network method

More information

WHAT IS A CHAOTIC ATTRACTOR?

WHAT IS A CHAOTIC ATTRACTOR? WHAT IS A CHAOTIC ATTRACTOR? CLARK ROBINSON Abstract. Devaney gave a mathematical definition of the term chaos, which had earlier been introduced by Yorke. We discuss issues involved in choosing the properties

More information

Pattern Formation and Chaos

Pattern Formation and Chaos Developments in Experimental Pattern Formation - Isaac Newton Institute, 2005 1 Pattern Formation and Chaos Insights from Large Scale Numerical Simulations of Rayleigh-Bénard Convection Collaborators:

More information

Investigation of Chaotic Nature of Sunspot Data by Nonlinear Analysis Techniques

Investigation of Chaotic Nature of Sunspot Data by Nonlinear Analysis Techniques American-Eurasian Journal of Scientific Research 10 (5): 272-277, 2015 ISSN 1818-6785 IDOSI Publications, 2015 DOI: 10.5829/idosi.aejsr.2015.10.5.1150 Investigation of Chaotic Nature of Sunspot Data by

More information

Generating a Complex Form of Chaotic Pan System and its Behavior

Generating a Complex Form of Chaotic Pan System and its Behavior Appl. Math. Inf. Sci. 9, No. 5, 2553-2557 (2015) 2553 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.12785/amis/090540 Generating a Complex Form of Chaotic Pan

More information

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for DYNAMICAL SYSTEMS. COURSE CODES: TIF 155, FIM770GU, PhD

CHALMERS, GÖTEBORGS UNIVERSITET. EXAM for DYNAMICAL SYSTEMS. COURSE CODES: TIF 155, FIM770GU, PhD CHALMERS, GÖTEBORGS UNIVERSITET EXAM for DYNAMICAL SYSTEMS COURSE CODES: TIF 155, FIM770GU, PhD Time: Place: Teachers: Allowed material: Not allowed: January 08, 2018, at 08 30 12 30 Johanneberg Kristian

More information

Physics Department Drexel University Philadelphia, PA

Physics Department Drexel University Philadelphia, PA Overview- Overview- Physics Department Drexel University Philadelphia, PA 19104 robert.gilmore@drexel.edu Colloquium, Department of Applied Mathematics New Jersey Institute of Technology Newark, New Jersey

More information

Stabilization of Hyperbolic Chaos by the Pyragas Method

Stabilization of Hyperbolic Chaos by the Pyragas Method Journal of Mathematics and System Science 4 (014) 755-76 D DAVID PUBLISHING Stabilization of Hyperbolic Chaos by the Pyragas Method Sergey Belyakin, Arsen Dzanoev, Sergey Kuznetsov Physics Faculty, Moscow

More information

DETERMINATION OF MODEL VALID PREDICTION PERIOD USING THE BACKWARD FOKKER-PLANCK EQUATION

DETERMINATION OF MODEL VALID PREDICTION PERIOD USING THE BACKWARD FOKKER-PLANCK EQUATION .4 DETERMINATION OF MODEL VALID PREDICTION PERIOD USING THE BACKWARD FOKKER-PLANCK EQUATION Peter C. Chu, Leonid M. Ivanov, and C.W. Fan Department of Oceanography Naval Postgraduate School Monterey, California.

More information

Time-Series Based Prediction of Dynamical Systems and Complex. Networks

Time-Series Based Prediction of Dynamical Systems and Complex. Networks Time-Series Based Prediction of Dynamical Systems and Complex Collaborators Networks Ying-Cheng Lai ECEE Arizona State University Dr. Wenxu Wang, ECEE, ASU Mr. Ryan Yang, ECEE, ASU Mr. Riqi Su, ECEE, ASU

More information

Introduction to fractal analysis of orbits of dynamical systems. ZAGREB DYNAMICAL SYSTEMS WORKSHOP 2018 Zagreb, October 22-26, 2018

Introduction to fractal analysis of orbits of dynamical systems. ZAGREB DYNAMICAL SYSTEMS WORKSHOP 2018 Zagreb, October 22-26, 2018 Vesna Županović Introduction to fractal analysis of orbits of dynamical systems University of Zagreb, Croatia Faculty of Electrical Engineering and Computing Centre for Nonlinear Dynamics, Zagreb ZAGREB

More information

Chapter 2 Chaos theory and its relationship to complexity

Chapter 2 Chaos theory and its relationship to complexity Chapter 2 Chaos theory and its relationship to complexity David Kernick This chapter introduces chaos theory and the concept of non-linearity. It highlights the importance of reiteration and the system

More information

Fractals, Dynamical Systems and Chaos. MATH225 - Field 2008

Fractals, Dynamical Systems and Chaos. MATH225 - Field 2008 Fractals, Dynamical Systems and Chaos MATH225 - Field 2008 Outline Introduction Fractals Dynamical Systems and Chaos Conclusions Introduction When beauty is abstracted then ugliness is implied. When good

More information

Computer Problems for Methods of Solving Ordinary Differential Equations

Computer Problems for Methods of Solving Ordinary Differential Equations Computer Problems for Methods of Solving Ordinary Differential Equations 1. Have a computer make a phase portrait for the system dx/dt = x + y, dy/dt = 2y. Clearly indicate critical points and separatrices.

More information

Nonlinear dynamics, delay times, and embedding windows

Nonlinear dynamics, delay times, and embedding windows Physica D 127 (1999) 48 60 Nonlinear dynamics, delay times, and embedding windows H.S. Kim 1,a, R. Eykholt b,, J.D. Salas c a Department of Civil Engineering, Colorado State University, Fort Collins, CO

More information

Chapter 6: Ensemble Forecasting and Atmospheric Predictability. Introduction

Chapter 6: Ensemble Forecasting and Atmospheric Predictability. Introduction Chapter 6: Ensemble Forecasting and Atmospheric Predictability Introduction Deterministic Chaos (what!?) In 1951 Charney indicated that forecast skill would break down, but he attributed it to model errors

More information

Mathematical Foundations of Neuroscience - Lecture 7. Bifurcations II.

Mathematical Foundations of Neuroscience - Lecture 7. Bifurcations II. Mathematical Foundations of Neuroscience - Lecture 7. Bifurcations II. Filip Piękniewski Faculty of Mathematics and Computer Science, Nicolaus Copernicus University, Toruń, Poland Winter 2009/2010 Filip

More information

Differential equations

Differential equations Differential equations Math 27 Spring 2008 In-term exam February 5th. Solutions This exam contains fourteen problems numbered through 4. Problems 3 are multiple choice problems, which each count 6% of

More information

Majid Sodagar, 1 Patrick Chang, 1 Edward Coyler, 1 and John Parke 1 School of Physics, Georgia Institute of Technology, Atlanta, Georgia 30332, USA

Majid Sodagar, 1 Patrick Chang, 1 Edward Coyler, 1 and John Parke 1 School of Physics, Georgia Institute of Technology, Atlanta, Georgia 30332, USA Experimental Characterization of Chua s Circuit Majid Sodagar, 1 Patrick Chang, 1 Edward Coyler, 1 and John Parke 1 School of Physics, Georgia Institute of Technology, Atlanta, Georgia 30332, USA (Dated:

More information

Application of Physics Model in prediction of the Hellas Euro election results

Application of Physics Model in prediction of the Hellas Euro election results Journal of Engineering Science and Technology Review 2 (1) (2009) 104-111 Research Article JOURNAL OF Engineering Science and Technology Review www.jestr.org Application of Physics Model in prediction

More information

Chaos and Liapunov exponents

Chaos and Liapunov exponents PHYS347 INTRODUCTION TO NONLINEAR PHYSICS - 2/22 Chaos and Liapunov exponents Definition of chaos In the lectures we followed Strogatz and defined chaos as aperiodic long-term behaviour in a deterministic

More information

Chaos in GDP. Abstract

Chaos in GDP. Abstract Chaos in GDP R. Kříž Abstract This paper presents an analysis of GDP and finds chaos in GDP. I tried to find a nonlinear lower-dimensional discrete dynamic macroeconomic model that would characterize GDP.

More information

Simple approach to the creation of a strange nonchaotic attractor in any chaotic system

Simple approach to the creation of a strange nonchaotic attractor in any chaotic system PHYSICAL REVIEW E VOLUME 59, NUMBER 5 MAY 1999 Simple approach to the creation of a strange nonchaotic attractor in any chaotic system J. W. Shuai 1, * and K. W. Wong 2, 1 Department of Biomedical Engineering,

More information

A Model of Evolutionary Dynamics with Quasiperiodic Forcing

A Model of Evolutionary Dynamics with Quasiperiodic Forcing paper presented at Society for Experimental Mechanics (SEM) IMAC XXXIII Conference on Structural Dynamics February 2-5, 205, Orlando FL A Model of Evolutionary Dynamics with Quasiperiodic Forcing Elizabeth

More information

Phase Synchronization of Van der Pol-Duffing Oscillators Using Decomposition Method

Phase Synchronization of Van der Pol-Duffing Oscillators Using Decomposition Method Adv. Studies Theor. Phys., Vol. 3, 29, no. 11, 429-437 Phase Synchronization of Van der Pol-Duffing Oscillators Using Decomposition Method Gh. Asadi Cordshooli Department of Physics, Shahr-e-Rey Branch,

More information

Multiscale Analysis of Complex Time Series by Scale Dependent Lyapunov Exponent

Multiscale Analysis of Complex Time Series by Scale Dependent Lyapunov Exponent Multiscale Analysis of Complex Time Series by Scale Dependent Lyapunov Exponent Jianbo Gao Department of Electrical & Computer Engineering University of Florida, Gainesville gao@ece.ufl.edu 1 Outline Motivations

More information

Distinguishing chaos from noise by scale-dependent Lyapunov exponent

Distinguishing chaos from noise by scale-dependent Lyapunov exponent Physics Physics Research Publications Purdue University Year 2006 Distinguishing chaos from noise by scale-dependent Lyapunov exponent J. B. Gao J. Hu W. W. Tung Y. H. Cao This paper is posted at Purdue

More information

Introduction to asymptotic techniques for stochastic systems with multiple time-scales

Introduction to asymptotic techniques for stochastic systems with multiple time-scales Introduction to asymptotic techniques for stochastic systems with multiple time-scales Eric Vanden-Eijnden Courant Institute Motivating examples Consider the ODE {Ẋ = Y 3 + sin(πt) + cos( 2πt) X() = x

More information

Experimental Characterization of Nonlinear Dynamics from Chua s Circuit

Experimental Characterization of Nonlinear Dynamics from Chua s Circuit Experimental Characterization of Nonlinear Dynamics from Chua s Circuit Patrick Chang, Edward Coyle, John Parker, Majid Sodagar NLD class final presentation 12/04/2012 Outline Introduction Experiment setup

More information

WHEELSET BEARING VIBRATION ANALYSIS BASED ON NONLINEAR DYNAMICAL METHOD

WHEELSET BEARING VIBRATION ANALYSIS BASED ON NONLINEAR DYNAMICAL METHOD 15 th November 212. Vol. 45 No.1 25-212 JATIT & LLS. All rights reserved. WHEELSET BEARING VIBRATION ANALYSIS BASED ON NONLINEAR DYNAMICAL METHOD 1,2 ZHAO ZHIHONG, 2 LIU YONGQIANG 1 School of Computing

More information