Package com.irurueta.statistics
Class GaussianRandomizerTest
java.lang.Object
com.irurueta.statistics.GaussianRandomizerTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final int
private static final double
private static final int
private static final double
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
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
NUM_SAMPLES
private static final int NUM_SAMPLES- See Also:
-
RELATIVE_ERROR
private static final double RELATIVE_ERROR- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
MEAN
private static final double MEAN- See Also:
-
STANDARD_DEVIATION
private static final double STANDARD_DEVIATION- See Also:
-
LENGTH
private static final int LENGTH- See Also:
-
-
Constructor Details
-
GaussianRandomizerTest
GaussianRandomizerTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetMean
@Test void testGetSetMean() -
testGetSetStandardDeviation
@Test void testGetSetStandardDeviation() -
testNextBoolean
@Test void testNextBoolean() -
testNextBooleanWithThreshold
@Test void testNextBooleanWithThreshold() -
testFillWithBooleansAndThreshold
@Test void testFillWithBooleansAndThreshold() -
testNextBooleansAndThreshold
@Test void testNextBooleansAndThreshold() -
testNextInt
@Test void testNextInt() -
testNextLong
@Test void testNextLong() -
testNextFloat
@Test void testNextFloat() -
testNextDouble
@Test void testNextDouble() -
testGetType
@Test void testGetType() -
testGetSetInternalRandomizer
@Test void testGetSetInternalRandomizer() -
testSetSeed
@Test void testSetSeed()
-