org.jactr.tools.itr.fit
Class ModelFitStatistics.ComparisonPoint

java.lang.Object
  extended by org.jactr.tools.itr.fit.ModelFitStatistics.ComparisonPoint
Enclosing class:
ModelFitStatistics

public class ModelFitStatistics.ComparisonPoint
extends java.lang.Object


Constructor Summary
ModelFitStatistics.ComparisonPoint(java.lang.String label, double data, double model)
           
 
Method Summary
 double getData()
           
 java.lang.String getLabel()
           
 double getModel()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelFitStatistics.ComparisonPoint

public ModelFitStatistics.ComparisonPoint(java.lang.String label,
                                          double data,
                                          double model)
Method Detail

getModel

public double getModel()

getData

public double getData()

getLabel

public java.lang.String getLabel()