Пример #1
0
 void PCR::setup(){
   set_abd_current();
   setup_X();
   setup_beta();
   setup_aliases();
   set_observers();
 }
Пример #2
0
 PCR::PartialCreditModel(const PCR &rhs)
   : Model(rhs),
     Item(rhs),
     ParamPolicy(rhs),
     PriorPolicy(rhs),
     b_(rhs.b_),
     eta_(rhs.eta_),
     X_(rhs.X_),
     d0_is_fixed(rhs.d0_is_fixed),
     beta_(rhs.beta_->clone()),
     beta_current(rhs.beta_current),
     a_current(rhs.a_current),
     b_current(rhs.b_current),
     d_current(rhs.d_current),
     which_subscale_(rhs.which_subscale_)
 {
   //      setup();
   setup_aliases();
   set_observers();
 }
 explicit impl(view_picture_box& self, abstract_window_type&)
 :
 m_p_mouse_capture()
 {
     set_observers(self);
 }