applyTheiler: applyTheiler: apply Theiler's window

Description Usage Arguments Value Author(s) Examples

View source: R/applyTheiler.R

Description

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

Usage

1
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

1
2
3
RM <- genRmExample(InKTSEnv = FALSE,plotRM = FALSE)

RM1 <- applyTheiler(RM,10)

KarsTS documentation built on Jan. 16, 2021, 5:07 p.m.