OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fitting
(Results
1 - 25
of
113
) sorted by null
1
2
3
4
5
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
WeightedObservedPoint.java
18
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
PolynomialFitter.java
18
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
GaussianFitter.java
18
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
HarmonicFitter.java
18
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
package.html
20
This package provides classes to perform curve
fitting
.
22
<p>Curve
fitting
is a special case of a least squares problem
CurveFitter.java
18
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
ParametricRealFunction.java
18
package org.apache.commons.math.optimization.
fitting
;
HarmonicFunction.java
18
package org.apache.commons.math.optimization.
fitting
;
GaussianDerivativeFunction.java
18
package org.apache.commons.math.optimization.
fitting
;
ParametricGaussianFunction.java
18
package org.apache.commons.math.optimization.
fitting
;
26
import org.apache.commons.math.optimization.
fitting
.ParametricRealFunction;
GaussianFunction.java
18
package org.apache.commons.math.optimization.
fitting
;
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
SmoothingPolynomialBicubicSplineInterpolator.java
24
import org.apache.commons.math.optimization.
fitting
.PolynomialFitter;
30
* polynomial
fitting
.
45
* Default constructor. The degree of the
fitting
polynomials is set to 3.
52
* @param degree Degree of the polynomial
fitting
functions.
59
* @param xDegree Degree of the polynomial
fitting
functions along the
61
* @param yDegree Degree of the polynomial
fitting
functions along the
98
// respect to variable x,
fitting
array fval[][j]
120
// respect to variable y,
fitting
array fval_1[i][]
/external/clang/test/Sema/
bitfield-promote.c
14
// Check for extensions: variously sized unsigned bit-fields
fitting
/external/eigen/unsupported/Eigen/
Splines
16
* \defgroup Splines_Module Spline and spline
fitting
module
/external/ceres-solver/data/nist/
Rat42.dat
11
Description: This model and data are an example of
fitting
DanWood.dat
21
Fitting
Equations to Data, Second Edition.
Rat43.dat
11
Description: This model and data are an example of
fitting
/external/freetype/include/
ftgasp.h
65
* Grid-
fitting
and hinting should be performed at the specified ppem.
77
* Grid-
fitting
must be used with ClearType's symmetric smoothing.
/external/pdfium/third_party/freetype/include/
ftgasp.h
65
* Grid-
fitting
and hinting should be performed at the specified ppem.
77
* Grid-
fitting
must be used with ClearType's symmetric smoothing.
/developers/build/prebuilts/gradle/FloatingActionButtonBasic/Application/src/main/java/com/example/android/floatingactionbuttonbasic/
FloatingActionButton.java
82
// then modify as needed. In this case we set the outline to be an oval
fitting
the height
/developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/Application/src/main/java/com/example/android/floatingactionbuttonbasic/
FloatingActionButton.java
82
// then modify as needed. In this case we set the outline to be an oval
fitting
the height
/development/samples/browseable/FloatingActionButtonBasic/src/com.example.android.floatingactionbuttonbasic/
FloatingActionButton.java
82
// then modify as needed. In this case we set the outline to be an oval
fitting
the height
/external/libvorbis/vq/
latticetune.c
31
LSP
fitting
, then generates new codeword lengths for maximally
/external/lldb/test/pexpect-2.4/examples/
README
51
removing interlace artifacts,
fitting
to a target file size, etc.
/external/zlib/src/examples/
fitblk.c
1
/* fitblk.c: example of
fitting
compressed output to a specified size
14
/* Approach to just
fitting
a requested compressed size:
Completed in 171 milliseconds
1
2
3
4
5