Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.math3.analysis.interpolation Classes and Interfaces - 29 results found.
NameDescriptionTypePackageFramework
AkimaSplineInterpolatorComputes a cubic spline interpolation for the data set using the Akima algorithm, as originally formulated by Hiroshi Akima in his 1970 paperClassorg.apache.commons.math3.analysis.interpolationApache Commons
BicubicInterpolatingFunctionFunction that implements the bicubic spline interpolation.Classorg.apache.commons.math3.analysis.interpolationApache Commons
BicubicInterpolatorGenerates a bicubic interpolating Caveat: Because the interpolation scheme requires that derivatives beClassorg.apache.commons.math3.analysis.interpolationApache Commons
BicubicSplineInterpolatingFunctionFunction that implements the bicubic spline interpolation.Classorg.apache.commons.math3.analysis.interpolationApache Commons
BicubicSplineInterpolatorGenerates a bicubic interpolating function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
BivariateGridInterpolatorInterface representing a bivariate real interpolating function where the sample points must be specified on a regular grid.Interfaceorg.apache.commons.math3.analysis.interpolationApache Commons
DividedDifferenceInterpolator Divided Difference Algorithm for interpolation of real univariate functions.Classorg.apache.commons.math3.analysis.interpolationApache Commons
FieldHermiteInterpolatorPolynomial interpolator using both sample values and sample derivatives.Classorg.apache.commons.math3.analysis.interpolationApache Commons
HermiteInterpolatorPolynomial interpolator using both sample values and sample derivatives.Classorg.apache.commons.math3.analysis.interpolationApache Commons
InterpolatingMicrosphereUtility class for the MicrosphereProjectionInterpolator algorithm.Classorg.apache.commons.math3.analysis.interpolationApache Commons
InterpolatingMicrosphere2DUtility class for the MicrosphereProjectionInterpolator algorithm.Classorg.apache.commons.math3.analysis.interpolationApache Commons
LinearInterpolatorClassorg.apache.commons.math3.analysis.interpolationApache Commons
LoessInterpolator Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions.Classorg.apache.commons.math3.analysis.interpolationApache Commons
MicrosphereInterpolatingFunctionInterpolating function that implements the Microsphere Projection.Classorg.apache.commons.math3.analysis.interpolationApache Commons
MicrosphereInterpolatorClassorg.apache.commons.math3.analysis.interpolationApache Commons
MicrosphereProjectionInterpolatorClassorg.apache.commons.math3.analysis.interpolationApache Commons
MultivariateInterpolatorInterface representing a univariate real interpolating function.Interfaceorg.apache.commons.math3.analysis.interpolationApache Commons
NevilleInterpolator Neville's Algorithm for interpolation of real univariate functions.Classorg.apache.commons.math3.analysis.interpolationApache Commons
PiecewiseBicubicSplineInterpolatingFunctionFunction that implements the This implementation currently uses AkimaSplineInterpolator as theClassorg.apache.commons.math3.analysis.interpolationApache Commons
PiecewiseBicubicSplineInterpolatorGenerates a piecewise-bicubic interpolating function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
SmoothingPolynomialBicubicSplineInterpolatorGenerates a bicubic interpolation function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
SplineInterpolatorComputes a natural (also known as free, unclamped) cubic spline interpolation for the data set.Classorg.apache.commons.math3.analysis.interpolationApache Commons
TricubicInterpolatingFunctionFunction that implements the tricubic spline interpolation, as proposed inClassorg.apache.commons.math3.analysis.interpolationApache Commons
TricubicInterpolatorGenerates a tricubic interpolating function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
TricubicSplineInterpolatingFunctionFunction that implements the tricubic spline interpolation, as proposed inClassorg.apache.commons.math3.analysis.interpolationApache Commons
TricubicSplineInterpolatorGenerates a tricubic interpolating function.Classorg.apache.commons.math3.analysis.interpolationApache Commons
TrivariateGridInterpolatorInterface representing a trivariate real interpolating function where the sample points must be specified on a regular grid.Interfaceorg.apache.commons.math3.analysis.interpolationApache Commons
UnivariateInterpolatorInterface representing a univariate real interpolating function.Interfaceorg.apache.commons.math3.analysis.interpolationApache Commons
UnivariatePeriodicInterpolatorAdapter for classes implementing the UnivariateInterpolator The data to be interpolated is assumed to be periodic.Classorg.apache.commons.math3.analysis.interpolationApache Commons