root/applications/bdmtoolbox/mex/mexBM/mexBM_bayes.m
@
577
| Revision 372, 165 bytes (checked in by smidl, 16 years ago) |
|---|
| Line | |
|---|---|
| 1 | function [S]=mexBM_bayes(S,dt); |
| 2 | % function updates statistics "S" of the corresponding object by measured data vector dt |
| 3 | |
| 4 | % check... |
| 5 | |
| 6 | S.posterior.m=S.posterior.m+dt; |
Note: See TracBrowser
for help on using the browser.
