DSCDD_MultidimensionalFourier:

Usage Arguments Examples

Usage

1
DSCDD_MultidimensionalFourier(m = 2, d = 1, nbins = 7, window.length = 800)

Arguments

m
d
nbins
window.length

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
##---- 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 = 2, d = 1, nbins = 7, window.length = 800) 
{
    multidimensionalFourier <- multidimensionalFourier$new(m = m, 
        d = d, nbins = nbins, window.length = window.length)
    description <- "Multidimensional Fourier"
    l <- list(description = description, RObj = multidimensionalFourier)
    class(l) <- c("DSCDD_MultidimensionalFourier", "DSCDD_R", 
        "DSCDD")
    l
  }

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