Package jdistlib.inference
Class MetropolisBlockKernel
java.lang.Object
jdistlib.inference.MetropolisBlockKernel
- All Implemented Interfaces:
GibbsKernel
Gaussian random-walk update for a declared continuous or discrete state block.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdate(double[] state, LogDensity target, RandomEngine random)
-
Constructor Details
-
MetropolisBlockKernel
public MetropolisBlockKernel(int[] coordinates, double stepSize, boolean integer)
-
-
Method Details
-
update
- Specified by:
updatein interfaceGibbsKernel
-