Learn R Programming

waveband (version 4.7.2)

summary.wb: Print information about a wb object.

Description

Summarize information about a wb object.

Usage

# S3 method for wb
summary(object, ...)

Value

No specific value

Arguments

object

wb object to summarize

...

Other arguments (not used)

Author

G. P. Nason

Details

Summarizes information about a wb object.

See Also

plot.wb, wave.band

Examples

Run this code
#
set.seed(1)
tmp <- wave.band(rnorm(32))
summary(tmp)
#Wave.band credible bands object
#Bands produced for object in data component of length:  32
#Credible intervals are in the bands component
#Wave.band Bayesian hyperparameter alpha was:  0.5
#Wave.band Bayesian hyperparameter beta was:  1
#Wave.band Wavelet filter number was:  8
#Wave.band Wavelet family was:  DaubLeAsymm
#Type of input (data or test signal): data
#Rsnr (if applicable):  3

Run the code above in your browser using DataLab