| Package | Description |
|---|---|
| net.finmath.marketdata.calibration |
Provides classes to create a calibrated model of curves from a collection of calibration
products and corresponding target values.
|
| net.finmath.marketdata.model |
Provides interface specification and implementation of a model, which is essentially
a collection of curves.
|
| Constructor and Description |
|---|
CalibratedCurves(CalibratedCurves.CalibrationSpec[] calibrationSpecs,
AnalyticModel calibrationModel)
Generate a collection of calibrated curves (discount curves, forward curves)
from a vector of calibration products and a given model.
|
CalibratedCurves(CalibratedCurves.CalibrationSpec[] calibrationSpecs,
AnalyticModel calibrationModel,
double calibrationAccuracy)
Generate a collection of calibrated curves (discount curves, forward curves)
from a vector of calibration products and a given model.
|
CalibratedCurves(CalibratedCurves.CalibrationSpec[] calibrationSpecs,
AnalyticModel calibrationModel,
double evaluationTime,
double calibrationAccuracy)
Generate a collection of calibrated curves (discount curves, forward curves)
from a vector of calibration products and a given model.
|
| Modifier and Type | Method and Description |
|---|---|
AnalyticModel |
AnalyticModel.clone() |
Copyright © 2015. All rights reserved.