org.apache.commons.math3.distribution
Class FDistributionTest

java.lang.Object
  extended by org.apache.commons.math3.distribution.RealDistributionAbstractTest
      extended by org.apache.commons.math3.distribution.FDistributionTest

public class FDistributionTest
extends RealDistributionAbstractTest

Test cases for FDistribution. Extends ContinuousDistributionAbstractTest. See class javadoc for ContinuousDistributionAbstractTest for details.

Version:
$Id: FDistributionTest.java 1364028 2012-07-21 00:42:49Z erans $

Constructor Summary
FDistributionTest()
           
 
Method Summary
 double[] makeCumulativeTestPoints()
          Creates the default cumulative probability distribution test input values
 double[] makeCumulativeTestValues()
          Creates the default cumulative probability density test expected values
 double[] makeDensityTestValues()
          Creates the default probability density test expected values
 FDistribution makeDistribution()
          Creates the default continuous distribution instance to use in tests.
 void setUp()
          Setup sets all test instance data to default values
 void testCumulativeProbabilityExtremes()
           
 void testDfAccessors()
           
 void testInverseCumulativeProbabilityExtremes()
           
 void testLargeDegreesOfFreedom()
           
 void testMath785()
           
 void testMoments()
           
 void testPreconditions()
           
 void testSmallDegreesOfFreedom()
           
 
Methods inherited from class org.apache.commons.math3.distribution.RealDistributionAbstractTest
getCumulativeTestPoints, getCumulativeTestValues, getDensityTestValues, getDistribution, getInverseCumulativeTestPoints, getInverseCumulativeTestValues, getTolerance, makeInverseCumulativeTestPoints, makeInverseCumulativeTestValues, setCumulativeTestPoints, setCumulativeTestValues, setDensityTestValues, setDistribution, setInverseCumulativeTestPoints, setInverseCumulativeTestValues, setTolerance, tearDown, testConsistency, testCumulativeProbabilities, testDensities, testDensityIntegrals, testDistributionClone, testIllegalArguments, testInverseCumulativeProbabilities, testIsSupportLowerBoundInclusive, testIsSupportUpperBoundInclusive, testSampling, verifyCumulativeProbabilities, verifyDensities, verifyInverseCumulativeProbabilities
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FDistributionTest

public FDistributionTest()
Method Detail

makeDistribution

public FDistribution makeDistribution()
Creates the default continuous distribution instance to use in tests.

Specified by:
makeDistribution in class RealDistributionAbstractTest

makeCumulativeTestPoints

public double[] makeCumulativeTestPoints()
Creates the default cumulative probability distribution test input values

Specified by:
makeCumulativeTestPoints in class RealDistributionAbstractTest

makeCumulativeTestValues

public double[] makeCumulativeTestValues()
Creates the default cumulative probability density test expected values

Specified by:
makeCumulativeTestValues in class RealDistributionAbstractTest

makeDensityTestValues

public double[] makeDensityTestValues()
Creates the default probability density test expected values

Specified by:
makeDensityTestValues in class RealDistributionAbstractTest

setUp

public void setUp()
Description copied from class: RealDistributionAbstractTest
Setup sets all test instance data to default values

Overrides:
setUp in class RealDistributionAbstractTest

testCumulativeProbabilityExtremes

public void testCumulativeProbabilityExtremes()

testInverseCumulativeProbabilityExtremes

public void testInverseCumulativeProbabilityExtremes()

testDfAccessors

public void testDfAccessors()

testPreconditions

public void testPreconditions()

testLargeDegreesOfFreedom

public void testLargeDegreesOfFreedom()

testSmallDegreesOfFreedom

public void testSmallDegreesOfFreedom()

testMoments

public void testMoments()

testMath785

public void testMath785()


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