org.omegahat.Environment.DataStructures
Interface RandomVariable

All Superinterfaces:
Variable

public interface RandomVariable
extends Variable


Method Summary
 double value()
          Get the next value.
 
Methods inherited from interface org.omegahat.Environment.DataStructures.Variable
getDataFrame, getName, numObservations, setDataFrame, setName, value
 

Method Detail

value

public double value()
Get the next value.