Uses of Interface
org.ddogleg.fitting.modelset.distance.StatisticalFit
Packages that use StatisticalFit
- 
Uses of StatisticalFit in org.ddogleg.fitting.modelset.distanceClasses in org.ddogleg.fitting.modelset.distance that implement StatisticalFitModifier and TypeClassDescriptionclassFitByMeanStatistics<Model,Point> Computes the mean error and prunes points based on the number of standard deviations they are away.classFitByMedianStatistics<Model,Point> Computes the median error and prunes points if they have more than the specified percentile error.