| Constructor and Description |
|---|
BasisFunctionAggregation(List<Function<T,Double>> functions,
double[] weights)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
apply(T x) |
Pair<Double,DoubleArray> |
valueAndWeightSensitivity(T x)
The value of the function at the given point and its sensitivity to the weights of the basis functions.
|
DoubleArray |
weightSensitivity(T x)
The sensitivity of the value at a point x to the weights of the basis functions.
|
public DoubleArray weightSensitivity(T x)
x - value to be evaluatedpublic Pair<Double,DoubleArray> valueAndWeightSensitivity(T x)
x - value to be evaluatedCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.