Uses of Package
com.irurueta.numerical.polynomials.estimators
Packages that use com.irurueta.numerical.polynomials.estimators
-
Classes in com.irurueta.numerical.polynomials.estimators used by com.irurueta.numerical.polynomials.estimatorsClassDescriptionContains an evaluation of the derivative of a given order of a polynomial and the point where such derivative has been evaluated.Contains an evaluation of a polynomial and the point where the polynomial has been evaluated.Contains an evaluation of an interval of the nth-integral of a polynomial.Contains an evaluation of the nth-integral of a polynomial and the point where such integral has been evaluated.This class defines an LMSE (Least Mean Square Error) estimator of a polynomial of a given degree using points where polynomials (or its derivatives or integrals) are evaluated.Exception raised if polynomial estimation fails.This class defines the interface for an estimator of a polynomial of a given degree using points where polynomials are evaluated.Listener to be notified when estimation starts, finishes or any progress changes.Polynomial estimator types.Contains an evaluation of a polynomial and the point where the polynomial has been evaluated.Determines different types of polynomial evaluations that can be used to estimate a polynomial.This is an abstract class for algorithms to robustly find the best Polynomial for provided collection of evaluations.Listener to be notified of events such as when estimation starts, ends or when progress changes.