Package jdistlib.inference
Interface GibbsKernel
- All Known Implementing Classes:
AdaptiveRejectionGibbsKernel,MetropolisBlockKernel
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
One exact or MCMC-within-Gibbs state update.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(double[] state, LogDensity target, RandomEngine random)
-
Method Details
-
update
-