Uses of Interface
net.finmath.fouriermethod.calibration.ScalarConstraint
-
Packages that use ScalarConstraint Package Description net.finmath.fouriermethod.calibration Classes related to the calibration of Fourier models. -
-
Uses of ScalarConstraint in net.finmath.fouriermethod.calibration
Classes in net.finmath.fouriermethod.calibration that implement ScalarConstraint Modifier and Type Class Description class
BoundConstraint
A class applying a bound constraint to a parameter.class
NegativityConstraint
Negativity constraint for calibration parameters.class
PositivityConstraint
Positivity constraint for calibration parametersclass
Unconstrained
Absence of constraints.Methods in net.finmath.fouriermethod.calibration that return ScalarConstraint Modifier and Type Method Description ScalarConstraint
ScalarParameterInformation. getConstraint()
Returns the constraint.ScalarConstraint
ScalarParameterInformationImplementation. getConstraint()
Constructors in net.finmath.fouriermethod.calibration with parameters of type ScalarConstraint Constructor Description ScalarParameterInformationImplementation(boolean isParameterToCalibrate, ScalarConstraint constraint)
Constructs a parameter.ScalarParameterInformationImplementation(ScalarConstraint constraint)
Constructs a parameter that needs to be calibrated.
-