-
Notifications
You must be signed in to change notification settings - Fork 220
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
Using Bayesian Inference for noise free Likelihood #1914
Comments
To me, the setup sounds like simulation-based inference. I'm not familiar with the field too much (just learnt some things recently) but there are definitely approaches for performing approximate Bayesian inference. Unfortunately, I'm not knowledgeable enough to give any recommendations regarding method etc., but maybe the link above and the references mentioned therein are helpful. |
Interesting, thank you very much for the link, I will try to have look at it. Using the Dirac DElta function as Likelihood would not work right? |
Nah, it wouldn't.
Nah, I don't think so. As @devmotion said, you probably want to look at likelihood-free inference instead 👍 This is technically possible to support in Turing too, but we haven't gotten around to it yet. |
Seems like the original question has been answered, so I'll close this. |
Hello,
i have maybe a more type of general question. Is it still possible to perform Bayesian inference when the likelihood is basically deterministic. In my problem set up, i have a prior about some parameters and an associated simulation framework, which produces some output data. This framework is noise free and therefore deterministic. For given observations i want to find the right parameters of my simulations. Is there a way to do this in the Bayesian way, my only idea would be to force the likelihood to be a distribution with some really small variance.
Thanks for the help :)
The text was updated successfully, but these errors were encountered: