| org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest org.apache.commons.math.stat.descriptive.StorelessUnivariateStatisticAbstractTest
All known Subclasses: org.apache.commons.math.stat.descriptive.summary.ProductTest, org.apache.commons.math.stat.descriptive.summary.SumTest, org.apache.commons.math.stat.descriptive.summary.SumLogTest, org.apache.commons.math.stat.descriptive.moment.FirstMomentTest, org.apache.commons.math.stat.descriptive.moment.FourthMomentTest, org.apache.commons.math.stat.descriptive.moment.KurtosisTest, org.apache.commons.math.stat.descriptive.rank.MinTest, org.apache.commons.math.stat.descriptive.moment.SecondMomentTest, org.apache.commons.math.stat.descriptive.summary.SumSqTest, org.apache.commons.math.stat.descriptive.moment.StandardDeviationTest, org.apache.commons.math.stat.descriptive.moment.VarianceTest, org.apache.commons.math.stat.descriptive.moment.GeometricMeanTest, org.apache.commons.math.stat.descriptive.moment.SkewnessTest, org.apache.commons.math.stat.descriptive.moment.ThirdMomentTest, org.apache.commons.math.stat.descriptive.rank.MaxTest, org.apache.commons.math.stat.descriptive.moment.MeanTest,
smallSamples | protected double[][] smallSamples(Code) | | Small sample arrays
|
StorelessUnivariateStatisticAbstractTest | public StorelessUnivariateStatisticAbstractTest(String name)(Code) | | |
expectedValue | abstract public double expectedValue()(Code) | | Expected value for the testArray defined in UnivariateStatisticAbstractTest
|
getUnivariateStatistic | abstract public UnivariateStatistic getUnivariateStatistic()(Code) | | Return a new instance of the statistic
|
testConsistency | public void testConsistency()(Code) | | Make sure that evaluate(double[]) and inrementAll(double[]),
getResult() give same results.
|
testEqualsAndHashCode | public void testEqualsAndHashCode()(Code) | | |
testIncrementation | public void testIncrementation() throws Exception(Code) | | Verify that calling increment() in a loop over testArray results in correct state
|
testMomentSmallSamples | public void testMomentSmallSamples()(Code) | | |
|
|