Package net.simplace.sim.util.statistics
Klasse SignedBias
java.lang.Object
net.simplace.sim.util.statistics.ErrorCalculationMethod
net.simplace.sim.util.statistics.Bias
net.simplace.sim.util.statistics.SignedBias
Methods for calculating the bias/mean error and comparing signed values.
See D. Wallach, Working with Dynamic Crop Models, p. 22
Calculation of bias is the same as for the Bias class.
Comparison is different. Bias chooses the set with
the smallest absolute value (the closest to 0), whereas
SignedBias chooses the set with the smallest signed
value (the closest to -Infinity).
It can be used to select the maximum of simulated values by
setting observed values to 0, having thus the maximal value
when UnsignedBias is best.
- Autor:
- Gunther Krauss
-
Feldübersicht
Von Klasse geerbte Felder net.simplace.sim.util.statistics.ErrorCalculationMethod
count, sum -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden net.simplace.sim.util.statistics.Bias
addDataPair, getValueVon Klasse geerbte Methoden net.simplace.sim.util.statistics.ErrorCalculationMethod
getWorstValue, init
-
Konstruktordetails
-
SignedBias
public SignedBias()
-
-
Methodendetails
-
isBetter
public boolean isBetter(double better, double worse) Beschreibung aus Klasse kopiert:ErrorCalculationMethodChecks if the first value is better than the second value with respect to the calcualtion method. -
getLabel
Beschreibung aus Klasse kopiert:ErrorCalculationMethodGets the label of the calculation method -
getDescription
Beschreibung aus Klasse kopiert:ErrorCalculationMethodGets the full name or a short description of the error method- Setzt außer Kraft:
getDescriptionin KlasseBias- Gibt zurück:
- description or full name
-