public interface CalibrableProcess
Modifier and Type | Method and Description |
---|---|
CharacteristicFunctionModel |
getCharacteristiFunction()
Directly returns the characteristic function.
|
CalibrableProcess |
getCloneForModifiedParameters(double[] parameters)
Calibration substitutes in the model the parameters of the process with calibrated ones.
|
ModelDescriptor |
getModelDescriptor()
Every class implementing this interface must contain a ModelDescriptor from which we can create some concrete model.
|
double[] |
getParameterLowerBounds()
Extracts parameter lower bounds for the optimizer factory.
|
double[] |
getParameterUpperBounds()
Extracts parameter upper bounds for the optimizer factory.
|
CalibrableProcess getCloneForModifiedParameters(double[] parameters)
parameters
- The new parameters.ModelDescriptor getModelDescriptor()
CharacteristicFunctionModel getCharacteristiFunction()
double[] getParameterLowerBounds()
double[] getParameterUpperBounds()
Copyright © 2019. All rights reserved.