Class CsSmoothC2Ex1

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

public class CsSmoothC2Ex1 extends Object

Computes a smooth cubic spline on noisy data.

A cubic spline interpolant to noisy data is computed using supplied weights and smoothing parameter. The value of the spline at point 0.3010 is printed.
See Also:
  • Constructor Details

    • CsSmoothC2Ex1

      public CsSmoothC2Ex1()
  • Method Details

    • main

      public static void main(String[] args)