Package algorithm
Class AverageMeasurement
java.lang.Object
algorithm.Measurement
algorithm.AverageMeasurement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleThe method getJitter computes the root mean square error.voidsetBoxPlot(BoxPlot boxPlot) voidvoidsetRotationError(Quaternion rotationError) voidsetRotationJitter(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
-