Module net.finmath.lib
Package net.finmath.marketdata2.calibration
package net.finmath.marketdata2.calibration
Provides classes to create a calibrated model of curves from a collection of calibration
products and corresponding target values.
- Author:
- Christian Fries
-
Interface SummaryInterfaceDescriptionAn objects having a dependence on a parameter (double[]).Interface for parameter transformation.
-
Class SummaryClassDescriptionGenerate a collection of calibrated curves (discount curves, forward curves) from a vector of calibration products.Specification of calibration product.ParameterAggregation<E extends ParameterObject>Combine a set of parameter vectors to a single parameter vector.Generates a calibrated model for a given set of
calibrationProducts
with respect to givenCurveFromInterpolationPoints
s.