org.apache.commons.math3.analysis.interpolation
Class LoessInterpolatorTest
java.lang.Object
org.apache.commons.math3.analysis.interpolation.LoessInterpolatorTest
public class LoessInterpolatorTest
- extends Object
Test of the LoessInterpolator class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoessInterpolatorTest
public LoessInterpolatorTest()
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.