summary.wvcov | R Documentation |
Prints the Wavelet Covariance Matrix
## S3 method for class 'wvcov'
summary(object, ...)
object |
A |
... |
Additional arguments affecting the summary produced. |
Prints the modwt matrix decomposition
JJB
set.seed(999)
x = rnorm(100)
decomp = modwt(x)
wv = wvar(x)
summary(wvcov(decomp,wv,compute.v="diag"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.