summary.wvar: Summary of Wavelet Variances

Description Usage Arguments Value Author(s) Examples

Description

Displays the summary table of wavelet variance in addition to CI values and supplied efficiency.

Usage

1
2
## S3 method for class 'wvar'
summary(object, ...)

Arguments

object

A wvar object.

...

additional arguments affecting the summary produced.

Value

Summary table and other properties of the object.

Author(s)

JJB

Examples

1
2
3
4
set.seed(999)
x=rnorm(100)
out = wvar(x)
summary( out )

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