Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.math3.fitting Classes and Interfaces - 31 results found.
NameDescriptionTypePackageFramework
AbstractCurveFitterBase class that contains common code for fitting parametric univariate real functions y = f(pi;x), where x isClassorg.apache.commons.math3.fittingApache Commons
AbstractCurveFitter .TheoreticalValuesFunctionVector function for computing function theoretical values.Classorg.apache.commons.math3.fitting.AbstractCurveFitterApache Commons
AbstractEvaluationAn implementation of LeastSquaresProblem.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
CurveFitterFitter for parametric univariate real functions y = f(x).Classorg.apache.commons.math3.fittingApache Commons
EvaluationRmsCheckerCheck if an optimization has converged based on the change in computed RMS.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
GaussianCurveFitterFits points to a Gaussian The initial guess values must be passedClassorg.apache.commons.math3.fittingApache Commons
GaussianCurveFitter .ParameterGuesserGuesses the parameters norm, mean, and sigma of a Gaussian.Classorg.apache.commons.math3.fitting.GaussianCurveFitterApache Commons
GaussianFitterFits points to a Gaussian function.Classorg.apache.commons.math3.fittingApache Commons
GaussianFitter .ParameterGuesserGuesses the parameters norm, mean, and sigma of a Gaussian.Classorg.apache.commons.math3.fitting.GaussianFitterApache Commons
GaussNewtonOptimizerGauss-Newton least-squares solver.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
GaussNewtonOptimizer .DecompositionThe decomposition algorithm to use to solve the normal equations.Classorg.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizerApache Commons
HarmonicCurveFitterFits points to a harmonic oscillator The initial guess values must be passedClassorg.apache.commons.math3.fittingApache Commons
HarmonicCurveFitter .ParameterGuesserThis class guesses harmonic coefficients from a sample.Classorg.apache.commons.math3.fitting.HarmonicCurveFitterApache Commons
HarmonicFitterClass that implements a curve fitting specialized for sinusoids.Classorg.apache.commons.math3.fittingApache Commons
HarmonicFitter .ParameterGuesserThis class guesses harmonic coefficients from a sample.Classorg.apache.commons.math3.fitting.HarmonicFitterApache Commons
LeastSquaresAdapterAn adapter that delegates to another implementation of LeastSquaresProblem.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
LeastSquaresBuilderA mutable builder for LeastSquaresProblems.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
LeastSquaresFactoryA Factory for creating LeastSquaresProblems.Classorg.apache.commons.math3.fitting.leastsquaresApache Commons
LeastSquaresOptimizerAn algorithm that can be applied to a non-linear least squares problem.Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons
LeastSquaresOptimizer .OptimumThe optimum found by the optimizer.Interfaceorg.apache.commons.math3.fitting.leastsquares.LeastSquaresOptimizerApache Commons
LeastSquaresProblemThe data necessary to define a non-linear least squares problem.Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons
LeastSquaresProblem .EvaluationAn evaluation of a LeastSquaresProblem at a particular point.Interfaceorg.apache.commons.math3.fitting.leastsquares.LeastSquaresProblemApache Commons
LevenbergMarquardtOptimizerThis class solves a least-squares problem using the Levenberg-Marquardt This implementation should work even for over-determined systemsClassorg.apache.commons.math3.fitting.leastsquaresApache Commons
MultivariateJacobianFunctionA interface for functions that compute a vector of values and can compute their derivatives (Jacobian).Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons
ParameterValidatorInterface for validating a set of model parameters.Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons
PolynomialCurveFitterFits points to a polynomial The size of the initial guess array defines theClassorg.apache.commons.math3.fittingApache Commons
PolynomialFitterPolynomial fitting is a very simple case of curve fitting.Classorg.apache.commons.math3.fittingApache Commons
SimpleCurveFitterFits points to a user-defined function.Classorg.apache.commons.math3.fittingApache Commons
ValueAndJacobianFunctionA interface for functions that compute a vector of values and can compute their derivatives (Jacobian).Interfaceorg.apache.commons.math3.fitting.leastsquaresApache Commons
WeightedObservedPointThis class is a simple container for weighted observed point in Instances of this class are guaranteed to be immutable.Classorg.apache.commons.math3.fittingApache Commons
WeightedObservedPointsSimple container for weighted observed points used in curve fitting algorithms.Classorg.apache.commons.math3.fittingApache Commons