Klasse AgreementIndex

java.lang.Object
net.simplace.sim.util.statistics.ErrorCalculationMethod
net.simplace.sim.util.statistics.AgreementIndex

public class AgreementIndex extends ErrorCalculationMethod
Methods for calculating the agreement index See D. Wallach, Working with Dynamic Crop Models, p. 22
Autor:
Gunther Krauss
  • Feldübersicht

    Von Klasse geerbte Felder net.simplace.sim.util.statistics.ErrorCalculationMethod

    count, sum
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    addDataPair(double observed, double calculated)
    Adds a pair of observed and calculated data to the list
    Gets the full name or a short description of the error method
    Gets the label of the calculation method
    double
    Calculates the (error)value from the list of pairs
    double
    Returns the value that is considered worst by the error calculation method
    void
    Initializes the calculation method
    boolean
    isBetter(double better, double worse)
    Checks if the first value is better than the second value with respect to the calcualtion method.

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait