Searched defs:fitting (Results 1 - 13 of 13) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
H A DGaussianDerivativeFunction.java18 package org.apache.commons.math.optimization.fitting;
H A DGaussianFitter.java18 package org.apache.commons.math.optimization.fitting;
23 import org.apache.commons.math.optimization.fitting.CurveFitter;
24 import org.apache.commons.math.optimization.fitting.WeightedObservedPoint;
54 /** Fitter used for fitting. */
60 * @param optimizer optimizer to use for the fitting
92 * @return Gaussian function best fitting the observed points
H A DHarmonicFunction.java18 package org.apache.commons.math.optimization.fitting;
H A DParametricGaussianFunction.java18 package org.apache.commons.math.optimization.fitting;
26 import org.apache.commons.math.optimization.fitting.ParametricRealFunction;
H A DParametricRealFunction.java18 package org.apache.commons.math.optimization.fitting;
H A DWeightedObservedPoint.java18 package org.apache.commons.math.optimization.fitting;
23 * {@link CurveFitter curve fitting}.
33 /** Weight of the measurement in the fitting process. */
43 * @param weight weight of the measurement in the fitting process
53 /** Get the weight of the measurement in the fitting process.
54 * @return weight of the measurement in the fitting process
H A DGaussianFunction.java18 package org.apache.commons.math.optimization.fitting;
H A DHarmonicCoefficientsGuesser.java18 package org.apache.commons.math.optimization.fitting;
H A DHarmonicFitter.java18 package org.apache.commons.math.optimization.fitting;
26 /** This class implements a curve fitting specialized for sinusoids.
27 * <p>Harmonic fitting is a very simple case of curve fitting. The
44 * @param optimizer optimizer to use for the fitting
54 * @param optimizer optimizer to use for the fitting
67 * @param y observed value of the point at x, after fitting we should
75 * @return harmonic function best fitting the observed points
H A DPolynomialFitter.java18 package org.apache.commons.math.optimization.fitting;
25 /** This class implements a curve fitting specialized for polynomials.
26 * <p>Polynomial fitting is a very simple case of curve fitting. The
45 * @param optimizer optimizer to use for the fitting
55 * @param y observed value of the point at x, after fitting we should
70 /** Get the polynomial fitting the weighted (x, y) points.
71 * @return polynomial function best fitting the observed points
H A DCurveFitter.java18 package org.apache.commons.math.optimization.fitting;
34 * by <em>fitting</em> the curve so it remains very close to a set of
36 * y<sub>1</sub>) ... (x<sub>k-1</sub>, y<sub>k-1</sub>). This fitting
45 /** Optimizer to use for the fitting. */
52 * @param optimizer optimizer to use for the fitting
63 * @param y observed value of the point at x, after fitting we should
76 * @param y observed value of the point at x, after fitting we should
H A DGaussianParametersGuesser.java18 package org.apache.commons.math.optimization.fitting;
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 172 milliseconds