summary.wvcov: Summary Wavelet Covariance Matrix

Description Usage Arguments Value Author(s) Examples

View source: R/wvcov.R

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"))

SMAC-Group/gmwm documentation built on Sept. 11, 2021, 10:06 a.m.