datest               package:climatol               R Documentation

_E_s_t_i_m_a_t_e _s_e_r_i_e_s _f_r_o_m _t_h_e_i_r _n_e_i_g_h_b_o_r_s

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

     Data of each series are estimated from all the other stations,
     through weighting averages of their data, standardized by the
     chosen method.

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

       datest(verb = FALSE)

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

    verb: Verbose information about the progress of the operation

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

     'datest' is an internal function used by 'depudm', not intended to
     be called directly by the user. It takes the data of the
     normalized series from object 'dat.d' previously generated, and
     computes estimated data (dat.e) as averages, weighted by the
     weights est.w, of all the other stations.

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

     An object 'dat.e', with the estimated (normalized) data, is
     generated.

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

     'depudm'

