|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstatalign.base.McmcStep
public class McmcStep
Provides information on an MCMC step and additional MCMC statistics.
Field Summary | |
---|---|
boolean |
accepted
true if this step was accepted |
double |
bpp
log of (backproposal probability / proposal probability) |
boolean |
burnIn
true if this step was proposed in the burn-in period |
double |
heat
heat of the chain |
double |
newLogLike
loglikelihood after this step ( accepted ? |
double |
oldLogLike
loglikelihood before this step |
double |
proposedLogLike
loglikelihood of proposed step |
Constructor Summary | |
---|---|
McmcStep()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean burnIn
true
if this step was proposed in the burn-in period
public double oldLogLike
public double proposedLogLike
public double newLogLike
accepted
? proposedLogLike
: oldLogLike
)
public double heat
public double bpp
public boolean accepted
true
if this step was accepted
Constructor Detail |
---|
public McmcStep()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |