timerev {RTisean}R Documentation

Time reversal asymmetry statistic

Description

Computes the time reversal asymmetry statistic.

Usage

timerev(series, d = 1, l, x = 0, c = 1)

Arguments

series a vector or a matrix.
d delay.
l number of points.
x number of values to be skipped.
c column to be read.

Value

A scalar corresponding to the time reversal statistics.

Examples

## Not run: 

dat <- lynx
trstat <- timerev(dat)

## End(Not run)

[Package RTisean version 3.0.10 Index]