org.apache.commons.math.analysis.interpolation
Class LoessInterpolatorTest
java.lang.Object
org.apache.commons.math.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()
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-2009 Apache Software Foundation. All Rights Reserved.