var                  package:FLCore                  R Documentation

_V_a_r_i_a_n_c_e _o_f _a_n _F_L_P_a_r

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

     'var' computes the variance of an 'FLPar' object along the  first
     dimension ('iter') returning a value for each column ('param')

     By default, arguments 'na.rm' and 'use' have values of 'FALSE' and
      ''all.obs'' respectively. See the 'var' help page for more 
     information on possible argument values.

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

     var(x, y, na.rm, use)

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


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

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

     The FLR Team

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

     'var', 'FLPar-class'

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

     flp <- FLPar(rnorm(200), params=c('a', 'b'))
     var(flp)

