Package com.irurueta.numerical
Class AccurateMaximumLikelihoodEstimatorTest
java.lang.Object
com.irurueta.numerical.AccurateMaximumLikelihoodEstimatorTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
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
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
NUMBER_OF_SAMPLES
private static final int NUMBER_OF_SAMPLES- See Also:
-
MIN_MEAN
private static final double MIN_MEAN- See Also:
-
MAX_MEAN
private static final double MAX_MEAN- See Also:
-
MIN_STD
private static final double MIN_STD- See Also:
-
MAX_STD
private static final double MAX_STD- See Also:
-
MIN_GAUSSIAN_SIGMA
private static final double MIN_GAUSSIAN_SIGMA- See Also:
-
MAX_GAUSSIAN_SIGMA
private static final double MAX_GAUSSIAN_SIGMA- See Also:
-
RELATIVE_ERROR
private static final double RELATIVE_ERROR- See Also:
-
-
Constructor Details
-
AccurateMaximumLikelihoodEstimatorTest
AccurateMaximumLikelihoodEstimatorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() throws com.irurueta.numerical.NotAvailableException- Throws:
com.irurueta.numerical.NotAvailableException
-
testGetMethod
@Test void testGetMethod() -
testGetSetGaussianSigma
@Test void testGetSetGaussianSigma() throws com.irurueta.numerical.LockedException- Throws:
com.irurueta.numerical.LockedException
-
testGetSetMinMaxValuesAndAvailability
@Test void testGetSetMinMaxValuesAndAvailability() throws com.irurueta.numerical.LockedException, com.irurueta.numerical.NotAvailableException- Throws:
com.irurueta.numerical.LockedException
com.irurueta.numerical.NotAvailableException
-
testIsLocked
@Test void testIsLocked() -
testGetSetInputDataAndAvailability
@Test void testGetSetInputDataAndAvailability() throws com.irurueta.numerical.LockedException, com.irurueta.numerical.NotAvailableException- Throws:
com.irurueta.numerical.LockedException
com.irurueta.numerical.NotAvailableException
-
testIsReady
@Test void testIsReady() throws com.irurueta.numerical.LockedException- Throws:
com.irurueta.numerical.LockedException
-
testGetSetHistogramInitialSolutionUsed
@Test void testGetSetHistogramInitialSolutionUsed() throws com.irurueta.numerical.LockedException- Throws:
com.irurueta.numerical.LockedException
-
testEstimate
@Test void testEstimate() throws com.irurueta.numerical.LockedException, com.irurueta.numerical.NotReadyException- Throws:
com.irurueta.numerical.LockedException
com.irurueta.numerical.NotReadyException
-