Uses of Class
com.irurueta.numerical.robust.PROSACRobustEstimator.PROSACInliersData
Packages that use PROSACRobustEstimator.PROSACInliersData
Package
Description
This package contains robust estimators that can be used to discard outliers
for cases where a model of the data is known (i.e.
-
Uses of PROSACRobustEstimator.PROSACInliersData in com.irurueta.numerical.robust
Fields in com.irurueta.numerical.robust declared as PROSACRobustEstimator.PROSACInliersDataModifier and TypeFieldDescriptionPROSACRobustEstimator.bestInliersData
Data related to inliers found for best result.Methods in com.irurueta.numerical.robust that return PROSACRobustEstimator.PROSACInliersDataModifier and TypeMethodDescriptionPROSACRobustEstimator.getBestInliersData()
Gets data related to inliers found for best result.