| Package | Description |
|---|---|
| net.finmath.fouriermethod.calibration |
Classes related to the calibration of Fourier models.
|
| net.finmath.fouriermethod.calibration.models |
Classes related to the calibration of fourier models.
|
| Modifier and Type | Method and Description |
|---|---|
CalibratableProcess |
CalibratedModel.OptimizationResult.getModel() |
| Constructor and Description |
|---|
CalibratedModel(OptionSurfaceData surface,
CalibratableProcess model,
OptimizerFactory optimizerFactory,
EuropeanOptionSmile pricer,
double[] initialParameters,
double[] parameterStep) |
OptimizationResult(CalibratableProcess model,
double[] bestFitParameters,
int iterations,
double rootMeanSquaredError,
ArrayList<String> calibrationOutput) |
| Modifier and Type | Class and Description |
|---|---|
class |
CalibratableHestonModel
This class is creates new instances of HestonModel and communicates with the optimization algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
CalibratableProcess |
CalibratableProcess.getCloneForModifiedParameters(double[] parameters)
Calibration substitutes in the model the parameters of the process with calibrated ones.
|
Copyright © 2019. All rights reserved.