Package org.ddogleg.fitting.modelset.distance
package org.ddogleg.fitting.modelset.distance
-
ClassDescriptionFitByMeanStatistics<Model,
Point> Computes the mean error and prunes points based on the number of standard deviations they are away.FitByMedianStatistics<Model,Point> Computes the median error and prunes points if they have more than the specified percentile error.PointIndex<Point>Contains a reference to a point and the original index of the pointStatistic used byStatisticalDistanceModelMatcher
.StatisticalDistanceModelMatcher<Model,Point> Outliers are removed by first fitting a model to all the data points.StatisticalFit<Model,Point> Interface for computing error metrics and pruning features.