wccv {wv} | R Documentation |
Cross Covariance of Matrix
Description
Calculates the Cross-covariance between multiple wavelet transfomations (dwt or modwt)
Usage
wccv(x, decomp = "modwt", filter = "haar", nlevels = NULL)
Arguments
x |
A |
decomp |
A |
filter |
A |
nlevels |
An |
Details
If nlevels
is not specified, it is set to \left\lfloor {{{\log }_2}\left( {length\left( x \right)} \right)} \right\rfloor
Value
Returns a matrix
of lists
of all the possible pair cross-covariance, variance of each wavelet cross-covariance and its 95
Author(s)
Justin Lee
[Package wv version 0.1.2 Index]