Package com.irurueta.numerical.polynomials.estimators
package com.irurueta.numerical.polynomials.estimators
-
ClassDescriptionContains 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.Finds the best polynomial using LMedS algorithm.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.Finds the best polynomial using RANSAC algorithm.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.Finds the best polynomial using PROMedS algorithm.Finds the best polynomial using PROSAC algorithm.Finds the best polynomial using RANSAC algorithm.This class implements a polynomial estimator using weighted evaluations.