Class MCMCEllipticalError

java.lang.Object
Localiser.algorithms.locErrors.EllipticalError
group3dlocaliser.algorithm.toadmcmc.MCMCEllipticalError
All Implemented Interfaces:
LocaliserError

public class MCMCEllipticalError extends EllipticalError
Elliptical error for MCMC.
Author:
Jamie Macaulay
  • Constructor Details

    • MCMCEllipticalError

      public MCMCEllipticalError(double[][] points, double[] meanLoc)
  • Method Details

    • getMeanLoc

      public double[] getMeanLoc()
    • getPoints

      public float[][] getPoints()
    • setPoints

      public void setPoints(float[][] points)
    • getErrorDraw

      public LocErrorGraphics getErrorDraw()
      Description copied from interface: LocaliserError
      Functions fro drawing the localisation error
      Specified by:
      getErrorDraw in interface LocaliserError
      Overrides:
      getErrorDraw in class EllipticalError
      Returns:
      a class containing fucntion to draw localisation error with.