类 KendallsCorrelationTest
java.lang.Object
org.hipparchus.stat.correlation.PearsonsCorrelationTest
org.hipparchus.stat.correlation.KendallsCorrelationTest
Kendall's Tau等级相关性的测试用例。
-
字段概要
从类继承的字段 org.hipparchus.stat.correlation.PearsonsCorrelationTest
longleyData, swissData
-
构造器概要
-
方法概要
修饰符和类型方法说明void
setUp()
void
void
void
void
void
void
void
void
针对R的Longley数据集进行测试。void
void
void
void
void
void
void
void
void
测试R瑞士生育率数据集。void
从类继承的方法 org.hipparchus.stat.correlation.PearsonsCorrelationTest
createLowerTriangularRealMatrix, createRealMatrix, fillUpper, testConsistency, testConstant, testCovarianceConsistency, testInsufficientData, testPValueNearZero, testStdErrorConsistency, testSwissFertility
-
构造器详细资料
-
KendallsCorrelationTest
public KendallsCorrelationTest()
-
-
方法详细资料
-
setUp
public void setUp() -
testLongly
public void testLongly()针对R的Longley数据集进行测试。- 覆盖:
-
testLongly
在类中PearsonsCorrelationTest
-
testSwiss
public void testSwiss()测试R瑞士生育率数据集。 -
testSimpleOrdered
public void testSimpleOrdered() -
testSimpleReversed
public void testSimpleReversed() -
testSimpleOrderedPowerOf2
public void testSimpleOrderedPowerOf2() -
testSimpleReversedPowerOf2
public void testSimpleReversedPowerOf2() -
testSimpleJumble
public void testSimpleJumble() -
testBalancedJumble
public void testBalancedJumble() -
testOrderedTies
public void testOrderedTies() -
testAllTiesInBoth
public void testAllTiesInBoth() -
testAllTiesInX
public void testAllTiesInX() -
testAllTiesInY
public void testAllTiesInY() -
testSingleElement
public void testSingleElement() -
testTwoElements
public void testTwoElements() -
test2dDoubleArray
public void test2dDoubleArray() -
testBlockMatrix
public void testBlockMatrix() -
testLargeArray
public void testLargeArray() -
testMath1277
public void testMath1277()
-