binhf (version 1.0-3)

ht: Forward Haar wavelet transform

Description

Forward Haar transform.

Usage

ht(x)

Arguments

x

data vector of (binomial) observations, of length a power of two.

Details

The procedure performs the Haar wavelet transform on the data x.

See Also

ht.inv

Examples

Run this code
# NOT RUN {
x<-rbinom(256,32,.35)
ht(x)
# }

Run the code above in your browser using DataCamp Workspace