Curve Fitting and Interpolation in Visual Basic
Linear Curve Fitting
Illustrates how to fit linear combinations of curves to data using the LinearCurveFitter class and other classes in the Numerics.NET.Curves namespace.
Nonlinear Curve Fitting
Illustrates nonlinear least squares curve fitting of predefined and user-defined curves using the NonlinearCurveFitter class.
Piecewise Curves
Illustrates working with piecewise constant and piecewise linear curves using classes from the Numerics.NET.Curves namespace.
Cubic Splines
Illustrates using natural and clamped cubic splines for interpolation using classes in the Numerics.NET.LinearAlgebra namespace.