类 StatisticalSummaryTest
java.lang.Object
org.hipparchus.stat.descriptive.StatisticalSummaryTest
StatisticalSummary
的测试用例。
-
构造器概要
-
方法概要
修饰符和类型方法说明protected static void
assertStatisticalSummaryEquals
(StatisticalSummary expected, StatisticalSummary observed, double delta) 验证了StatisticalSummary和StatisticalSummaryValues在delta范围内相等,NaN和无穷大在相同位置返回。void
通过随机生成来自[-100, 100]的10-100个值的数据集,将其分成2-5个分区,为每个分区计算统计数据,并将应用于每个分区SummaryStatistics集合的aggregate(...)的结果与在整个样本上计算的单个SummaryStatistics的结果进行比较。void
void
void
类似于testAggregate()
,但是操作的是StatisticalSummary
。
-
构造器详细资料
-
StatisticalSummaryTest
public StatisticalSummaryTest()
-
-
方法详细资料
-
testAggregate
public void testAggregate()通过随机生成来自[-100, 100]的10-100个值的数据集,将其分成2-5个分区,为每个分区计算统计数据,并将应用于每个分区SummaryStatistics集合的aggregate(...)的结果与在整个样本上计算的单个SummaryStatistics的结果进行比较。 -
testAggregateStatisticalSummary
public void testAggregateStatisticalSummary()类似于testAggregate()
,但是操作的是StatisticalSummary
。 -
testAggregateDegenerate
public void testAggregateDegenerate() -
testAggregateSpecialValues
public void testAggregateSpecialValues() -
assertStatisticalSummaryEquals
protected static void assertStatisticalSummaryEquals(StatisticalSummary expected, StatisticalSummary observed, double delta) 验证了StatisticalSummary和StatisticalSummaryValues在delta范围内相等,NaN和无穷大在相同位置返回。对于最大值、最小值、n值,必须完全一致,delta仅用于总和、平均值、方差、标准差。
-