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

A better story for normalization constants #74

Open
armanbilge opened this issue Oct 23, 2021 · 1 comment
Open

A better story for normalization constants #74

armanbilge opened this issue Oct 23, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@armanbilge
Copy link
Owner

Relates to #70. It's very easy to get messed up trying to keep track of what's normalized and what's not when dealing with non-tractable densities in the monte carlo module. I'm wondering if some form of statically typed unit analysis is viable. The idea would be, every density for a distribution has a normalization constant, which in practice is either 1 or some unknown function of the distribution's parameters. As these densities are manipulated, their normalization constants should tag along and combine/cancel as appropriate.

@armanbilge armanbilge added the enhancement New feature or request label Oct 23, 2021
@armanbilge
Copy link
Owner Author

Wondering if a assumption of Weighted can be that the density is normalized. Have to think more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant