|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.stat.StatUtilsTest
public final class StatUtilsTest
Test cases for the StatUtils class.
| Constructor Summary | |
|---|---|
StatUtilsTest()
|
|
| Method Summary | |
|---|---|
void |
testArrayIndexConditions()
|
void |
testDifferenceStats()
|
void |
testGeometricMean()
|
void |
testMax()
|
void |
testMean()
|
void |
testMin()
|
void |
testN0andN1Conditions()
|
void |
testNormalize1()
Run the test with the values 50 and 100 and assume standardized values |
void |
testNormalize2()
Run with 77 random values, assuming that the outcome has a mean of 0 and a standard deviation of 1 with a precision of 1E-10. |
void |
testPercentile()
|
void |
testPopulationVariance()
|
void |
testProduct()
|
void |
testStats()
test stats |
void |
testSumLog()
|
void |
testSumSq()
|
void |
testVariance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatUtilsTest()
| Method Detail |
|---|
public void testStats()
public void testN0andN1Conditions()
public void testArrayIndexConditions()
public void testSumSq()
public void testProduct()
public void testSumLog()
public void testMean()
public void testVariance()
public void testPopulationVariance()
public void testMax()
public void testMin()
public void testPercentile()
public void testDifferenceStats()
public void testGeometricMean()
public void testNormalize1()
public void testNormalize2()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||