Package com.irurueta.statistics
Class MultivariateGaussianRandomizerTest
java.lang.Object
com.irurueta.statistics.MultivariateGaussianRandomizerTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate 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
testNext()
-
Field Details
-
NUM_SAMPLES
private static final int NUM_SAMPLES- See Also:
-
RELATIVE_ERROR
private static final double RELATIVE_ERROR- See Also:
-
MIN_RANDOM_VALUE
private static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
private static final double MAX_RANDOM_VALUE- See Also:
-
-
Constructor Details
-
MultivariateGaussianRandomizerTest
MultivariateGaussianRandomizerTest()
-
-
Method Details
-
testConstructor
-
testGetSetMeanAndCovariance
@Test void testGetSetMeanAndCovariance() throws WrongSizeException, InvalidCovarianceMatrixException -
testNext
@Test void testNext() throws WrongSizeException, InvalidCovarianceMatrixException, DecomposerException
-