|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.stat.correlation.PearsonsCorrelationTest
org.apache.commons.math3.stat.correlation.SpearmansRankCorrelationTest
public class SpearmansRankCorrelationTest
Test cases for Spearman's rank correlation
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.math3.stat.correlation.PearsonsCorrelationTest |
|---|
longleyData, swissData |
| Constructor Summary | |
|---|---|
SpearmansRankCorrelationTest()
|
|
| Method Summary | |
|---|---|
void |
testConsistency()
|
void |
testConstant()
Constant column |
void |
testCovarianceConsistency()
Verify that creating correlation from covariance gives same results as direct computation from the original matrix |
void |
testInsufficientData()
Insufficient data |
void |
testLongly()
Test Longley dataset against R. |
void |
testMath891Array()
|
void |
testMath891Matrix()
|
void |
testStdErrorConsistency()
Verify that direct t-tests using standard error estimates are consistent with reported p-values |
void |
testSwiss()
Test R swiss fertility dataset. |
| Methods inherited from class org.apache.commons.math3.stat.correlation.PearsonsCorrelationTest |
|---|
createLowerTriangularRealMatrix, createRealMatrix, fillUpper, testPValueNearZero, testSwissFertility |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpearmansRankCorrelationTest()
| Method Detail |
|---|
public void testLongly()
testLongly in class PearsonsCorrelationTestpublic void testSwiss()
public void testConstant()
testConstant in class PearsonsCorrelationTestpublic void testInsufficientData()
testInsufficientData in class PearsonsCorrelationTestpublic void testConsistency()
testConsistency in class PearsonsCorrelationTestpublic void testMath891Array()
public void testMath891Matrix()
public void testStdErrorConsistency()
PearsonsCorrelationTest
testStdErrorConsistency in class PearsonsCorrelationTestpublic void testCovarianceConsistency()
PearsonsCorrelationTest
testCovarianceConsistency in class PearsonsCorrelationTest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||