Uses of Package
org.apache.commons.math3.analysis.interpolation
-
Packages that use org.apache.commons.math3.analysis.interpolation Package Description org.apache.commons.math3.analysis.interpolation Univariate real functions interpolation algorithms.org.apache.commons.math3.stat.descriptive.rank Summary statistics based on ranks. -
Classes in org.apache.commons.math3.analysis.interpolation used by org.apache.commons.math3.analysis.interpolation Class Description BicubicFunction Bicubic function.BicubicInterpolatingFunction Function that implements the bicubic spline interpolation.BicubicSplineFunction 2D-spline function.BicubicSplineInterpolatingFunction Deprecated.as of 3.4 replaced byPiecewiseBicubicSplineInterpolatingFunction
BicubicSplineInterpolator Deprecated.as of 3.4 replaced byPiecewiseBicubicSplineInterpolator
BivariateGridInterpolator Interface representing a bivariate real interpolating function where the sample points must be specified on a regular grid.InterpolatingMicrosphere Utility class for theMicrosphereProjectionInterpolator
algorithm.InterpolatingMicrosphere.Facet Microsphere "facet" (surface element).InterpolatingMicrosphere.FacetData Data associated with eachInterpolatingMicrosphere.Facet
.InterpolatingMicrosphere2D Utility class for theMicrosphereProjectionInterpolator
algorithm.MicrosphereInterpolatingFunction.MicrosphereSurfaceElement Deprecated.Class for storing the accounting data needed to perform the microsphere projection.MultivariateInterpolator Interface representing a univariate real interpolating function.PiecewiseBicubicSplineInterpolatingFunction Function that implements the bicubic spline interpolation.TricubicFunction 3D-spline function.TricubicInterpolatingFunction Function that implements the tricubic spline interpolation, as proposed in Tricubic interpolation in three dimensions, F.TricubicSplineFunction 3D-spline function.TricubicSplineInterpolatingFunction Deprecated.To be removed in 4.0 (see MATH-1166).TrivariateGridInterpolator Interface representing a trivariate real interpolating function where the sample points must be specified on a regular grid.UnivariateInterpolator Interface representing a univariate real interpolating function. -
Classes in org.apache.commons.math3.analysis.interpolation used by org.apache.commons.math3.stat.descriptive.rank Class Description UnivariateInterpolator Interface representing a univariate real interpolating function.