stplot: Space-time separation plot

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Space-time separation plot

Usage

1
stplot(series, m, d, idt=1, mdt)

Arguments

series

time series

m

embedding dimension

d

time delay

idt

observation steps in each iteration

mdt

number of iterations

Details

Produces the space-time separation plot, as introduced by Provenzale et al. (1992), which can be used to decide the Theiler time window t, which is required in many other algorithms in this package.

It plots the probability that two points in the reconstructed phase-space have distance smaller than epsilon in function of epsilon and of the time t between the points, as iso-lines at levels 10%, 20%, ..., 100%.

Value

lines of costant probability at 10%, 20%, ..., 100%.

Author(s)

Antonio, Fabio Di Narzo

References

Kantz H., Schreiber T., Nonlinear time series analysis. Cambridge University Press, (1997)

Provenzale A., Smith L. A., Vio R. and Murante G., Distiguishing between low-dimensional dynamics and randomness in measured time series. Physica D., volume 58, 31 (1992)

See Also

false.nearest, d2, lyap_k

Examples

1
stplot(rossler.ts, m=3, d=8, idt=1, mdt=250)

Example output

Loading required package: deSolve

tseriesChaos documentation built on May 2, 2019, 6:38 a.m.