
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)
AbcDistancecalculate in interface AbcDistancegenerated - the data generated from the mdoel.observed - the observed data.Copyright © 2015 University of Glasgow. All rights reserved.