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

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

public class LoessInterpolatorTest
extends Object

Test of the LoessInterpolator class.


Constructor Summary
LoessInterpolatorTest()
           
 
Method Summary
 void testCompletelyIncorrectBandwidth1()
           
 void testCompletelyIncorrectBandwidth2()
           
 void testEmptyData()
           
 void testIncreasingBandwidthIncreasesSmoothness()
           
 void testIncreasingRobustnessItersIncreasesSmoothnessWithOutliers()
           
 void testInsufficientBandwidth()
           
 void testMath296withoutWeights()
           
 void testNonStrictlyIncreasing1()
           
 void testNonStrictlyIncreasing2()
           
 void testNotAllFiniteReal1()
           
 void testNotAllFiniteReal2()
           
 void testNotAllFiniteReal3()
           
 void testNotAllFiniteReal4()
           
 void testNotAllFiniteReal5()
           
 void testNotAllFiniteReal6()
           
 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()

testOnTwoPoints

public void testOnTwoPoints()

testOnStraightLine

public void testOnStraightLine()

testOnDistortedSine

public void testOnDistortedSine()

testIncreasingBandwidthIncreasesSmoothness

public void testIncreasingBandwidthIncreasesSmoothness()

testIncreasingRobustnessItersIncreasesSmoothnessWithOutliers

public void testIncreasingRobustnessItersIncreasesSmoothnessWithOutliers()

testUnequalSizeArguments

public void testUnequalSizeArguments()

testEmptyData

public void testEmptyData()

testNonStrictlyIncreasing1

public void testNonStrictlyIncreasing1()

testNonStrictlyIncreasing2

public void testNonStrictlyIncreasing2()

testNotAllFiniteReal1

public void testNotAllFiniteReal1()

testNotAllFiniteReal2

public void testNotAllFiniteReal2()

testNotAllFiniteReal3

public void testNotAllFiniteReal3()

testNotAllFiniteReal4

public void testNotAllFiniteReal4()

testNotAllFiniteReal5

public void testNotAllFiniteReal5()

testNotAllFiniteReal6

public void testNotAllFiniteReal6()

testInsufficientBandwidth

public void testInsufficientBandwidth()

testCompletelyIncorrectBandwidth1

public void testCompletelyIncorrectBandwidth1()

testCompletelyIncorrectBandwidth2

public void testCompletelyIncorrectBandwidth2()

testMath296withoutWeights

public void testMath296withoutWeights()


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