Documentation of 'org.ddogleg.fitting.modelset.distance.FitByMeanStatistics' Java class
FitByMeanStatistics
org.ddogleg.fitting.modelset.distance

Class FitByMeanStatistics<Model,Point>

  • All Implemented Interfaces:
    StatisticalFit<Model,Point>


    public class FitByMeanStatistics<Model,Point>
    extends java.lang.Object
    implements StatisticalFit<Model,Point>
    Computes the mean error and prunes points based on the number of standard deviations they are away.
    • Constructor Summary

      Constructors 
      Constructor and Description
      FitByMeanStatistics(double pruneThreshold) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void computeStatistics()
      Computes the statistic error of the model to the data points.
      double getErrorMetric()
      Returns the computed statistical error.
      void init(DistanceFromModel<Model,Point> modelError, java.util.LinkedList<PointIndex<Point>> allPoints)
      This is called once to provide access to internal data structures of the owner.
      void prune()
      Prunes points based on the error and the computed statistics.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FitByMeanStatistics

        public FitByMeanStatistics(double pruneThreshold)
        Parameters:
        pruneThreshold - Number of standard deviations away that points will be pruned.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.