Package com.irurueta.statistics
Class ChiSqDistTest
java.lang.Object
com.irurueta.statistics.ChiSqDistTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
-
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:
-
-
Constructor Details
-
ChiSqDistTest
ChiSqDistTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetNu
@Test void testGetSetNu() -
testP
@Test void testP() -
testCdf
@Test void testCdf() throws com.irurueta.statistics.MaxIterationsExceededException- Throws:
com.irurueta.statistics.MaxIterationsExceededException
-
testInvcdf
@Test void testInvcdf() throws com.irurueta.statistics.MaxIterationsExceededException- Throws:
com.irurueta.statistics.MaxIterationsExceededException
-