ht {binhf} | R Documentation |
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
Examples
x<-rbinom(256,32,.35)
ht(x)
[Package binhf version 1.0-3 Index]