Felix                  package:VGAM                  R Documentation

_T_h_e _F_e_l_i_x _D_i_s_t_r_i_b_u_t_i_o_n

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

     Density Felix distribution.

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

     dfelix(x, a=0.25, log=FALSE)

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

       x: vector of quantiles.

       a: See 'felix'. 

     log: Logical. If 'log=TRUE' then the logarithm of the density is
          returned.

_D_e_t_a_i_l_s:

     See 'felix', the 'VGAM' family function for estimating the
     parameter, for the formula of the probability density function and
     other details.

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

     'dfelix' gives the density.

_W_a_r_n_i_n_g:

     The default value of 'a' is subjective.

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

     T. W. Yee

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

     'felix'.

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

     ## Not run: 
     a = 0.25; x = 1:15
     plot(x, dfelix(x, a), type="h", las=1, col="blue",
          ylab=paste("dfelix(a=", a, ")"),
          main="Felix density function")
     ## End(Not run)

