DiscreteCondDistribution-class    package:distrEx    R Documentation

_D_i_s_c_r_e_t_e _c_o_n_d_i_t_i_o_n_a_l _d_i_s_t_r_i_b_u_t_i_o_n

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

     The class of discrete conditional univariate distributions.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form
     'new("DiscreteCondDistribution", ...)'.

_S_l_o_t_s:

     '_s_u_p_p_o_r_t': Object of class '"function"': conditional support.

     '_c_o_n_d': Object of class '"Condition"': condition 

     '_i_m_g': Object of class '"rSpace"': the image space. 

     '_p_a_r_a_m': Object of class '"OptionalParameter"': an  optional
          parameter.

     '_r': Object of class '"function"':  generates random numbers. 

     '_d': Object of class '"OptionalFunction"':  optional conditional
          density function. 

     '_p': Object of class '"OptionalFunction"':  optional conditional
          cumulative distribution function. 

     '_q': Object of class '"OptionalFunction"': optional conditional
          quantile function. 

     '._w_i_t_h_A_r_i_t_h': logical: used internally to issue warnings as to
          interpretation of arithmetics

     '._w_i_t_h_S_i_m': logical: used internally to issue warnings as to
          accuracy

_E_x_t_e_n_d_s:

     Class '"UnivariateCondDistribution"', directly.
      Class '"Distribution"', by class '"UnivariateCondDistribution"'.

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

     Matthias Kohl Matthias.Kohl@stamats.de

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

     'UnivariateCondDistribution-class'

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

     new("DiscreteCondDistribution")

