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

Interface StatisticalFit<Model,Point>

    • Method Detail

      • init

        void init(DistanceFromModel<Model,Point> modelDistance,
                  java.util.LinkedList<PointIndex<Point>> allPoints)
        This is called once to provide access to internal data structures of the owner.
        Parameters:
        modelDistance - Computes the error between a point and the model
        allPoints - Contains all the points which are currently considered part of the model.
      • getErrorMetric

        double getErrorMetric()
        Returns the computed statistical error.
        Returns:
        The error.
      • computeStatistics

        void computeStatistics()
        Computes the statistic error of the model to the data points.
      • prune

        void prune()
        Prunes points based on the error and the computed statistics.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.