PrognCondition-class         package:distrEx         R Documentation

_C_o_n_d_i_t_i_o_n_s _o_f _c_l_a_s_s '_P_r_o_g_n_C_o_n_d_i_t_i_o_n'

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

     The class 'PrognCondition' realizes the condition that X+E=y in a
     convolution setup

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

     PrognCondition(range = EuclideanSpace())

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

   range: an object of class '"EuclideanSpace"' 

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

     Object of class '"PrognCondition"'

_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
     'PrognCondition(range)'.

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

     '_n_a_m_e': Object of class '"character"': name of the PrognCondition

     '_r_a_n_g_e': Object of class '"EuclideanSpace"': range of the
          PrognCondition

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

     Class '"Condition"', directly.

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

     _s_h_o_w 'signature(object = "PrognCondition")'

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

     Matthias Kohl Matthias.Kohl@stamats.de

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

     'PrognCondDistribution-class','Condition-class'

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

     PrognCondition()

