Uses of Class
ca.cgjennings.math.Interpolation.InterpolatedFunction
-
Packages that use Interpolation.InterpolatedFunction Package Description ca.cgjennings.math -
-
Uses of Interpolation.InterpolatedFunction in ca.cgjennings.math
Subclasses of Interpolation.InterpolatedFunction in ca.cgjennings.math Modifier and Type Class Description static class
Interpolation.CubicSpline
A CubicSpline interpolator passes through each point in its data set, connecting the points with cubic spline curves.static class
Interpolation.LinearRegression
A LinearRegression function finds the line of best fit for a set of (usually noisy) data points.static class
Interpolation.QuadraticRegression
A QuadraticRegression function finds the quadratic curve of best fit for a set of (usually noisy) data points.
-