Class BsInterpolateEx1

java.lang.Object
com.imsl.test.example.math.BsInterpolateEx1

public class BsInterpolateEx1 extends Object

Fits a B-spline to data.

A B-Spline is fitted to data. The value of the spline at point .23 is printed.
See Also:
  • Constructor Details

    • BsInterpolateEx1

      public BsInterpolateEx1()
  • Method Details

    • main

      public static void main(String[] args)