timerev {RTisean} | R Documentation |
Computes the time reversal asymmetry statistic.
timerev(series, d = 1, l, x = 0, c = 1)
series |
a vector or a matrix. |
d |
delay. |
l |
number of points. |
x |
number of values to be skipped. |
c |
column to be read. |
A scalar corresponding to the time reversal statistics.
## Not run: dat <- lynx trstat <- timerev(dat) ## End(Not run)