Changeset 682 for library/doc/local
- Timestamp:
- 10/27/09 16:52:32 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/local/Intro.dox
r271 r682 29 29 30 30 On-line estimation is implemented by method \code void bayes(vec dt)\endcode 31 Off-line estimation is implemented by method \code void bayes B(mat D)\endcode31 Off-line estimation is implemented by method \code void bayes_batch(mat D)\endcode 32 32 33 33 As an intermediate product, the bayes rule computes marginal likelihood of the data records \f$ f(D) \f$.