org.jquantlib.math.interpolations
Class FlatExtrapolator2D
- java.lang.Object
-
- org.jquantlib.math.interpolations.AbstractInterpolation2D
-
- org.jquantlib.math.interpolations.FlatExtrapolator2D
-
- All Implemented Interfaces:
- Extrapolator, Interpolation2D, Ops.BinaryDoubleOp
public class FlatExtrapolator2D extends AbstractInterpolation2D
This class performs a flat extrapolation backed by an existingInterpolation2D.Unlike other classes extended from Interpolation and Interpolation2D interfaces, this class is not self enclosed but it depends on another interpolation class in order to perform the extrapolation.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jquantlib.math.interpolations.Interpolation2D
Interpolation2D.Interpolator2D
-
-
Constructor Summary
Constructors Constructor and Description FlatExtrapolator2D(Interpolation2D decoratedInterpolation)
-
Method Summary
-
Methods inherited from class org.jquantlib.math.interpolations.AbstractInterpolation2D
allowsExtrapolation, disableExtrapolation, empty, enableExtrapolation, isInRange, locateX, locateY, op, op, update, xMax, xMin, yMax, yMin
-
-
-
-
Constructor Detail
-
FlatExtrapolator2D
public FlatExtrapolator2D(Interpolation2D decoratedInterpolation)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG