Package ca.cgjennings.math
-
Interface Summary Interface Description Fn An interface implemented by classes that can be used as numerical functions with arity 1.UnivariatePolynomial An interface implemented by univariate polynomials, i.e., polynomials in one variable. -
Class Summary Class Description Combinatorics Basic combinatoric mathematics support.Interpolation Interpolate or clamp within a range of values.Interpolation.CubicSpline A CubicSpline interpolator passes through each point in its data set, connecting the points with cubic spline curves.Interpolation.InterpolatedFunction This is a base class for interpolated functions.Interpolation.LinearRegression A LinearRegression function finds the line of best fit for a set of (usually noisy) data points.Interpolation.QuadraticRegression A QuadraticRegression function finds the quadratic curve of best fit for a set of (usually noisy) data points.