Package jdistlib.inference
Class ReversibleJumpResult
java.lang.Object
jdistlib.inference.ReversibleJumpResult
Immutable ragged RJMCMC draws, transition statistics, diagnostics inputs, and restart state.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondraw(int index) draws()double[][]drawsForModel(long modelId) Returns rectangular parameters for draws in one model, preserving retained order.longinvalidProposals(int index) doublelogJointAt(int index) double[]doublemoveAcceptanceRate(int index) longmoveAccepts(int index) longmoveAttempts(int index) intmoveName(int index) intsize()statisticsAt(int index) status()warnings()
-
Method Details
-
size
public int size() -
draw
-
draws
-
drawsForModel
public double[][] drawsForModel(long modelId) Returns rectangular parameters for draws in one model, preserving retained order. -
logJointAt
public double logJointAt(int index) -
logJoints
public double[] logJoints() -
statisticsAt
-
statistics
-
checkpoint
-
status
-
warnings
-
moveCount
public int moveCount() -
moveName
-
moveAttempts
public long moveAttempts(int index) -
moveAccepts
public long moveAccepts(int index) -
invalidProposals
public long invalidProposals(int index) -
moveAcceptanceRate
public double moveAcceptanceRate(int index)
-