summary.wb {waveband} | R Documentation |
Print information about a wb object.
Description
Summarize information about a wb object.
Usage
## S3 method for class 'wb'
summary(object, ...)
Arguments
object |
wb object to summarize |
... |
Other arguments (not used) |
Details
Summarizes information about a wb object.
Value
No specific value
Author(s)
G. P. Nason
See Also
Examples
#
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
[Package waveband version 4.7.3 Index]