Data.trafo {vstdct}R Documentation

Data Transformation

Description

Applies the Discrete Cosine I transform, data binning and the variance stabilizing transform function to the data.

Usage

Data.trafo(y, Te, dct.out = FALSE)

Arguments

y

nxp dimensional data matrix

Te

number of bins for data binning. Te should be smaller than the vector length p.

dct.out

logical. If TRUE, the p-dim. DCT-I matrix is returned. The default is FALSE.

Value

A list containing the following elements:


[Package vstdct version 0.2 Index]