Uses of Enum
net.finmath.marketdata2.interpolation.RationalFunctionInterpolation.InterpolationMethod
Packages that use RationalFunctionInterpolation.InterpolationMethod
Package
Description
Basic methodologies to interpolate of curves and surfaces are provided here.
-
Uses of RationalFunctionInterpolation.InterpolationMethod in net.finmath.marketdata2.interpolation
Methods in net.finmath.marketdata2.interpolation that return RationalFunctionInterpolation.InterpolationMethodModifier and TypeMethodDescriptionRationalFunctionInterpolation.getInterpolationMethod()
Returns the interpolation method used.Returns the enum constant of this type with the specified name.RationalFunctionInterpolation.InterpolationMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.finmath.marketdata2.interpolation with parameters of type RationalFunctionInterpolation.InterpolationMethodModifierConstructorDescriptionRationalFunctionInterpolation(double[] points, RandomVariable[] values, RationalFunctionInterpolation.InterpolationMethod interpolationMethod, RationalFunctionInterpolation.ExtrapolationMethod extrapolationMethod)
Generate a rational function interpolation from a given set of points using the specified interpolation and extrapolation method.