summary.wvar: Summary of Wavelet Variances

Description Usage Arguments Value Author(s) Examples

View source: R/wvar.R

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 )

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