|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.commons.math.stat.descriptive.UnivariateStatisticAbstractTest
public abstract class UnivariateStatisticAbstractTest
Test cases for the UnivariateStatistic
class.
Field Summary | |
---|---|
protected double |
fourthMoment
|
protected double |
geoMean
|
protected double |
kurt
|
protected double |
max
|
protected double |
mean
|
protected double |
median
|
protected double |
min
|
protected double |
percentile5
|
protected double |
percentile95
|
protected double |
product
|
protected double |
secondMoment
|
protected double |
skew
|
protected double |
std
|
protected double |
sum
|
protected double |
sumLog
|
protected double |
sumSq
|
protected double[] |
testArray
|
protected double |
thirdMoment
|
protected double |
tolerance
|
protected double |
var
|
Constructor Summary | |
---|---|
UnivariateStatisticAbstractTest(String name)
|
Method Summary | |
---|---|
abstract double |
expectedValue()
|
double |
getTolerance()
|
abstract org.apache.commons.math.stat.descriptive.UnivariateStatistic |
getUnivariateStatistic()
|
void |
testCopy()
|
void |
testEvaluation()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected double mean
protected double geoMean
protected double var
protected double std
protected double skew
protected double kurt
protected double min
protected double max
protected double median
protected double percentile5
protected double percentile95
protected double product
protected double sumLog
protected double sumSq
protected double sum
protected double secondMoment
protected double thirdMoment
protected double fourthMoment
protected double tolerance
protected double[] testArray
Constructor Detail |
---|
public UnivariateStatisticAbstractTest(String name)
Method Detail |
---|
public abstract org.apache.commons.math.stat.descriptive.UnivariateStatistic getUnivariateStatistic()
public abstract double expectedValue()
public double getTolerance()
public void testEvaluation() throws Exception
Exception
public void testCopy() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |