类 LoessInterpolatorTest

java.lang.Object
org.hipparchus.analysis.interpolation.LoessInterpolatorTest

public class LoessInterpolatorTest extends Object
LoessInterpolator类的测试。
  • 构造器详细资料

    • 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()