| Package | Description |
|---|---|
| com.opengamma.strata.market.curve |
Definitions of curves.
|
| Modifier and Type | Method and Description |
|---|---|
static CurveParameterSize |
CurveParameterSize.of(CurveName name,
int parameterCount)
Obtains an instance, specifying the name and parameter count.
|
default CurveParameterSize |
CurveDefinition.toCurveParameterSize()
Converts this definition to the summary form.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends CurveParameterSize> |
CurveParameterSize.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends CurveParameterSize> |
CurveParameterSize.Meta.builder() |
ImmutableList<CurveParameterSize> |
JacobianCalibrationMatrix.getOrder()
Gets the curve order.
|
org.joda.beans.MetaProperty<ImmutableList<CurveParameterSize>> |
JacobianCalibrationMatrix.Meta.order()
The meta-property for the
order property. |
| Modifier and Type | Method and Description |
|---|---|
static JacobianCalibrationMatrix |
JacobianCalibrationMatrix.of(List<CurveParameterSize> order,
DoubleMatrix jacobianMatrix)
Obtains an instance from the curve order and Jacobian matrix.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.