Package jdistlib.inference
Class ReversibleJumpIterationStats
java.lang.Object
jdistlib.inference.ReversibleJumpIterationStats
Per-iteration within-model and trans-dimensional transition statistics.
-
Constructor Summary
ConstructorsConstructorDescriptionReversibleJumpIterationStats(long fromModel, long toModel, String move, boolean jumpAttempted, boolean jumpAccepted, boolean invalidProposal, double jumpAcceptanceProbability, double logAcceptanceRatio, int withinAttempts, int withinAccepts) -
Method Summary
-
Constructor Details
-
ReversibleJumpIterationStats
public ReversibleJumpIterationStats(long fromModel, long toModel, String move, boolean jumpAttempted, boolean jumpAccepted, boolean invalidProposal, double jumpAcceptanceProbability, double logAcceptanceRatio, int withinAttempts, int withinAccepts)
-
-
Method Details
-
fromModel
public long fromModel() -
toModel
public long toModel() -
move
-
jumpAttempted
public boolean jumpAttempted() -
jumpAccepted
public boolean jumpAccepted() -
invalidProposal
public boolean invalidProposal() -
jumpAcceptanceProbability
public double jumpAcceptanceProbability() -
logAcceptanceRatio
public double logAcceptanceRatio() -
withinAttempts
public int withinAttempts() -
withinAccepts
public int withinAccepts()
-