Class ParameterConfiguration


  • public class ParameterConfiguration
    extends Object
    Simple container pairing a parameter name with a step in order to compute the associated Jacobian matrix by finite difference.

    Instances of this class are guaranteed to be immutable.

    • Method Detail

      • getParameterName

        public String getParameterName()
        Get parameter name.
        Returns:
        parameterName parameter name
      • getHP

        public double getHP()
        Get parameter step.
        Returns:
        hP parameter step