AM_mix_weights_prior_gamma: specify a prior on the hyperparameter \(\gamma\) for the Dirichlet mixture weights prior
Description
Generate a configuration object to specify a prior on the hyperparameter \(\gamma\) for the Dirichlet prior on the
mixture weights.
We assume \(\gamma \sim Gamma(a,b)\). Alternatively, we can fix \(\gamma\) to a specific value.
Default is \(\gamma=1/N\), where N is the number of observations.
In AntMAN we assume the following
parametrization of the Gamma density:
$$p(x\mid a,b )= \frac{b^a x^{a-1}}{\Gamma(a)} \exp\{ -bx \}, \quad x>0.$$