

stdf(timeslab)                               R Documentation

_S_t_a_n_d_a_r_d_i_z_e _a _V_e_c_t_o_r

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

     Standardize a Vector

_U_s_a_g_e_:

     stdf(f,fac,a,b)

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

       f: A vector.

     fac: A nonzero real scalar to divide {`f'} by.

       a: Real scalar indicating lower limit allowed for
          standardized ${t{f}}/{t{fac}}$.

       b: Real scalar indicating upper limit allowed for
          standardized ${t{f}}/{t{fac}}$.

_V_a_l_u_e_:

    stdf: returns the standardized vector {`f'}.

