wccv_pair {wv} | R Documentation |
Cross Covariance of a TS Pair
Description
Calculates the Cross-covariance between two wavelet transfomations (dwt or modwt)
Usage
wccv_pair(x, y, decomp = "modwt", filter = "haar", nlevels = NULL)
Arguments
x |
A |
y |
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 list
of a matrix
containing cross-covariance, variance of each wavelet cross-covariance and its 95
Author(s)
Justin Lee
[Package wv version 0.1.2 Index]