Show
Ignore:
Timestamp:
06/10/10 21:40:09 (14 years ago)
Author:
mido
Message:

another update of doc - all bayesian models until bdm::MultiModel? finished
also MixEF::MixEF_options renamed just to MixEF::Options

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/emix.h

    r1068 r1077  
    548548        weights.validate(); 
    549549    } 
     550 
     551   /*! Create object from the following structure 
     552 
     553    \code 
     554    class = 'ModelComparator'; 
     555    --- optional fields --- 
     556    frg = [...];                  % vector of weights  
     557    --- inherited fields --- 
     558    bdm::ProdBM::from_setting 
     559    \endcode 
     560    */ 
    550561    void from_setting(const Setting& set) { 
    551562        ProdBM::from_setting(set); 
    552563        UI::get(weights.frg, set, "frg",UI::optional); 
    553564    } 
     565 
    554566    void to_setting(Setting& set) const { 
    555567        ProdBM::to_setting(set);