Uses of Interface
net.finmath.fouriermethod.calibration.ScalarConstraint
Packages that use ScalarConstraint
Package
Description
Classes related to the calibration of Fourier models.
-
Uses of ScalarConstraint in net.finmath.fouriermethod.calibration
Classes in net.finmath.fouriermethod.calibration that implement ScalarConstraintModifier and TypeClassDescriptionclass
A class applying a bound constraint to a parameter.class
Negativity constraint for calibration parameters.class
Positivity constraint for calibration parametersclass
Absence of constraints.Methods in net.finmath.fouriermethod.calibration that return ScalarConstraintModifier and TypeMethodDescriptionScalarParameterInformation.getConstraint()
Returns the constraint.ScalarParameterInformationImplementation.getConstraint()
Constructors in net.finmath.fouriermethod.calibration with parameters of type ScalarConstraintModifierConstructorDescriptionScalarParameterInformationImplementation(boolean isParameterToCalibrate, ScalarConstraint constraint)
Constructs a parameter.ScalarParameterInformationImplementation(ScalarConstraint constraint)
Constructs a parameter that needs to be calibrated.