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.

@FunctionalInterface public interface GibbsKernel
One exact or MCMC-within-Gibbs state update.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(double[] state, LogDensity target, RandomEngine random)