net.simplace.sim.util.statistics.AgreementIndex

Methods for calculating the agreement index See D. Wallach, Working with Dynamic Crop Models, p. 22


public class AgreementIndex extends ErrorCalculationMethod {
// Public Constructors
public AgreementIndex();


// Public Instance Methods
public void init(); // Defines ErrorCalculationMethod

public double getWorstValue(); // Defines ErrorCalculationMethod

public void addDataPair(double observed, double calculated);
// Defines ErrorCalculationMethod


public double getValue(); // Defines ErrorCalculationMethod

public boolean isBetter(double better, double worse);
// Defines ErrorCalculationMethod


public String getLabel(); // Defines ErrorCalculationMethod

public String getDescription(); // Defines ErrorCalculationMethod



}



Hierarchy: java.lang.Object - ErrorCalculationMethod - AgreementIndex