Show
Ignore:
Timestamp:
10/27/09 16:52:32 (15 years ago)
Author:
mido
Message:

bayesB renamed to bayes_batch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/local/Intro.dox

    r271 r682  
    2929 
    3030On-line estimation is implemented by method \code void bayes(vec dt)\endcode 
    31 Off-line estimation is implemented by method \code void bayesB(mat D)\endcode 
     31Off-line estimation is implemented by method \code void bayes_batch(mat D)\endcode 
    3232 
    3333As an intermediate product, the bayes rule computes marginal likelihood of the data records \f$ f(D) \f$.