Changeset 4 for libBM.h

Show
Ignore:
Timestamp:
01/17/08 18:00:28 (16 years ago)
Author:
smidl
Message:

doxy

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • libBM.h

    r2 r4  
    1919using namespace itpp; 
    2020 
     21//! Class representing variables, most often random variables 
    2122class RV { 
    2223int len; 
     
    4344}; 
    4445 
    45  
     46//! Bayesian Model of the world, i.e. all uncertainty is modeled by probabilities. 
    4647class BM { 
    4748public: 
     
    5253}; 
    5354 
     55//! Probability density function with numerical statistics, e.g. posterior density. 
    5456class epdf { 
    5557RV rv; 
     
    5961}; 
    6062 
     63//! Conditional probability density, e.g. modeling some dependencies.  
    6164class mpdf { 
    6265//! modeled random variable