| Package | Description |
|---|---|
| net.finmath.fouriermethod.calibration.models |
Classes related to the calibration of fourier models.
|
| net.finmath.modelling.modelfactory |
Provides classes to build models from descriptors.
|
| net.finmath.montecarlo.assetderivativevaluation.models |
Equity models implementing
ProcessModel
e.g. by extending AbstractProcessModel. |
| Constructor and Description |
|---|
CalibratableHestonModel(HestonModelDescriptor descriptor)
Basic constructor where all parameters are to be calibrated.
|
CalibratableHestonModel(HestonModelDescriptor descriptor,
ScalarParameterInformation volatilityConstraint,
ScalarParameterInformation thetaConstraint,
ScalarParameterInformation kappaConstraint,
ScalarParameterInformation xiConstraint,
ScalarParameterInformation rhoConstraint,
boolean applyFellerConstraint)
This constructor allows for the specification of constraints.
|
| Modifier and Type | Method and Description |
|---|---|
DescribedModel<HestonModelDescriptor> |
HestonModelMonteCarloFactory.getModelFromDescriptor(HestonModelDescriptor modelDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
DescribedModel<HestonModelDescriptor> |
HestonModelMonteCarloFactory.getModelFromDescriptor(HestonModelDescriptor modelDescriptor) |
| Constructor and Description |
|---|
HestonModel(HestonModelDescriptor descriptor,
HestonModel.Scheme scheme,
AbstractRandomVariableFactory randomVariableFactory)
Create the model from a descriptor.
|
Copyright © 2019. All rights reserved.