Package algorithm
Class AverageMeasurement
java.lang.Object
algorithm.Measurement
algorithm.AverageMeasurement
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
The method getJitter computes the root mean square error.void
setBoxPlot
(BoxPlot boxPlot) void
void
setRotationError
(Quaternion rotationError) void
setRotationJitter
(Quaternion rotationJitter) Methods inherited from class algorithm.Measurement
getError, getPos, getRotation, getTimestamp, getToolname, setError, setPos, setRotation, setTimestamp, setToolname
-
Constructor Details
-
AverageMeasurement
public AverageMeasurement()
-
-
Method Details
-
getRotationJitter
-
setRotationJitter
-
getBoxPlot
-
setBoxPlot
-
getErrors
-
setErrors
-
getRotationError
-
setRotationError
-
getJitter
public double getJitter()The method getJitter computes the root mean square error. She receives a list of errors and called method getRMSE, where the RMSE is calculated.- Returns:
- getRMSE - the root mean square error
-