median                package:FLCore                R Documentation

_M_e_t_h_o_d _m_e_d_i_a_n

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

     Calculates the median.

_G_e_n_e_r_i_c _f_u_n_c_t_i_o_n:

     median(x,na.rm)

_M_e_t_h_o_d_s:


      _s_i_g_n_a_t_u_r_e(_x=_F_L_Q_u_a_n_t_P_o_i_n_t,_n_a._r_m=_m_i_s_s_i_n_g) : Returns the median of
          x, see  'link'{median,FLQuantPoint-method}.

 _s_i_g_n_a_t_u_r_e(_x=_F_L_P_a_r,_n_a._r_m=_m_i_s_s_i_n_g) : Returns the median of x along the
     _iter_ dimension.

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

     The FLR Team

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

     median, apply

_E_x_a_m_p_l_e_s:

     flp <- FLPar(rnorm(80), params=c('a', 'b'), iter=1:40)
     median(flp)

