public interface CalibratableProcess
Modifier and Type | Method and Description |
---|---|
CharacteristicFunctionModel |
getCharacteristicFunctionModel()
Directly returns the characteristic function.
|
CalibratableProcess |
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.
|
CalibratableProcess getCloneForModifiedParameters(double[] parameters)
parameters
- The new parameters.ModelDescriptor getModelDescriptor()
CharacteristicFunctionModel getCharacteristicFunctionModel()
double[] getParameterLowerBounds()
double[] getParameterUpperBounds()
Copyright © 2019. All rights reserved.