org.apache.commons.math.analysis.interpolation
Class LoessInterpolatorTest

java.lang.Object
  extended by org.apache.commons.math.analysis.interpolation.LoessInterpolatorTest

public class LoessInterpolatorTest
extends Object

Test of the LoessInterpolator class.


Constructor Summary
LoessInterpolatorTest()
           
 
Method Summary
 void testCompletelyIncorrectBandwidth()
           
 void testEmptyData()
           
 void testIncreasingBandwidthIncreasesSmoothness()
           
 void testIncreasingRobustnessItersIncreasesSmoothnessWithOutliers()
           
 void testInsufficientBandwidth()
           
 void testNonStrictlyIncreasing()
           
 void testNotAllFiniteReal()
           
 void testOnDistortedSine()
           
 void testOnOnePoint()
           
 void testOnStraightLine()
           
 void testOnTwoPoints()
           
 void testUnequalSizeArguments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoessInterpolatorTest

public LoessInterpolatorTest()
Method Detail

testOnOnePoint

public void testOnOnePoint()
                    throws org.apache.commons.math.MathException
Throws:
org.apache.commons.math.MathException

testOnTwoPoints

public void testOnTwoPoints()
                     throws org.apache.commons.math.MathException
Throws:
org.apache.commons.math.MathException

testOnStraightLine

public void testOnStraightLine()
                        throws org.apache.commons.math.MathException
Throws:
org.apache.commons.math.MathException

testOnDistortedSine

public void testOnDistortedSine()
                         throws org.apache.commons.math.MathException
Throws:
org.apache.commons.math.MathException

testIncreasingBandwidthIncreasesSmoothness

public void testIncreasingBandwidthIncreasesSmoothness()
                                                throws org.apache.commons.math.MathException
Throws:
org.apache.commons.math.MathException

testIncreasingRobustnessItersIncreasesSmoothnessWithOutliers

public void testIncreasingRobustnessItersIncreasesSmoothnessWithOutliers()
                                                                  throws org.apache.commons.math.MathException
Throws:
org.apache.commons.math.MathException

testUnequalSizeArguments

public void testUnequalSizeArguments()

testEmptyData

public void testEmptyData()

testNonStrictlyIncreasing

public void testNonStrictlyIncreasing()

testNotAllFiniteReal

public void testNotAllFiniteReal()

testInsufficientBandwidth

public void testInsufficientBandwidth()

testCompletelyIncorrectBandwidth

public void testCompletelyIncorrectBandwidth()


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.