Changeset 256 for bdm/stat/libBM.h

Show
Ignore:
Timestamp:
01/28/09 10:01:18 (15 years ago)
Author:
smidl
Message:

uibuilder works (again)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/stat/libBM.h

    r254 r256  
    2626 
    2727//! Root class of BDM objects 
    28 class base{}; 
     28class bdmroot{}; 
    2929 
    3030//! Structure of RV (used internally), i.e. expanded RVs 
     
    4747*/ 
    4848 
    49 class RV :base{ 
     49class RV :public bdmroot{ 
    5050protected: 
    5151        //! size = sum of sizes 
     
    139139//! Class representing function \f$f(x)\f$ of variable \f$x\f$ represented by \c rv 
    140140 
    141 class fnc :base{ 
     141class fnc :public bdmroot{ 
    142142protected: 
    143143        //! Length of the output vector 
     
    165165//! Probability density function with numerical statistics, e.g. posterior density. 
    166166 
    167 class epdf :base { 
     167class epdf :public bdmroot { 
    168168protected: 
    169169        //! Identified of the random variable 
     
    217217//TODO Samplecond can be generalized 
    218218 
    219 class mpdf { 
     219class mpdf : public bdmroot{ 
    220220protected: 
    221221        //! modeled random variable 
     
    358358}; 
    359359 
    360 //!\brief Abstract composition of pdfs, a base for specific classes 
     360//!\brief Abstract composition of pdfs, will be used for specific classes 
    361361//!this abstract class is common to epdf and mpdf 
    362362class compositepdf { 
     
    381381*/ 
    382382 
    383 class DS { 
     383class DS : public bdmroot{ 
    384384protected: 
    385385        //!Observed variables, returned by \c getdata(). 
     
    413413*/ 
    414414 
    415 class BM { 
     415class BM :public bdmroot{ 
    416416protected: 
    417417        //!Random variable of the posterior 
     
    473473*/ 
    474474 
    475 class BMcond :base{ 
     475class BMcond :public bdmroot{ 
    476476protected: 
    477477        //! Identificator of the conditioning variable