Package jdistlib.inference
Class ReversibleJumpWithinModelTransition
java.lang.Object
jdistlib.inference.ReversibleJumpWithinModelTransition
Outcome of one within-model transition in an RJ schedule.
-
Constructor Summary
ConstructorsConstructorDescriptionReversibleJumpWithinModelTransition(ReversibleJumpState state, double logJoint, boolean accepted, double acceptanceProbability) -
Method Summary
-
Constructor Details
-
ReversibleJumpWithinModelTransition
public ReversibleJumpWithinModelTransition(ReversibleJumpState state, double logJoint, boolean accepted, double acceptanceProbability)
-
-
Method Details
-
state
-
logJoint
public double logJoint() -
accepted
public boolean accepted() -
acceptanceProbability
public double acceptanceProbability()
-