FLQuantPoint-accesors         package:FLCore         R Documentation

_M_e_t_h_o_d _l_o_w_q

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

     These are the accesor and replacement methods for the various
     elements stored in an  'FLQuantPoint-class' object along the sixth
     dimension.

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

     lowq(x)  lowq<-(x,value)  mean(x)  mean<-(x,value) 
     median(x,na.rm)  median<-(x,value)  uppq(x)  uppq<-(x,value) 
     var(x,y,na.rm,use)  var<-(x,value)

_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) : Returns the given _iter_

     _s_i_g_n_a_t_u_r_e(_x=_F_L_Q_u_a_n_t_P_o_i_n_t, _v_a_l_u_e=_F_L_Q_u_a_n_t) : Replaces the given
          _iter_ with the  _value_ FLQuant

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

     The FLR Team

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

     FLComp

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

     flq <- FLQuant(rnorm(2000), dim=c(10,20,1,1,1,200))
     flqp <- FLQuantPoint(flq)
     mean(flqp)
     mean(flqp) <- FLQuant(rnorm(200, 10, 3), dim=c(10,20))

