Class WeightingFunctions
- java.lang.Object
-
- com.opengamma.strata.math.impl.interpolation.WeightingFunctions
-
public final class WeightingFunctions extends Object
Constants and implementations for standard weighting functions.Each constant returns a standard weighting function.
-
-
Field Summary
Fields Modifier and Type Field Description static WeightingFunction
LINEAR
Weighting function.static WeightingFunction
SINE
Weighting function based onMath.sin
.
-
-
-
Field Detail
-
LINEAR
public static final WeightingFunction LINEAR
Weighting function.
-
SINE
public static final WeightingFunction SINE
Weighting function based onMath.sin
.
-
-