Auxiliary               package:tdist               R Documentation

_A_u_x_i_l_i_a_r_y _f_u_n_c_t_i_o_n

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

     Auxiliary functions:

     index - generates the vector of indices

     maxv - vectorized max

     minv - vectorized min

     sp - scalar product

     sqr - power race 2 (squared vector)

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

     index(x)

     maxv(x, m)

     minv(x, m)

     sp(x, y)

     sqr(x)

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

    x, y: vectors.

       m: a value (scalar).

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

   index: vector of indices.

    maxv: vectorized max.

    minv: vectorized min.

      sp: scalar product of two vectors.

     sqr: power race 2 (squared vector).

_A_u_t_h_o_r(_s):

     Alexander Savin savin@savba.sk

