hft                 package:haarfisz                 R Documentation

_h_f_t

_D_e_s_c_r_i_p_t_i_o_n:

     Performs the Haar-Fisz transform.

_U_s_a_g_e:

     hft(data)

_A_r_g_u_m_e_n_t_s:

    data: The vector of Poisson counts, its length must be a power of 2

_V_a_l_u_e:

     Returns: 

     hfy: The Haar-Fisz transform of code{data} (vector of the same
          length as 'data').

_A_u_t_h_o_r(_s):

     Piotr Fryzlewicz

