Package com.irurueta.statistics
Class NormalDistTest
java.lang.Object
com.irurueta.statistics.NormalDistTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
private static final double
private static final int
private static final double
private static final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MIN_RANDOM_VALUE
private static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
private static final double MAX_RANDOM_VALUE- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
N_SAMPLES
private static final int N_SAMPLES- See Also:
-
RELATIVE_ERROR
private static final double RELATIVE_ERROR- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
NormalDistTest
NormalDistTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetMean
@Test void testGetSetMean() -
testGetSetStandardDeviation
@Test void testGetSetStandardDeviation() -
testGetSetVariance
@Test void testGetSetVariance() -
testGetP
@Test void testGetP() -
testCdf
@Test void testCdf() -
testInvcdf
@Test void testInvcdf() -
testMahalanobisDistance
@Test void testMahalanobisDistance() -
testPropagateSinusoidal
@Test void testPropagateSinusoidal() -
testPropagatePoly
@Test void testPropagatePoly()
-