Package jdistlib.inference
Class AdaptiveRejectionGibbsKernel
java.lang.Object
jdistlib.inference.AdaptiveRejectionGibbsKernel
- All Implemented Interfaces:
GibbsKernel
Rebuilds and draws a caller-certified log-concave full conditional.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Constructor Summary
ConstructorsConstructorDescriptionAdaptiveRejectionGibbsKernel(int coordinate, AdaptiveRejectionGibbsKernel.ConditionalFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(double[] state, LogDensity target, RandomEngine random)
-
Constructor Details
-
AdaptiveRejectionGibbsKernel
public AdaptiveRejectionGibbsKernel(int coordinate, AdaptiveRejectionGibbsKernel.ConditionalFactory factory)
-
-
Method Details
-
update
- Specified by:
updatein interfaceGibbsKernel
-