nonlinear time series analysis with the tisean package ...€¦ · nonlinear time series analysis...

33
Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich MPI MIS Leipzig Potsdam SS 2008 Olbrich (Leipzig) 06.06.2008 1 / 27

Upload: others

Post on 14-Jun-2020

7 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Nonlinear time series analysis with the TISEAN package

— Prediction, Modelling and Noise Reduction

Eckehard Olbrich

MPI MIS Leipzig

Potsdam SS 2008

Olbrich (Leipzig) 06.06.2008 1 / 27

Page 2: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Prediction and Modeling

Deterministic dynamicsxxxn+1 = FFF (xxxn+1)

which reduces toxn+1 = F (xn, . . . , xn−m+1)

in the case of delay embedding.

Local methods: Basic idea: Looking for similar events in the past andusing their future for prediction.Local constant (lzo-run): Using the average as prediction.Local linear (lfo-run): Fitting a linear model for similarevents, i.e. neighbors in phase space.

Global models: Parameterizing the function FFF and fitting the parameters.Polynomials (polynom)Radial basis functions (rbf)Neural networks (not included in TISEAN)

Olbrich (Leipzig) 06.06.2008 2 / 27

Page 3: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Local constant prediction — lzo

We want to predict xn+1.

1 Looking for similar events in the past. Formally, looking for xxxk with|xxxn − xxxk | ≤ ǫ, thus xxxk ∈ Uǫ(xxxn)

2 Then our prediction is

x̂n+1 =1

|Uǫ(xxxn)|

k:xxxk∈Uǫ(xxxn)

xk+1

Parameter:

Embedding parameter: delay d and embedding dimension m

Minimal number of neighbours and/or neighbourhood size

Olbrich (Leipzig) 06.06.2008 3 / 27

Page 4: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Local constant prediction

Lorenz system, m = 5, d = 5

-20

-15

-10

-5

0

5

10

15

20

0 100 200 300 400 500 600 700 800 900 1000

x(t)

t

dataprediction

-20

-15

-10

-5

0

5

10

15

20

-20 -15 -10 -5 0 5 10 15 20

x(t+

10 ∆

)

x(t)

dataprediction

Advantage: High flexibility and robustness.

Disadvantage: Bad approximation of FFF (xxxn).

Large bias at the boundaries.Dynamics more regular than the original one.

Optimal number of neighbours: trade-off between bias and variance of F̂FF

Olbrich (Leipzig) 06.06.2008 4 / 27

Page 5: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Local constant prediction

Logistic map, m = 2, default parameters

-1

-0.8

-0.6

-0.4

-0.2

0

0.2

0.4

0.6

0.8

1

0 100 200 300 400 500 600 700 800 900 1000

x n

n

-1

-0.8

-0.6

-0.4

-0.2

0

0.2

0.4

0.6

0.8

1

-1 -0.8 -0.6 -0.4 -0.2 0 0.2 0.4 0.6 0.8 1

x n

xn-1

datapredictions

Advantage: High flexibility and robustness.

Disadvantage: Bad approximation of FFF (xxxn).

Large bias at the boundaries.Dynamics more regular than the original one.

Optimal number of neighbours: trade-off between bias and variance of F̂FF

Olbrich (Leipzig) 06.06.2008 4 / 27

Page 6: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Local linear prediction — lfo

We want to predict xn+1.

1 Looking for similar events in the past. Formally, looking for xxxk with|xxxn − xxxk | ≤ ǫ, thus xxxk ∈ Uǫ(xxxn)

2 Now our prediction is not the average of the futures of the similarfrom the past, but made by a linear model of these events.

x̂n+1 = AAAnxxxn + bbbn

withx̂k+1 = AAAnxxxk + bbbn

being the optimal linear predictor for the xk+1.

Parameter:

Embedding parameter: delay d and embedding dimension m

Minimal number of neighbours and/or neighbourhood size

Olbrich (Leipzig) 06.06.2008 5 / 27

Page 7: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Local linear prediction

Lorenz system, m = 5, d = 5

-20

-15

-10

-5

0

5

10

15

20

0 100 200 300 400 500 600 700 800 900 1000

x(t)

t

dataprediction

-20

-15

-10

-5

0

5

10

15

20

-20 -15 -10 -5 0 5 10 15 20

x(t+

10 ∆

)x(t)

dataprediction

Advantage: High flexibility, better model than local constant model

Disadvantage: Less robust than local constant, in particular with noisydata

Olbrich (Leipzig) 06.06.2008 6 / 27

Page 8: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

From nonlinear back to linear models - lfo-ar

Local linear models provide an easy way to check for nonlineardeterministic structure in the data by varying the neighbourhood size.

Small neighbourhood size → nonlinear structure is captured if present

Increasing the neighbourhood size → model converges to a globallinear model, a AR(m)-model.

A distinct minimum in the plot of the prediction error via theneighbourhood size indicates non-linearity.

Note: We have to assume some dynamical noise on the data,otherwise the global linear model would produce a fixed point.

Olbrich (Leipzig) 06.06.2008 7 / 27

Page 9: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Example 2-d map with dynamical noise

xn+1 = 2(e−2x2n − 1/2) + 0.3 · xn−1 + ξn

-1 -0.5 0 0.5 1 1.5-1-0.5

0 0.5

1 1.5

-1-0.5

0 0.5

1 1.5

xn+1

xn-1

xn

xn+1

-1.5 -1 -0.5 0 0.5 1 1.5-1.5-1

-0.5 0

0.5 1

1.5-1.5

-1-0.5

0 0.5

1 1.5

xn+1

xn-1

xn

xn+1

-4 -3 -2 -1 0 1 2 3 -4-3

-2-1

0 1

2 3

-4-3-2-1 0 1 2 3

xn+1

xn-1

xn

xn+1

-10 -8 -6 -4 -2 0 2 4 6 8 10-10-8-6-4-2 0 2 4 6 8 10

-10-8-6-4-2 0 2 4 6 8

10

xn+1

xn-1

xn

xn+1

Delay plots for different noise am-plitudes

0

0.2

0.4

0.6

0.8

1

1.2

1.4

0.01 0.1 1 10

rel.

fore

cast

err

orε

noise=0.1noise=0.5noise=1.0noise=2.0

Relative prediction error vs. localneighbourhood size

Olbrich (Leipzig) 06.06.2008 8 / 27

Page 10: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Global models — Polynoms

FFF (xxx) =∑

i1,...,im

ai1i2...imx i1n x i2

n−1 . . . x imn−m+1

with the sum going over all m-tupel (i1, . . . , im) with∑m

k=1 ik ≤ p.Parameter:

Embedding parameter: delay d and embedding dimension m

Order of the polynom p. p = 1 corresponds to a linear model.

Olbrich (Leipzig) 06.06.2008 9 / 27

Page 11: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Polynomial models - Example

Lorenz system: m = 5, p = 3

-30

-20

-10

0

10

20

30

40

0 50 100 150 200 250 300 350 400

x(t)

t

datad=1d=5d=7

d=10 Forecast errors:

d = 1 1.153983e-04d = 5 7.063427e-05d = 7 6.116494e-05d = 10 7.397461e-05

Olbrich (Leipzig) 06.06.2008 10 / 27

Page 12: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Polynomial models - Properties

Advantage: Easy to interprete (at least in some cases)

Disadvantage: Very often unstable — trajectory becomes unbounded,explosion of number of parameters

How to deal with the combinatorial explosion of parameters?

Backward elimination: The program polyback removes term by termdown to a given final number of remaining terms. The terms areremoved in such a way that the onestep forecast error increasesminimally.

Note that this procedure might not find the optimal model of acertain size (i.e. number of parameters)

Olbrich (Leipzig) 06.06.2008 11 / 27

Page 13: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Global models — Radial Basis Functions

F (xxx) = a0 +

p∑

k=l

akΦ(||xxx − yyy i ||)

Functions Φ(r) are bellshaped, i.e. maximal at r = 0 and rapidlydecaying towards zero with increasing r .

Number and width of the functions Φ being fixed, the estimation ofthe ak is a linear problem and could be estimated using least squares.

rbf in TISEAN uses Gaussians with the standard deviation of the data

Olbrich (Leipzig) 06.06.2008 12 / 27

Page 14: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Some general remarks — Prediction

Minimizing the root mean square error was a maximum likelihoodestimator for Gaussian residuals. Here we have non-linear models withnon-Gaussian residuals in general. Thus estimated predictors are notnecessarily optimal.

Also the problem of overfitting might occur. If one has enough data,one could use the out of sample error for model selection. Or onecould use one of the information criteria (AIC, BIC, ...) althoughusually the underlying assumptions are not met.

Conceptionally appealing is minimal description length (MDL)principle by Rissanen: The more parameters the model has the morebits are needed to ecode the model, but the less bits are needed forencoding the residuals. The best model is the model which leads tothe shortest encoding of the data.

Olbrich (Leipzig) 06.06.2008 13 / 27

Page 15: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Some general remarks — Modelling

Prediction 6= Modelling. Minimizing the one-step prediction errorleads usually to good short term predictions, but not to nessecarily togood models.

The model might be

Olbrich (Leipzig) 06.06.2008 14 / 27

Page 16: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Some general remarks — Modelling

Prediction 6= Modelling. Minimizing the one-step prediction errorleads usually to good short term predictions, but not to nessecarily togood models.

The model might be

Unstable, i.e. the trajectory diverges (polynom).

Olbrich (Leipzig) 06.06.2008 14 / 27

Page 17: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Some general remarks — Modelling

Prediction 6= Modelling. Minimizing the one-step prediction errorleads usually to good short term predictions, but not to nessecarily togood models.

The model might be

Unstable, i.e. the trajectory diverges (polynom).Converge to an attractor at different positions in the phase space.

Olbrich (Leipzig) 06.06.2008 14 / 27

Page 18: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Some general remarks — Modelling

Prediction 6= Modelling. Minimizing the one-step prediction errorleads usually to good short term predictions, but not to nessecarily togood models.

The model might be

Unstable, i.e. the trajectory diverges (polynom).Converge to an attractor at different positions in the phase space.Model shows qualitatively different behavior than the data, e.g.periodic instead of chaotic (lzo-run)

No general scheme to find good models

One possibility: minimizing n-step prediction errors instead of only the1-step prediction error. Minimizing the n-step prediction error is,however, already a non-linear problem. Thus there are computationalproblems and also problems of existence and uniqueness.

Olbrich (Leipzig) 06.06.2008 14 / 27

Page 19: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

How to evaluate your model?

Prediction error characterizes only short term behaviour

How to characterize the long term behaviour?

Estimate the dynamical invariants — dimension, entropies, Lyapunovexponents — from your model and directly from the dataFor noisy data: compare statistical properties of data generated by themodel with the original data, e.g. the correlation integral C (m, ǫ).

Olbrich (Leipzig) 06.06.2008 15 / 27

Page 20: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

What if the systems are not perfectly deterministic?

We distinguish two kinds of noise:

Measurement noise: Here the dynamical system is still deterministic

xxxn+1 = FFF (xxxn)

but observed via a noisy channel

yyyn = h(xxxn) + νννn .

Dynamical noise:xxxn+1 = FFF (xxxn) + ξξξn .

Here we have a qualitative different dynamics. The noiseterm can stand for high-dimensional and/or high-entropicprocesses. In the following we will consider only the case ofmeasurement noise.

Olbrich (Leipzig) 06.06.2008 16 / 27

Page 21: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Noise reduction

In the case of measurement noise there is a well defined noiselesstrajectory. Noise reduction means removing the noise from the data byapplying some filter to the data. In TISEAN there are several possibilitiesimplemented:

Wiener filter (wiener)

Savitzky-Golay filter (sav gol)

Simple nonlinear noise reduction (lazy)

Projective nonlinear noise reduction (ghkss)

The first two are linear filters, the last two non-linear ones.

Olbrich (Leipzig) 06.06.2008 17 / 27

Page 22: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Wiener filter

Idea: contribution fo the system and of the noise are well separated in thespectrum or are at least additive.

y(fk) = x(fk) + ν(fk)

y(fk), x(fk) and ν(fk) are the Fourier transforms of xn, yn and νn,respectively.The Wiener filter φk : x(fk) ≈ φky(fk) should minimze

e2 =∑

k

(φky(fk) − x(fk))2

=∑

k

(φk − 1)2|x(fk)|2 + φ2k |ν(fk)|2

Thus the Wiener filter becomes

φk =x(fk)

y(fk).

Olbrich (Leipzig) 06.06.2008 18 / 27

Page 23: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Wiener filter

Idea: contribution fo the system and of the noise are well separated in thespectrum or are at least additive.

y(fk) = x(fk) + ν(fk)

y(fk), x(fk) and ν(fk) are the Fourier transforms of xn, yn and νn,respectively.Thus the Wiener filter becomes

φk =x(fk)

y(fk).

Problems: If both system and noise have have considerably power at thesame frequencies it is not possible to remove the noise by only adjustingthe Fourier amplitudes as it is usually done.

Olbrich (Leipzig) 06.06.2008 18 / 27

Page 24: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Example: Quasiperiodic signal with additive noise

Data and power spectrum of the noise free, noisy and filtered signal.

-3

-2.5

-2

-1.5

-1

-0.5

0

0.5

1

1.5

2

2.5

0 10 20 30 40 50 60 70 80 90 100

x(n)

n

originalnoisy

filtered

1e-18

1e-16

1e-14

1e-12

1e-10

1e-08

1e-06

1e-04

0.01

1

0 0.05 0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5x(

n)

n

originalnoisy

filtered noisy

Program Wiener1 estimates y(fk). Wiener2 needs some guess for x(fk) asinput and produces then a cleaned time series x̂n

Olbrich (Leipzig) 06.06.2008 19 / 27

Page 25: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Savitzky-Golay filter — sav gol

Smoothing filter: It fits the trajectory (nb points in backward, nf

points in forward direction) locally by a polynomial of order p.

Removes high-frequency contributions

In particular desgined to estimate temporal derivation on noisy data(option D gives the order of the derivative)

Generally it has the form of a moving average filter

xn =

n+nf∑

k=n−nb

akyk

Olbrich (Leipzig) 06.06.2008 20 / 27

Page 26: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Savitzky-Golay filter — sav gol

Example: Lorenz data with additive noise

-20

-15

-10

-5

0

5

10

15

20

0 100 200 300 400 500 600 700 800 900 1000

x(t)

t

noisy datafiltered data

Olbrich (Leipzig) 06.06.2008 20 / 27

Page 27: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Nonlinear noise reduction

Both the Wiener and the Savitzky-Golay filter were linear filters andthey often fail in removing the noise in nonlinear systems.

In nonlinear deterministic systems we can use the underlyingdeterministic structure.

Olbrich (Leipzig) 06.06.2008 21 / 27

Page 28: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Embedding for noisy data

While the embedding theorem does not apply for the noisy data {yn},it would apply for the noiseless observations x̃n = h(xxxn).

Thus we can assume a deterministic dynamics F̃FF for the statesx̃xxn = (x̃n, . . . , x̃n−m+1) constructed by delay embedding from thenoiseless observations.

In the following we identify this delay embedding with the originalstate space.

Olbrich (Leipzig) 06.06.2008 22 / 27

Page 29: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Simple nonlinear noise reduction — lazy

Let us consider the delay vectors yyyn = (yn, . . . , yn−m+1). Uǫ(yyyn0) isthe set of all points in the ǫ-neighbourhood of yyyn0 .

x̂n0−m/2 =1

|Uǫ(yyyn0)|

yyyn∈Uǫ(yyyn0)

yn0−m/2

Basically it uses the same procedure as the local constant prediction(lzo-run) method, but not for the next point in time, but for the pointin the middle of the delay vector.

Advantages and disadvantages of this algorithm for prediction apply:robustness and flexibility via. biased estimation for finite data sets.

Olbrich (Leipzig) 06.06.2008 23 / 27

Page 30: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Example — Henon map with additive noise

lazy with different neighbourhood sizes r

-2

-1.5

-1

-0.5

0

0.5

1

1.5

-2 -1.5 -1 -0.5 0 0.5 1 1.5

x n+

1

xn

noiseless datanoisy data

r=0.05

-2

-1.5

-1

-0.5

0

0.5

1

1.5

-2 -1.5 -1 -0.5 0 0.5 1 1.5

x n+

1

xn

noiseless datanoisy data

r=0.1

-2

-1.5

-1

-0.5

0

0.5

1

1.5

-2 -1.5 -1 -0.5 0 0.5 1 1.5

x n+

1

xn

noiseless datanoisy data

r=0.2

-2

-1.5

-1

-0.5

0

0.5

1

1.5

-2 -1.5 -1 -0.5 0 0.5 1 1.5

x n+

1

xn

noiseless datanoisy data

r=0.5

Olbrich (Leipzig) 06.06.2008 24 / 27

Page 31: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Projective nonlinear noise reduction

Here we try to reconstruct the lower dimensional manifold, in whichthe deterministic trajectory is lying and project the noisy data pointson this manifold.

The attractor is locally approximated by a hyperplane. So this methodcorresponds to the local linear model.

First published by Kostelich and Yorke (1988).

TISEAN: ghkss implements the method proposed byGrassberger,Hegger,Kantz, Schaffrath and Schreiber, Chaos,3(1994), 127.

Olbrich (Leipzig) 06.06.2008 25 / 27

Page 32: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Example — Henon map with additive noise

1st,2nd,3rd and 10th iteration of ghkss

-2

-1.5

-1

-0.5

0

0.5

1

1.5

-2 -1.5 -1 -0.5 0 0.5 1 1.5

x n+

1

xn

noiseless datanoisy data

1st iteration

-2

-1.5

-1

-0.5

0

0.5

1

1.5

-2 -1.5 -1 -0.5 0 0.5 1 1.5

x n+

1

xn

noiseless datanoisy data

2nd iteration

-2

-1.5

-1

-0.5

0

0.5

1

1.5

-2 -1.5 -1 -0.5 0 0.5 1 1.5

x n+

1

xn

noiseless datanoisy data

3rd iteration

-2

-1.5

-1

-0.5

0

0.5

1

1.5

-2 -1.5 -1 -0.5 0 0.5 1 1.5

x n+

1

xn

noiseless datanoisy data

10th iteration

Olbrich (Leipzig) 06.06.2008 26 / 27

Page 33: Nonlinear time series analysis with the TISEAN package ...€¦ · Nonlinear time series analysis with the TISEAN package — Prediction, Modelling and Noise Reduction Eckehard Olbrich

Simple noise reduction vs. locally projective noise reduction

lazy ghkss

-2

-1.5

-1

-0.5

0

0.5

1

1.5

-2 -1.5 -1 -0.5 0 0.5 1 1.5

x n+

1

xn

noiseless datanoisy data

r=0.5

-2

-1.5

-1

-0.5

0

0.5

1

1.5

-2 -1.5 -1 -0.5 0 0.5 1 1.5

x n+

1

xn

noiseless datanoisy data

10th iteration

Olbrich (Leipzig) 06.06.2008 27 / 27