summary.wvcov: Summary Wavelet Covariance Matrix

View source: R/wvcov.R

summary.wvcovR Documentation

Summary Wavelet Covariance Matrix

Description

Prints the Wavelet Covariance Matrix

Usage

## 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

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

schoi355/gmwm documentation built on April 11, 2022, 1:21 a.m.