Uses of Interface
org.hipparchus.analysis.interpolation.UnivariateInterpolator
Packages that use UnivariateInterpolator
Package
Description
Univariate real functions interpolation algorithms.
-
Uses of UnivariateInterpolator in org.hipparchus.analysis.interpolation
Classes in org.hipparchus.analysis.interpolation that implement UnivariateInterpolatorModifier and TypeClassDescriptionclassComputes 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.classImplements the Divided Difference Algorithm for interpolation of real univariate functions.classImplements a linear function for interpolation of real univariate functions.classImplements the Local Regression Algorithm (also Loess, Lowess) for interpolation of real univariate functions.classImplements the Neville's Algorithm for interpolation of real univariate functions.classComputes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.classAdapter for classes implementing theUnivariateInterpolatorinterface.Constructors in org.hipparchus.analysis.interpolation with parameters of type UnivariateInterpolatorModifierConstructorDescriptionUnivariatePeriodicInterpolator(UnivariateInterpolator interpolator, double period) Builds an interpolator.UnivariatePeriodicInterpolator(UnivariateInterpolator interpolator, double period, int extend) Builds an interpolator.