class AbcAbsDistance extends Object implements AbcDistance
Constructor and Description |
---|
AbcAbsDistance() |
Modifier and Type | Method and Description |
---|---|
double |
calculate(AbcNamedQuantity generated,
AbcNamedQuantity observed)
Calculated the distance between the observed data and the generated data.
|
public final double calculate(AbcNamedQuantity generated, AbcNamedQuantity observed)
AbcDistance
calculate
in interface AbcDistance
generated
- the data generated from the mdoel.observed
- the observed data.Copyright © 2015 University of Glasgow. All rights reserved.