summary.wvcov: Summary Wavelet Covariance Matrix

Description Usage Arguments Value Author(s) Examples

Description

Prints the Wavelet Covariance Matrix

Usage

1
2
## S3 method for class 'wvcov'
summary(object, ...)

Arguments

object

A wvcov object

...

Additional arguments affecting the summary produced.

Value

Prints the modwt matrix decomposition

Author(s)

JJB

Examples

1
2
3
4
5
set.seed(999)
x = rnorm(100)
decomp = modwt(x)
wv = wvar(x)
summary(wvcov(decomp,wv,compute.v="diag"))

gmwm documentation built on April 14, 2017, 4:38 p.m.