etomica.data
Class AccumulatorRatioAverage.StatType

java.lang.Object
  extended by etomica.util.EnumeratedType
      extended by etomica.data.AccumulatorAverage.StatType
          extended by etomica.data.AccumulatorRatioAverage.StatType
All Implemented Interfaces:
Serializable
Enclosing class:
AccumulatorRatioAverage

public static class AccumulatorRatioAverage.StatType
extends AccumulatorAverage.StatType

See Also:
Serialized Form

Field Summary
static AccumulatorRatioAverage.StatType RATIO
           
static AccumulatorRatioAverage.StatType RATIO_ERROR
           
static AccumulatorRatioAverage.StatType RATIO_STANDARD_DEVIATION
           
 
Fields inherited from class etomica.data.AccumulatorAverage.StatType
AVERAGE, BLOCK_CORRELATION, ERROR, index, MOST_RECENT, STANDARD_DEVIATION
 
Constructor Summary
protected AccumulatorRatioAverage.StatType(String label, int index)
           
 
Method Summary
static AccumulatorAverage.StatType[] choices()
           
 
Methods inherited from class etomica.util.EnumeratedType
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RATIO

public static final AccumulatorRatioAverage.StatType RATIO

RATIO_ERROR

public static final AccumulatorRatioAverage.StatType RATIO_ERROR

RATIO_STANDARD_DEVIATION

public static final AccumulatorRatioAverage.StatType RATIO_STANDARD_DEVIATION
Constructor Detail

AccumulatorRatioAverage.StatType

protected AccumulatorRatioAverage.StatType(String label,
                                           int index)
Method Detail

choices

public static AccumulatorAverage.StatType[] choices()