Uses of Interface
dev.nm.analysis.curvefit.LeastSquares.Weighting
-
Packages that use LeastSquares.Weighting Package Description dev.nm.analysis.curvefit -
-
Uses of LeastSquares.Weighting in dev.nm.analysis.curvefit
Fields in dev.nm.analysis.curvefit declared as LeastSquares.Weighting Modifier and Type Field Description static LeastSquares.Weighting
LeastSquares. UNIFORM_WEIGHTING
A uniform weightingConstructors in dev.nm.analysis.curvefit with parameters of type LeastSquares.Weighting Constructor Description LeastSquares(int m, LeastSquares.Weighting weighting)
Construct a new instance of the algorithm 4.5.1 from Schilling & Harris, which will use a weighted sum of orthogonal polynomials up to order n (the number of points).
-