applyTheiler {KarsTS}R Documentation

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.

Author(s)

Marina Saez Andreu

Examples


RM <- genRmExample(InKTSEnv = FALSE,plotRM = FALSE)

RM1 <- applyTheiler(RM,10)


[Package KarsTS version 2.4.1 Index]