Package dev.nm.analysis.curvefit
-
Interface Summary Interface Description CurveFitting Curve fitting is the process of constructing a curve, or mathematical function, that has the best fit to a series of data points, possibly subject to constraints.LeastSquares.Weighting This interface defines a weighting for observations. -
Class Summary Class Description LeastSquares This method obtains a least squares estimate of a polynomial to fit the input data, by a weighted sum of orthogonal polynomials up to a specified order.