org.omegahat.Simulation.MCMC.Examples
Class SimpleMetropolisSampler.BivariateDoubleState

java.lang.Object
  |
  +--org.omegahat.Simulation.MCMC.Examples.SimpleMetropolisSampler.BivariateDoubleState
All Implemented Interfaces:
MCMCState
Enclosing class:
SimpleMetropolisSampler

protected class SimpleMetropolisSampler.BivariateDoubleState
extends java.lang.Object
implements MCMCState


Field Summary
(package private)  double[] state
           
 
Constructor Summary
SimpleMetropolisSampler.BivariateDoubleState(double[] d)
           
 
Method Summary
 double[] getState()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

state

double[] state
Constructor Detail

SimpleMetropolisSampler.BivariateDoubleState

public SimpleMetropolisSampler.BivariateDoubleState(double[] d)
Method Detail

getState

public double[] getState()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object