ht.inv {binhf} | R Documentation |
Inverse Haar transform for binomial random variables.
ht.inv(data)
data |
transformed (binomial) observations: can be a list output from |
The procedure performs the inverse Haar wavelet transform.
res |
datapoints in the function domain. |
sm1 |
smooth coefficients during the inverse transform. |
Nunes, M.A. and Nason, G.P. (2009) A Multiscale Variance Stabilization for binomial sequence proportion estimation, Statistica Sinica,19 (4), 1491–1510.
x<-rbinom(256,32,.35)
hx<-ht2(x)
y<-ht.inv(x)