print.wvcov: Print Asymptotic Covariance Matrix

Description Usage Arguments Value Author(s) Examples

Description

Places the Asymptotic Covariance Matrix in print form.

Usage

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

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

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