Class UnivariatePeriodicInterpolator

java.lang.Object
org.apache.commons.math3.analysis.interpolation.UnivariatePeriodicInterpolator
All Implemented Interfaces:
UnivariateInterpolator

Adapter for classes implementing the UnivariateInterpolator interface. The data to be interpolated is assumed to be periodic. Thus values that are outside of the range can be passed to the interpolation function: They will be wrapped into the initial range before being passed to the class that actually computes the interpolation.