Uses of Class
org.apache.commons.math3.fitting.leastsquares.AbstractEvaluation
Packages that use AbstractEvaluation
Package
Description
This package provides algorithms that minimize the residuals
between observations and model values.
-
Uses of AbstractEvaluation in org.apache.commons.math3.fitting.leastsquares
Subclasses of AbstractEvaluation in org.apache.commons.math3.fitting.leastsquaresModifier and TypeClassDescription(package private) class
Applies a dense weight matrix to an evaluation.private static class
Container with the model lazy evaluation at a particular point.private static class
Container with the model evaluation at a particular point.