Package algorithm

Class AverageMeasurement

java.lang.Object
algorithm.Measurement
algorithm.AverageMeasurement

public class AverageMeasurement extends Measurement
  • Constructor Details

    • AverageMeasurement

      public AverageMeasurement()
  • Method Details

    • getRotationJitter

      public Quaternion getRotationJitter()
    • setRotationJitter

      public void setRotationJitter(Quaternion rotationJitter)
    • getBoxPlot

      public BoxPlot getBoxPlot()
    • setBoxPlot

      public void setBoxPlot(BoxPlot boxPlot)
    • getErrors

      public List<Double> getErrors()
    • setErrors

      public void setErrors(List<Double> errors)
    • getRotationError

      public Quaternion getRotationError()
    • setRotationError

      public void setRotationError(Quaternion rotationError)
    • 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