DSCDD_PermutationEntropy:

Usage Arguments Examples

Usage

1
DSCDD_PermutationEntropy(m = 5, d = 1, window.length = 800)

Arguments

m
d
window.length

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (m = 5, d = 1, window.length = 800) 
{
    permutationEntropy <- permutationEntropy$new(m = m, d = d, 
        window.length = window.length)
    description <- "Permutation Entropy"
    l <- list(description = description, RObj = permutationEntropy)
    class(l) <- c("DSCDD_PermutationEntropy", "DSCDD_R", "DSCDD")
    l
  }

faustogc/streamChaos documentation built on May 8, 2019, 9:22 a.m.