Class BsLeastSquaresEx1

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

public class BsLeastSquaresEx1 extends Object

Fits a least squares B-spline to data.

A B-Spline is fitted to data using the least squares criterion. The value of the spline at point 4.5 is printed.
See Also:
  • Constructor Details

    • BsLeastSquaresEx1

      public BsLeastSquaresEx1()
  • Method Details

    • main

      public static void main(String[] args)