public class EF extends ErrorCalculationMethod
Methods for calculating the model efficiency See D. Wallach, Working with Dynamic Crop Models, p. 22
Author:
Gunther Krauss
  • Field Summary

    Fields inherited from class net.simplace.sim.util.statistics.ErrorCalculationMethod

    count, sum
  • Constructor Summary

    Constructors
    Constructor
    Description
    EF()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.

    Methods inherited from class java.lang.Object

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