Class EstimationTestHarness.ParameterWithTruth

java.lang.Object
neqsim.process.calibration.EstimationTestHarness.ParameterWithTruth
All Implemented Interfaces:
Serializable
Enclosing class:
EstimationTestHarness

public static class EstimationTestHarness.ParameterWithTruth extends Object implements Serializable
Parameter specification with ground truth.
Version:
1.0
Author:
NeqSim Development Team
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • path

      public final String path
    • trueValue

      public final double trueValue
    • minBound

      public final double minBound
    • maxBound

      public final double maxBound
  • Constructor Details

    • ParameterWithTruth

      public ParameterWithTruth(String path, double trueValue, double minBound, double maxBound)