Class ScalarParameterInformationImplementation

java.lang.Object
net.finmath.fouriermethod.calibration.ScalarParameterInformationImplementation
All Implemented Interfaces:
ParameterInformation, ScalarParameterInformation

public class ScalarParameterInformationImplementation extends Object implements ScalarParameterInformation
This class tells us if a parameter has to be calibrated and if it is constrained.
Author:
Alessandro Gnoatto
  • Constructor Details

    • ScalarParameterInformationImplementation

      public ScalarParameterInformationImplementation(boolean isParameterToCalibrate, ScalarConstraint constraint)
      Constructs a parameter.
      Parameters:
      isParameterToCalibrate - If true, the parameter will be varied during calibration.
      constraint - A constraint for the parameter.
    • ScalarParameterInformationImplementation

      public ScalarParameterInformationImplementation(boolean isParameterToCalibrate)
      Constructs an unconstrained parameter.
      Parameters:
      isParameterToCalibrate - If true, the parameter will be varied during calibration.
    • ScalarParameterInformationImplementation

      public ScalarParameterInformationImplementation(ScalarConstraint constraint)
      Constructs a parameter that needs to be calibrated.
      Parameters:
      constraint - A constraint for the parameter.
  • Method Details