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 classBoundConstraintA class applying a bound constraint to a parameter.classNegativityConstraintNegativity constraint for calibration parameters.classPositivityConstraintPositivity constraint for calibration parametersclassUnconstrainedAbsence of constraints.Methods in net.finmath.fouriermethod.calibration that return ScalarConstraint Modifier and Type Method Description ScalarConstraintScalarParameterInformation. getConstraint()Returns the constraint.ScalarConstraintScalarParameterInformationImplementation. 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.
-