avesd                package:PROcess                R Documentation

_C_o_m_p_u_t_e _t_h_e _A_v_e_r_a_g_e _S_t_a_n_d_a_r_d _D_e_v_i_a_t_i_o_n _f_o_r _a _S_e_t _o_f _S_p_e_c_t_r_a _a_n_d
_a _G_i_v_e_n _C_u_t_o_f_f _P_o_i_n_t

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

     Compute the Average Standard Deviation for a Set of Spectra and  a
     Given Cutoff Point

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

     avesd(Ma, cutoff)

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

      Ma: A matrix with rows the m/z values and columns samples/spectra

  cutoff: A number of m/z

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

     For a given cutoff point, the standard deviation of all spectra
     will be  calculated at each m/z above this cutoff point. The
     resulting sd's are then averaged and returned.

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

     A real number.

