org.apache.commons.math3.stat.descriptive
Class AbstractUnivariateStatisticTest

java.lang.Object
  extended by org.apache.commons.math3.stat.descriptive.AbstractUnivariateStatisticTest

public class AbstractUnivariateStatisticTest
extends Object

Tests for AbstractUnivariateStatistic

Version:
$Id: AbstractUnivariateStatisticTest.java 1244107 2012-02-14 16:17:55Z erans $

Field Summary
protected  double[] nullArray
           
protected  double[] singletonArray
           
protected  double[] testArray
           
protected  double[] testNegativeWeightsArray
           
protected  Mean testStatistic
           
protected  double[] testWeightsArray
           
 
Constructor Summary
AbstractUnivariateStatisticTest()
           
 
Method Summary
 void testTestNegative()
           
 void testTestPositive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testArray

protected double[] testArray

testWeightsArray

protected double[] testWeightsArray

testNegativeWeightsArray

protected double[] testNegativeWeightsArray

nullArray

protected double[] nullArray

singletonArray

protected double[] singletonArray

testStatistic

protected Mean testStatistic
Constructor Detail

AbstractUnivariateStatisticTest

public AbstractUnivariateStatisticTest()
Method Detail

testTestPositive

public void testTestPositive()

testTestNegative

public void testTestNegative()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.