print.hwtANYN: Print out a 'hwtANYN' class object, eg from the 'link{hwt}'...

print.hwtANYNR Documentation

Print out a hwtANYN class object, eg from the link{hwt} function.

Description

Prints out very basic information on an object that represents a Haar wavelet transform of a data set of non-dyadic length.

Usage

## S3 method for class 'hwtANYN'
print(x, ...)

Arguments

x

The object you wish to print.

...

Other arguments

Value

This function calls the summary.hwtANYN function as its last action. So, the return from this function is the return from summary.hwtANYN

Author(s)

Guy Nason.

References

Nason, G.P. (2013) A test for second-order stationarity and approximate confidence intervals for localized autocovariances for locally stationary time series. J. R. Statist. Soc. B, 75, 879-904. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1111/rssb.12015")}

See Also

hwt, summary.hwtANYN

Examples

#
# Generate test vector of length 5
#
v2 <- rnorm(5)
#
# Compute Haar wavelet transform
#
v2.hwt <- hwt(v2)
#
# Print out the answer
#
print(v2.hwt)
#Class 'hwtANYN' : Haar Wavelet for Arbitrary Length Data object:
#       ~~~~~~~  : List with 5 components with names
#		   c d nlevels type reindex 
#
#
#summary(.):
#----------
#Levels:  2 
#Filter was: Haar
#Transform type:  wavelet 
#Object was reindex to match wd:  FALSE 

locits documentation built on Sept. 8, 2023, 5:07 p.m.