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/base/bdmbase.h

    r1068 r1077  
    12791279    //! \var log_level_enums logbounds 
    12801280    //! log lower and upper bounds of estimates 
     1281 
    12811282    LOG_LEVEL(BM,logfull,logevidence,logbounds); 
    12821283 
     
    14161417 
    14171418    //!@} 
    1418     //! \brief Read names of random variables from setting 
    1419     /*! 
    1420     reading structure: 
     1419 
     1420    /*! Create object from the following structure 
    14211421    \TODO check if not remove... rv... 
     1422 
    14221423    \code 
    1423     yrv  = RV();               // names of modelled data 
    1424     rvc  = RV();               // names of data in condition 
    1425     rv   = RV();               // names of parameters 
    1426     log_level = "logmean";     // identifiers of levels of detail to store to loggers 
     1424    class = 'BM'; 
     1425    --- optional fields --- 
     1426    log_level = "...";                                 % identifiers of levels of detail to store to loggers 
     1427    yrv = RV({'names',...},[sizes,...],[times,...]);   % names of modelled data 
     1428    rvc = RV({'names',...},[sizes,...],[times,...]);   % names of data in condition 
     1429    rv = RV({'names',...},[sizes,...],[times,...]);    % names of parameters 
     1430    --- inherited fields --- 
     1431    bdm::root::from_setting 
    14271432    \endcode 
    14281433    */