print.wvcov: Print Asymptotic Covariance Matrix

View source: R/wvcov.R

print.wvcovR Documentation

Print Asymptotic Covariance Matrix

Description

Places the Asymptotic Covariance Matrix in print form.

Usage

## S3 method for class 'wvcov'
print(x, ...)

Arguments

x

A wvcov object

...

Further arguments passed to or from other methods

Value

Prints the modwt matrix decomposition

Author(s)

JJB

Examples

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

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