类 PSquarePercentileTest
java.lang.Object
org.hipparchus.stat.descriptive.UnivariateStatisticAbstractTest
org.hipparchus.stat.descriptive.StorelessUnivariateStatisticAbstractTest
org.hipparchus.stat.descriptive.rank.PSquarePercentileTest
-
字段概要
字段从类继承的字段 org.hipparchus.stat.descriptive.StorelessUnivariateStatisticAbstractTest
smallSamples从类继承的字段 org.hipparchus.stat.descriptive.UnivariateStatisticAbstractTest
fourthMoment, geoMean, identicalWeightsArray, kurt, max, mean, median, min, product, secondMoment, skew, std, sum, sumLog, sumSq, testArray, testWeightsArray, thirdMoment, unitWeightsArray, var, weightedMean, weightedProduct, weightedStd, weightedSum, weightedVar -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明doubleUnivariateStatisticAbstractTest中定义的testArray的预期值double返回统计量的新实例voidvoidvoidvoidtest5()voidvoidvoidvoidvoidvoidvoidvoidvoidvoid验证在增加相同元素后,通过复制原始统计量后,复制的统计量仍然等于原始统计量void验证在增加大多数元素后,通过复制原始统计量后,复制的统计量仍然等于原始统计量void测试各种分布voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidtestNull()voidvoidvoidvoidvoidvoidvoidvoidvoid从类继承的方法 org.hipparchus.stat.descriptive.StorelessUnivariateStatisticAbstractTest
checkClearValue, testAggregate, testConsistency, testConsume, testCopyConsistency, testEqualsAndHashCode, testEvaluateInternalState, testIncrementation, testMomentSmallSamples, testSerial, testSerialization从类继承的方法 org.hipparchus.stat.descriptive.UnivariateStatisticAbstractTest
testCopy, testCopyData, testEvaluateArraySegment, testEvaluateArraySegmentWeighted, testEvaluation, testWeightedConsistency
-
字段详细资料
-
percentile5
protected double percentile5 -
percentile95
protected double percentile95 -
tolerance
protected double tolerance
-
-
构造器详细资料
-
PSquarePercentileTest
public PSquarePercentileTest()
-
-
方法详细资料
-
getUnivariateStatistic
返回统计量的新实例 -
expectedValue
public double expectedValue()UnivariateStatisticAbstractTest中定义的testArray的预期值 -
getTolerance
public double getTolerance() -
testCopyConsistencyWithInitialMostElements
public void testCopyConsistencyWithInitialMostElements()验证在增加大多数元素后,通过复制原始统计量后,复制的统计量仍然等于原始统计量 -
testCopyConsistencyWithInitialFirstFewElements
public void testCopyConsistencyWithInitialFirstFewElements()验证在增加相同元素后,通过复制原始统计量后,复制的统计量仍然等于原始统计量 -
testNullListInMarkers
public void testNullListInMarkers() -
testMiscellaniousFunctionsInMarkers
public void testMiscellaniousFunctionsInMarkers() -
testMarkersOORLow
public void testMarkersOORLow() -
testMarkersOORHigh
public void testMarkersOORHigh() -
testMarkers2
public void testMarkers2() -
testHashCodeInMarkers
public void testHashCodeInMarkers() -
testMarkersWithLowerIndex
public void testMarkersWithLowerIndex() -
testMarkersWithHigherIndex
public void testMarkersWithHigherIndex() -
testMarkerHeightWithLowerIndex
public void testMarkerHeightWithLowerIndex() -
testMarkerHeightWithHigherIndex
public void testMarkerHeightWithHigherIndex() -
testPSquaredEqualsAndMin
public void testPSquaredEqualsAndMin() -
testString
public void testString() -
testHighPercentile
public void testHighPercentile() -
testLowPercentile
public void testLowPercentile() -
testPercentile
public void testPercentile() -
testInitial
public void testInitial() -
testNegativeInvalidValues
public void testNegativeInvalidValues() -
testPositiveInvalidValues
public void testPositiveInvalidValues() -
testNISTExample
public void testNISTExample() -
test5
public void test5() -
testNull
public void testNull() -
testEmpty
public void testEmpty() -
testSingleton
public void testSingleton() -
testSpecialValues
public void testSpecialValues() -
testArrayExample
public void testArrayExample() -
testSetQuantile
public void testSetQuantile() -
testAccept
public void testAccept() -
testCannedDataSet
public void testCannedDataSet() -
test99Percentile
public void test99Percentile() -
test90Percentile
public void test90Percentile() -
test20Percentile
public void test20Percentile() -
test5Percentile
public void test5Percentile() -
test99PercentileHighValues
public void test99PercentileHighValues() -
test90PercentileHighValues
public void test90PercentileHighValues() -
test20PercentileHighValues
public void test20PercentileHighValues() -
test5PercentileHighValues
public void test5PercentileHighValues() -
test0PercentileValuesWithFewerThan5Values
public void test0PercentileValuesWithFewerThan5Values() -
testPSQuaredEvalFuncWithPapersExampleData
- 抛出:
-
IOException
-
testDistribution
public void testDistribution()测试各种分布
-