PrognCondDistribution-class     package:distrEx     R Documentation

_P_o_s_t_e_r_i_o_r _d_i_s_t_r_i_b_u_t_i_o_n _i_n _c_o_n_v_o_l_u_t_i_o_n

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

     The posterior distribution of X given (X+E)=y

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

     PrognCondDistribution(Regr = Norm(), Error = Norm())

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

    Regr: an object of class '"AbscontDistribution"' 

   Error: an object of class '"AbscontDistribution"' 

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

     For independent r.v.'s X,E with univariate, absolutely continuous 
     (a.c.) distributions 'Regr' and 'Error', respectively, 
     'PrognCondDistribution()' returns the  (factorized, conditional)
     posterior distribution of X given X+E=y. as an object of class
     'PrognCondDistribution'.

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

     Object of class '"PrognCondDistribution"'

_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
     'PrognCondDistribution(Regr, Error)' where 'Regr' and 'error' are
     the respective (a.c.) distributions of X and E.

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

     '_c_o_n_d': Object of class '"PrognCondition"': 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 '"AbscontCondDistribution"', directly.
      Class '"Distribution"', by classes '"UnivariateCondDistribution"'
     and '"AbscontCondDistribution"'.

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

     Matthias Kohl Matthias.Kohl@stamats.de

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

     'PrognCondition-class', 'UnivariateCondDistribution-class'
     'AbscontCondDistribution-class', 'Distribution-class'

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

     PrognCondDistribution()

