Uses of Interface
ca.cgjennings.math.UnivariatePolynomial
-
Packages that use UnivariatePolynomial Package Description ca.cgjennings.math -
-
Uses of UnivariatePolynomial in ca.cgjennings.math
Classes in ca.cgjennings.math that implement UnivariatePolynomial Modifier and Type Class Description 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.
-