Package org.apache.commons.math.analysis.interpolation
package org.apache.commons.math.analysis.interpolation
Univariate real functions interpolation algorithms.
-
ClassDescriptionFunction that implements the bicubic spline interpolation.Generates a bicubic interpolating function.Interface representing a bivariate real interpolating function where the sample points must be specified on a regular grid.Implements the invalid input: '<'a href=" "http://mathworld.wolfram.com/NewtonsDividedDifferenceInterpolationFormula.html"> Divided Difference Algorithm for interpolation of real univariate functions.Implements a linear function for interpolation of real univariate functions.Implements the Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions.Interpolating function that implements the Microsphere Projection.Interpolator that implements the algorithm described in William Dudziak's MS thesis.Interface representing a univariate real interpolating function.Implements the Neville's Algorithm for interpolation of real univariate functions.Deprecated.This class does not perform smoothing; the name is thus misleading.Generates a bicubic interpolation function.Computes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.Function that implements the tricubic spline interpolation, as proposed in
Tricubic interpolation in three dimensions
F.Generates a tricubic interpolating function.Interface representing a trivariate real interpolating function where the sample points must be specified on a regular grid.Interface representing a univariate real interpolating function.