Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dominance analysis #17

Open
maxbiostat opened this issue Sep 30, 2015 · 0 comments
Open

Dominance analysis #17

maxbiostat opened this issue Sep 30, 2015 · 0 comments

Comments

@maxbiostat
Copy link
Owner

For all of the examples considered so far (Beta, Gamma, Normal) the entropy (and sometimes the KL too) optimisation problem is quite unstable, tending to one of the "corners" of the simplex. This happens because the entropy function is "dominated" by a parameter and thus any solution that assigns alpha_j = 1 for some j such that parameter_j = max(parameters) will be the best one.

To see this, consider the normal example. Since the entropy depends only on the variance, the distribution with larger variance will tend to dominate the optimisation problem, leading to the trivial solution (0, ..., 1, 0, ...). where the j-th position is a 1 and everybody else gets weight 0.

It would thus be interesting to analyse the entropy functions for the distributions considered to get insight into how much a parameter dominates the entropy.

The final solution, I think, is propose a constrained optimisation problem, where, for example, one would obtain the maximum entropy distribution with a given mean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant