Uses of Class
neqsim.process.calibration.EstimationTestHarness
Packages that use EstimationTestHarness
-
Uses of EstimationTestHarness in neqsim.process.calibration
Methods in neqsim.process.calibration that return EstimationTestHarnessModifier and TypeMethodDescriptionEstimationTestHarness.addMeasurement(String path, String unit, double noiseStd) Adds a measurement variable.EstimationTestHarness.addParameter(String path, double trueValue) Adds a parameter with known true value.EstimationTestHarness.addParameter(String path, double trueValue, double minBound, double maxBound) Adds a parameter with known true value and bounds.WellRoutingEstimationExample.createTestHarness()Creates and configures the test harness.EstimationTestHarness.setSeed(long seed) Sets the random seed for reproducibility.Methods in neqsim.process.calibration with parameters of type EstimationTestHarnessModifier and TypeMethodDescriptionbooleanWellRoutingEstimationExample.runValidation(EnKFParameterEstimator estimator, EstimationTestHarness harness) Runs pre-deployment validation tests.