Class CsSmoothEx1

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

public class CsSmoothEx1 extends Object

Computes a smooth cubic spline on noisy data using an "optimized" smoothing parameter value.

A cubic spline interpolant to noisy data is computed using cross-validation to estimate the smoothing parameter. The value of the spline at point 0.3010 is printed.
See Also:
  • Constructor Details

    • CsSmoothEx1

      public CsSmoothEx1()
  • Method Details

    • main

      public static void main(String[] args)