Learn R Programming

gmwm (version 2.0.0)

print.wvcov: Print Asymptotic Covariance Matrix

Description

Places the Asymptotic Covariance Matrix in print form.

Usage

"print"(x, ...)

Arguments

x
A wvcov object
...
Further arguments passed to or from other methods

Value

Prints the modwt matrix decomposition

Examples

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

Run the code above in your browser using DataLab