tIDWT {TensorTools}R Documentation

Inverse Wavelet Transform

Description

Performs inverse of 3-mode tensor using any discrete wavelet transform.

Usage

tIDWT(tnsr)

Arguments

tnsr

a 3-mode tensor S3 class object

Value

S3 class tensor

Author(s)

Kyle Caudle

Randy Hoover

Jackson Cates

Everett Sandbo

Examples

T <- t_rand(modes=c(2,3,4))
print(tIDWT(T))

[Package TensorTools version 1.0.0 Index]