Uses of Interface
org.apache.commons.math3.analysis.interpolation.UnivariateInterpolator
-
Packages that use UnivariateInterpolator 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. -
-
Uses of UnivariateInterpolator in org.apache.commons.math3.analysis.interpolation
Classes in org.apache.commons.math3.analysis.interpolation that implement UnivariateInterpolator Modifier and Type Class Description classAkimaSplineInterpolatorComputes a cubic spline interpolation for the data set using the Akima algorithm, as originally formulated by Hiroshi Akima in his 1970 paper "A New Method of Interpolation and Smooth Curve Fitting Based on Local Procedures." J.classDividedDifferenceInterpolatorImplements the Divided Difference Algorithm for interpolation of real univariate functions.classLinearInterpolatorImplements a linear function for interpolation of real univariate functions.classLoessInterpolatorImplements the Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions.classNevilleInterpolatorImplements the Neville's Algorithm for interpolation of real univariate functions.classSplineInterpolatorComputes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.classUnivariatePeriodicInterpolatorAdapter for classes implementing theUnivariateInterpolatorinterface.Fields in org.apache.commons.math3.analysis.interpolation declared as UnivariateInterpolator Modifier and Type Field Description private UnivariateInterpolatorUnivariatePeriodicInterpolator. interpolatorInterpolator.Constructors in org.apache.commons.math3.analysis.interpolation with parameters of type UnivariateInterpolator Constructor Description UnivariatePeriodicInterpolator(UnivariateInterpolator interpolator, double period)Builds an interpolator.UnivariatePeriodicInterpolator(UnivariateInterpolator interpolator, double period, int extend)Builds an interpolator. -
Uses of UnivariateInterpolator in org.apache.commons.math3.stat.descriptive.rank
Fields in org.apache.commons.math3.stat.descriptive.rank declared as UnivariateInterpolator Modifier and Type Field Description private UnivariateInterpolatorPSquarePercentile.Marker. linearLinear interpolator which is not serializableprivate UnivariateInterpolatorPSquarePercentile.Marker. nonLinearNonlinear interpolator
-