lpnorm                 package:pgam                 R Documentation

_U_t_i_l_i_t_y _f_u_n_c_t_i_o_n

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

     Compute the Lp-norm of two sequencies.

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

     lpnorm(seq1, seq2 = 0, p = 0)

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

    seq1: first sequency

    seq2: second sequency

       p: L-space of the norm. '0' is infinity norm or max norm, '1' is
          the absolute value norm, '2' is L2 norm and so on

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

     The computed norm value.

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

     Washington Leite Junger wjunger@ims.uerj.br

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

     'pgam'

