Uses of Interface
org.ddogleg.fitting.modelset.distance.StatisticalFit
-
Uses of StatisticalFit in org.ddogleg.fitting.modelset.distance
Modifier and TypeClassDescriptionclass
FitByMeanStatistics<Model,
Point> Computes the mean error and prunes points based on the number of standard deviations they are away.class
FitByMedianStatistics<Model,
Point> Computes the median error and prunes points if they have more than the specified percentile error.