Package com.irurueta.numerical.robust
Class MSACRobustEstimatorTest
java.lang.Object
com.irurueta.numerical.robust.MSACRobustEstimatorTest
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprivate static class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate static final intprivate static final intprivate static final doubleprivate static final doubleprivate static final intprivate static final intprivate static final doubleprivate static final intprivate static final intprivate static final doubleprivate static final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static double[]private static voidcomputeSamples(double[] params, int numSamples, int percentageOutliers, double[] ys, double[] xs) (package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
- 
Field Details- 
MIN_POINTSprivate static final int MIN_POINTS- See Also:
 
- 
MAX_POINTSprivate static final int MAX_POINTS- See Also:
 
- 
THRESHOLDprivate static final double THRESHOLD- See Also:
 
- 
MIN_ERRORprivate static final double MIN_ERROR- See Also:
 
- 
MAX_ERRORprivate static final double MAX_ERROR- See Also:
 
- 
MIN_MAX_ITERATIONSprivate static final int MIN_MAX_ITERATIONS- See Also:
 
- 
MAX_MAX_ITERATIONSprivate static final int MAX_MAX_ITERATIONS- See Also:
 
- 
MIN_RANDOM_VALUEprivate static final double MIN_RANDOM_VALUE- See Also:
 
- 
MAX_RANDOM_VALUEprivate static final double MAX_RANDOM_VALUE- See Also:
 
- 
ABSOLUTE_ERRORprivate static final double ABSOLUTE_ERROR- See Also:
 
- 
PERCENTAGE_OUTLIERprivate static final int PERCENTAGE_OUTLIER- See Also:
 
- 
NUM_PARAMSprivate static final int NUM_PARAMS- See Also:
 
- 
TIMESprivate static final int TIMES- See Also:
 
 
- 
- 
Constructor Details- 
MSACRobustEstimatorTestMSACRobustEstimatorTest()
 
- 
- 
Method Details- 
testConstructor@Test void testConstructor()
- 
testGetSetListenerAvailabilityAndIsReady- Throws:
- LockedException
 
- 
testGetSetProgressDelta
- 
testGetSetConfidence
- 
testGetSetMaxIterations
- 
testEstimate
- 
computeParamsprivate static double[] computeParams()
- 
computeSamplesprivate static void computeSamples(double[] params, int numSamples, int percentageOutliers, double[] ys, double[] xs) 
 
-