You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: