tipif                package:climatol                R Documentation

_S_e_r_i_e_s _s_t_a_n_d_a_r_d_i_z_a_t_i_o_n

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

     Standardization of the series by the chosen method.

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

       tipif(ttip = 3)

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

    ttip: Type of standardization:

          _0: none,

          _1: deviations from the mean,

          _2: proportions of the mean (only for means greater than 1),

          _3: full standardization (subtract the mean and divide by the
               standard deviation).

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

     'tipif' is an internal function used by 'depudm', not intended to
     be called directly by the user. It takes the data from object
     'dat.d' previously created.

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

     Standardized series 'dat.z', mean values 'dat.m' and, optionally,
     standard deviations 'dat.s' are created.

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

     'depudm'

