org.omegahat.Simulation.MCMC
Class DetailHastingsCoupledStepEvent
java.lang.Object
|
+--org.omegahat.Simulation.MCMC.GenericMCMCEvent
|
+--org.omegahat.Simulation.MCMC.GenericChainEvent
|
+--org.omegahat.Simulation.MCMC.GenericChainStepEvent
|
+--org.omegahat.Simulation.MCMC.DetailChainStepEvent
|
+--org.omegahat.Simulation.MCMC.DetailHastingsCoupledStepEvent
- All Implemented Interfaces:
- MCMCEvent
- public class DetailHastingsCoupledStepEvent
- extends DetailChainStepEvent
Constructor Summary |
DetailHastingsCoupledStepEvent()
only for inheriting classes |
DetailHastingsCoupledStepEvent(java.lang.Object source,
MCMCState current,
MCMCState proposed,
MCMCState last,
double lastProb,
double proposedProb,
double forwardProb,
double reverseProb,
double probAccept,
double acceptRand,
boolean accepted,
double acceptRate,
int numSamplers,
int[] order,
int which,
java.lang.Object currentComponent,
java.lang.Object proposedComponent,
java.lang.Object lastComponent)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
order
public int[] order
numSamplers
public int numSamplers
which
public int which
currentComponent
public java.lang.Object currentComponent
proposedComponent
public java.lang.Object proposedComponent
lastComponent
public java.lang.Object lastComponent
showAllStates
public boolean showAllStates
DetailHastingsCoupledStepEvent
public DetailHastingsCoupledStepEvent()
- only for inheriting classes
DetailHastingsCoupledStepEvent
public DetailHastingsCoupledStepEvent(java.lang.Object source,
MCMCState current,
MCMCState proposed,
MCMCState last,
double lastProb,
double proposedProb,
double forwardProb,
double reverseProb,
double probAccept,
double acceptRand,
boolean accepted,
double acceptRate,
int numSamplers,
int[] order,
int which,
java.lang.Object currentComponent,
java.lang.Object proposedComponent,
java.lang.Object lastComponent)
arrayToString
protected java.lang.String arrayToString(java.lang.Object contents)
toString
public java.lang.String toString()
- Overrides:
toString
in class DetailChainStepEvent
getCurrent
public MCMCState getCurrent()
- Overrides:
getCurrent
in class GenericChainStepEvent