| 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.
|
| Class and Description |
|---|
| BicubicFunction
Bicubic function.
|
| BicubicInterpolatingFunction
Function that implements the
bicubic spline interpolation.
|
| BicubicSplineFunction
2D-spline function.
|
| BicubicSplineInterpolatingFunction
Deprecated.
as of 3.4 replaced by
PiecewiseBicubicSplineInterpolatingFunction |
| BicubicSplineInterpolator
Deprecated.
as of 3.4 replaced by
PiecewiseBicubicSplineInterpolator |
| BivariateGridInterpolator
Interface representing a bivariate real interpolating function where the
sample points must be specified on a regular grid.
|
| MicrosphereInterpolatingFunction.MicrosphereSurfaceElement
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 |
| 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.
|
| Class and Description |
|---|
| UnivariateInterpolator
Interface representing a univariate real interpolating function.
|