waveform            package:ElemStatLearn            R Documentation

_F_u_n_c_t_i_o_n _t_o _s_i_m_u_l_a_t_e _w_a_v_e_f_o_r_m _d_a_t_a

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

     Simulates waveform data, as in the book page 402.

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

     waveform(n)

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

       n: Number of waveforms to simulate

_D_e_t_a_i_l_s:

     The formulas are given in the book page 402.

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

     Dataframe with two variables, 'x', a matrix with 21 columns,  and
     a vector  'y' with class labels.

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

     Kjetil Halvorsen

_R_e_f_e_r_e_n_c_e_s:

_S_e_e _A_l_s_o:

     'waveform.train' and 'waveform.test'.

