|
OMS (v3.0.25) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectiveFunction
Objecttive Function. Interface for providing a objective function implementation.
Method Summary | |
---|---|
double |
calculate(double[] obs,
double[] sim,
double missingValue)
Calculates the objective function value based on the given simulated and observed values. |
boolean |
positiveDirection()
This method tells you if it is good for the objective function value to be large. |
Method Detail |
---|
double calculate(double[] obs, double[] sim, double missingValue)
obs
- the observed valuessim
- the simulated valuesmissingValue
- the missing value that indicates a observed or/and simulated value is missing
boolean positiveDirection()
|
OMS (v3.0.25) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |