Package com.irurueta.numerical.fitting
Class StraightLineFitterTest
java.lang.Object
com.irurueta.numerical.fitting.StraightLineFitterTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
private static final int
private static final double
private static final double
private static final double
private static final int
private static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
MIN_PARAM_VALUE
private static final double MIN_PARAM_VALUE- See Also:
-
MAX_PARAM_VALUE
private static final double MAX_PARAM_VALUE- See Also:
-
MIN_SIGMA_VALUE
private static final double MIN_SIGMA_VALUE- See Also:
-
MAX_SIGMA_VALUE
private static final double MAX_SIGMA_VALUE- See Also:
-
MIN_POINTS
private static final int MIN_POINTS- See Also:
-
MAX_POINTS
private static final int MAX_POINTS- See Also:
-
MIN_DATA_VALUE
private static final double MIN_DATA_VALUE- See Also:
-
MAX_DATA_VALUE
private static final double MAX_DATA_VALUE- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
StraightLineFitterTest
StraightLineFitterTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetInputDataAndIsReady
@Test void testGetSetInputDataAndIsReady() -
testGetSetInputDataAndStandardDeviations
@Test void testGetSetInputDataAndStandardDeviations() -
testFitNoSig
@Test void testFitNoSig() throws com.irurueta.numerical.fitting.FittingException, com.irurueta.numerical.NotReadyException- Throws:
com.irurueta.numerical.fitting.FittingException
com.irurueta.numerical.NotReadyException
-
testFitSig
@Test void testFitSig() throws com.irurueta.numerical.fitting.FittingException, com.irurueta.numerical.NotReadyException- Throws:
com.irurueta.numerical.fitting.FittingException
com.irurueta.numerical.NotReadyException
-