类 FourthMomentTest
java.lang.Object
org.hipparchus.stat.descriptive.UnivariateStatisticAbstractTest
org.hipparchus.stat.descriptive.StorelessUnivariateStatisticAbstractTest
org.hipparchus.stat.descriptive.moment.FourthMomentTest
FourthMoment
类的测试用例。
-
字段概要
从类继承的字段 org.hipparchus.stat.descriptive.StorelessUnivariateStatisticAbstractTest
smallSamples
从类继承的字段 org.hipparchus.stat.descriptive.UnivariateStatisticAbstractTest
fourthMoment, geoMean, identicalWeightsArray, kurt, max, mean, median, min, percentile5, percentile95, product, secondMoment, skew, std, sum, sumLog, sumSq, testArray, testWeightsArray, thirdMoment, tolerance, unitWeightsArray, var, weightedMean, weightedProduct, weightedStd, weightedSum, weightedVar
-
构造器概要
-
方法概要
修饰符和类型方法说明double
在UnivariateStatisticAbstractTest中定义的testArray的预期值org.hipparchus.stat.descriptive.moment.FourthMoment
返回统计量的新实例<T> void
不支持第四阶矩的测试。从类继承的方法 org.hipparchus.stat.descriptive.StorelessUnivariateStatisticAbstractTest
checkClearValue, testConsistency, testConsume, testCopyConsistency, testEqualsAndHashCode, testEvaluateInternalState, testIncrementation, testMomentSmallSamples, testSerial, testSerialization
从类继承的方法 org.hipparchus.stat.descriptive.UnivariateStatisticAbstractTest
getTolerance, testCopy, testCopyData, testEvaluateArraySegment, testEvaluateArraySegmentWeighted, testEvaluation, testWeightedConsistency
-
构造器详细资料
-
FourthMomentTest
public FourthMomentTest()
-
-
方法详细资料
-
getUnivariateStatistic
public org.hipparchus.stat.descriptive.moment.FourthMoment getUnivariateStatistic()返回统计量的新实例 -
expectedValue
public double expectedValue()在UnivariateStatisticAbstractTest中定义的testArray的预期值 -
testAggregate
public <T> void testAggregate()不支持第四阶矩的测试。
-