Learn R Programming

gmwm (version 2.0.0)

summary.wvar: Summary of Wavelet Variances

Description

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

Usage

"summary"(object, ...)

Arguments

object
A wvar object.
...
additional arguments affecting the summary produced.

Value

Summary table and other properties of the object.

Examples

Run this code
set.seed(999)
x=rnorm(100)
out = wvar(x)
summary( out )

Run the code above in your browser using DataLab