more generic edo*Binomial* code

This commit is contained in:
Johann Dreo 2013-03-07 20:32:21 +01:00
commit fb4ffd2954
3 changed files with 12 additions and 15 deletions

View file

@ -29,10 +29,11 @@ Authors:
#include <vector>
#include <eoFunctor.h>
#include "edoDistrib.h"
/** @defgroup Binomial Binomial
* A binomial distribution that model marginal probabilities across variables.
* A binomial distribution that model marginal probabilities across boolean
* variables.
*
* @ingroup Distributions
*/