org.omegahat.Simulation.MCMC.Examples
Class SimpleMetropolisHastingsSampler.listenerPrinter

java.lang.Object
  |
  +--org.omegahat.Simulation.MCMC.Examples.SimpleMetropolisHastingsSampler.listenerPrinter
All Implemented Interfaces:
MCMCListener
Enclosing class:
SimpleMetropolisHastingsSampler

public static class SimpleMetropolisHastingsSampler.listenerPrinter
extends java.lang.Object
implements MCMCListener


Field Summary
 int step
           
 
Constructor Summary
SimpleMetropolisHastingsSampler.listenerPrinter()
           
 
Method Summary
 void notify(MCMCEvent e)
          Function to be called for notification
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

step

public int step
Constructor Detail

SimpleMetropolisHastingsSampler.listenerPrinter

public SimpleMetropolisHastingsSampler.listenerPrinter()
Method Detail

notify

public void notify(MCMCEvent e)
Description copied from interface: MCMCListener
Function to be called for notification
Specified by:
notify in interface MCMCListener