--- old+++ new@@ -1 +1,4 @@-We should implement MarginalOpinionEstimatorImpl+We should implement MarginalOpinionEstimatorImpl.+The first version may simply support binary variables.++See ticket [133](https://sourceforge.net/p/unbbayes/feature-requests/133/) for a multinomial case.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We should also implement junit test MarginalOpinionEstimatorImplTest
Initial implementation of MarginalOpinionEstimatorImpl for boolean variables: https://sourceforge.net/p/unbbayes/code/4628/
Diff:
Finished the JUnit5 test case for the MarginalOpinionEstimatorImpl.
Also included a procedure to handle some extreme cases (near 0% or 100%) where the Beta approximation gets wild.
See commit https://sourceforge.net/p/unbbayes/code/4631/