Changeset 1063 for library/bdm/estim

Show
Ignore:
Timestamp:
06/09/10 11:50:16 (14 years ago)
Author:
mido
Message:

a small patch of documentation, to be contiuned..

Location:
library/bdm/estim
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/estim/arx.h

    r1036 r1063  
    229229 
    230230 
    231 /*! 
    232 * \brief ARX with partial forgetting 
     231/*! \brief ARX with partial forgetting 
    233232 
    234233Implements partial forgetting when <tt>bayes(const vec &yt, const vec &cond=empty_vec)</tt> is called, where \c cond is a vector <em>(regressor', forg.factor')</em>. 
     
    261260 
    262261    void bayes ( const vec &val, const vec &cond );  
     262 
    263263        void validate() { 
    264264                ARX::validate(); 
  • library/bdm/estim/particles.h

    r1033 r1063  
    223223 
    224224class PF : public BM { 
    225         //! \var log_level_enums weights 
     225        //! \var log_level_enums logweights 
    226226        //! all weightes will be logged 
    227227 
    228         //! \var log_level_enums menas 
     228        //! \var log_level_enums logmeans 
    229229        //! means of particles will be logged 
    230230        LOG_LEVEL(PF,logweights,logmeans,logvars);