Learn R Programming

KarsTS (version 2.4.1)

applyTheiler: applyTheiler: apply Theiler's window

Description

It is used to apply a Theiler's window to a matrix.

Usage

applyTheiler(RM, thW)

Arguments

RM

The recurrence matrix, in KarsTS format

thW

The window, in lags from the diagonal

Value

A recurrence matrix, in KarsTS format, where the diagonals from the main diagonal up to the distance given by the window have been removed.

Examples

Run this code
# NOT RUN {
RM <- genRmExample(InKTSEnv = FALSE,plotRM = FALSE)

RM1 <- applyTheiler(RM,10)

# }

Run the code above in your browser using DataLab