jas.hist.test
Class Gauss.PaulStatistics

java.lang.Object
  |
  +--jas.hist.test.Gauss.PaulStatistics
All Implemented Interfaces:
Statistics
Enclosing class:
Gauss

public class Gauss.PaulStatistics
extends java.lang.Object
implements Statistics


Constructor Summary
Gauss.PaulStatistics()
           
 
Method Summary
 double getStatistic(java.lang.String name)
           
 java.lang.String[] getStatisticNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gauss.PaulStatistics

public Gauss.PaulStatistics()
Method Detail

getStatisticNames

public java.lang.String[] getStatisticNames()
Specified by:
getStatisticNames in interface Statistics
Following copied from interface: jas.hist.Statistics
Returns:
A list of statistic names

getStatistic

public double getStatistic(java.lang.String name)
Specified by:
getStatistic in interface Statistics
Following copied from interface: jas.hist.Statistics
Parameters:
The - statistic name, as returned by getStatisticNames()
Returns:
The value for the statistic