SVD                  package:Rwave                  R Documentation

_S_i_n_g_u_l_a_r _V_a_l_u_e _D_e_c_o_m_p_o_s_i_t_i_o_n

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

     Computes singular value decomposition of a matrix.

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

     SVD(a)

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

       a: input matrix. 

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

     R interface for Numerical Recipes singular value decomposition
     routine.

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

     a structure containing the 3 matrices of the singular value
     decomposition of the input.

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

     See discussions in the text of "Time-Frequency Analysis''.

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

