Learn R Programming

gmwm (version 2.0.0)

summary.wvcov: Summary Wavelet Covariance Matrix

Description

Prints the Wavelet Covariance Matrix

Usage

"summary"(object, ...)

Arguments

object
A wvcov object
...
Additional arguments affecting the summary produced.

Value

Prints the modwt matrix decomposition

Examples

Run this code
set.seed(999)
x = rnorm(100)
decomp = modwt(x)
wv = wvar(x)
summary(wvcov(decomp,wv,compute.v="diag"))

Run the code above in your browser using DataLab