print.wvcov: Print Asymptotic Covariance Matrix

Description Usage Arguments Value Author(s) Examples

View source: R/wvcov.R

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

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