bf.em {INTRIGUE} | R Documentation |
Bayes Factor EM Updating Scheme
Description
A function that describes the updating process in E step and M step for EM algorithm. It will be used in SQUAREM package.
Usage
bf.em(w, bf)
Arguments
w |
The weight vector in previous M step. |
bf |
A vector recording all the bayes factor values in log scale. |
Value
The updated weight vector in current M step(wnew).
[Package INTRIGUE version 0.1.0 Index]