类 ProductTest
java.lang.Object
org.hipparchus.stat.descriptive.UnivariateStatisticAbstractTest
org.hipparchus.stat.descriptive.StorelessUnivariateStatisticAbstractTest
org.hipparchus.stat.descriptive.summary.ProductTest
Product
类的测试用例。
-
字段概要
从类继承的字段 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
-
构造器概要
-
方法概要
修饰符和类型方法说明protected void
checkClearValue
(StorelessUnivariateStatistic statistic) double
UnivariateStatisticAbstractTest中定义的testArray的预期值double
UnivariateStatisticAbstractTest中定义的testArray的预期值double
返回统计量的新实例void
void
从类继承的方法 org.hipparchus.stat.descriptive.StorelessUnivariateStatisticAbstractTest
testAggregate, testConsistency, testConsume, testCopyConsistency, testEqualsAndHashCode, testEvaluateInternalState, testIncrementation, testMomentSmallSamples, testSerial, testSerialization
从类继承的方法 org.hipparchus.stat.descriptive.UnivariateStatisticAbstractTest
testCopy, testCopyData, testEvaluateArraySegment, testEvaluateArraySegmentWeighted, testEvaluation, testWeightedConsistency
-
构造器详细资料
-
ProductTest
public ProductTest()
-
-
方法详细资料
-
getUnivariateStatistic
返回统计量的新实例 -
getTolerance
public double getTolerance() -
expectedValue
public double expectedValue()UnivariateStatisticAbstractTest中定义的testArray的预期值 -
expectedWeightedValue
public double expectedWeightedValue()UnivariateStatisticAbstractTest中定义的testArray的预期值 -
testSpecialValues
public void testSpecialValues() -
testWeightedProduct
public void testWeightedProduct() -
checkClearValue
-