| Package | Description |
|---|---|
| com.opengamma.strata.market.cube |
| Modifier and Type | Class and Description |
|---|---|
class |
InterpolatedNodalCube
A cube based on interpolation between a number of nodal points.
|
| Modifier and Type | Method and Description |
|---|---|
NodalCube |
NodalCube.withMetadata(CubeMetadata metadata)
Returns a new cube with the specified metadata.
|
NodalCube |
NodalCube.withParameter(int parameterIndex,
double newValue) |
default NodalCube |
NodalCube.withPerturbation(ParameterPerturbation perturbation) |
NodalCube |
NodalCube.withWValues(DoubleArray values)
Returns a new cube with the specified values.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.