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

statistical tests #7

Open
jeremiecoullon opened this issue Jun 27, 2021 · 0 comments
Open

statistical tests #7

jeremiecoullon opened this issue Jun 27, 2021 · 0 comments

Comments

@jeremiecoullon
Copy link
Owner

How to do integration tests for SGMCMC algorithms?

For MCMC, one standard approach is Simulation Based Calibration which is used in several PPLs (Stan or Rainer). Another approach is to use Kernel goodness of fit test which for some reason is not really used in practice.

For SGMCMC the output is usually biased samples, so how to do this? One idea is to consider the fullbatch version and use a small step size (so the sampler is now an unadjusted langevin sampler). You can then test whether the samples are good (using a Kernel GoF test for example).

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

No branches or pull requests

1 participant